Merge pull request #1069 from sgaluza/feat/opus-4-7-adaptive-thinking

fix(cliproxy): use adaptive thinking for Opus 4.7 + add 'max' level
This commit is contained in:
Kai (Tam Nhu) Tran
2026-04-22 22:03:21 -04:00
committed by GitHub
20 changed files with 220 additions and 22 deletions
@@ -32,6 +32,7 @@ const THINKING_LEVELS = [
{ value: 'medium', label: 'Medium (8K tokens)' },
{ value: 'high', label: 'High (24K tokens)' },
{ value: 'xhigh', label: 'Extra High (32K tokens)' },
{ value: 'max', label: 'Max (adaptive ceiling)' },
{ value: 'auto', label: 'Auto (dynamic)' },
];