feat: add per-model context and thinking editor mirroring the Qoder IDE - #22
Merged
Merged
Conversation
- Model dropdown becomes a two-card cascade: the model list stays in the left pane while a per-model editor expands beside the hovered row, with flip/max-height placement as pure tested functions - Editor shows context window tiers (ascending), a thinking on/off toggle, and server thinking effort levels sorted by the canonical intensity scale (low to max), matching the IDE selector - Overrides persist per model in settings and apply at request time via SDK pull-mode resolveModel (contextWindow / reasoningEffort); probe maps context_config / thinking_config and getters normalize stale persisted order on read - Editing a non-selected model no longer rewrites the conversation usage meter; reopening the dropdown (mouse or keyboard) returns to the list view; runtime degradation clears a stale editor card - Edit pencil appears on hover/focus only; i18n keys in 10 locales Co-authored-by: QoderAI (Qwen 3.8 Max) <qoder_ai@qoder.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.
Summary
contextWindow/thinkingEffort/thinkingEnabled) persist in settings and apply to every request via SDK pull-moderesolveModel; probe mapscontext_config/thinking_config, and getters normalize stale persisted order on read.Verification
npm run typechecknpm run lintnpm run test(3301 tests, 141 suites)npm run buildnpm run release:checknpm run audit:prod(0 vulnerabilities)Safety
CHANGELOG.md