fix(desktop): correct effort token labels (were impossible 4k–32k)#95
Merged
Conversation
The effort dropdown advertised 4k/8k/16k/24k/32k output budgets, but core's EFFORT_PARAMS actually map to 1.5k/3k/6k/8k/8192 — and DeepSeek hard-caps output at 8192, so 16k–32k were never achievable. Relabel to the real per-turn output budgets and clarify each description (the meta is output tokens, not context). Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
The effort dropdown advertised 4k/8k/16k/24k/32k output budgets, but core's
EFFORT_PARAMSmap to 1.5k/3k/6k/8k/8192, and DeepSeek hard-caps output at 8192 — so 16k–32k were never achievable (the UI was lying). Relabel to the real per-turn output budgets + clarify descriptions.Verified: typecheck + format pass.
🤖 Generated with Claude Code