feat(ai): upgrade to Opus 4.7 with adaptive thinking (#325)

This commit is contained in:
ezl-keygraph
2026-04-28 21:52:13 +05:30
committed by GitHub
parent 03a3d764af
commit 6c8135d031
13 changed files with 909 additions and 203 deletions
+1
View File
@@ -26,6 +26,7 @@ const FORWARD_VARS = [
'ANTHROPIC_MEDIUM_MODEL',
'ANTHROPIC_LARGE_MODEL',
'CLAUDE_CODE_MAX_OUTPUT_TOKENS',
'CLAUDE_ADAPTIVE_THINKING',
] as const;
/**