feat(vscode): move compaction model setting to Models tab - #14045
Merged
Merged
Conversation
Move the compaction model selector from Context into the Models settings tab, next to the other per-purpose model selectors, and add a link from the Compaction section. Fixes #13575.
Contributor
Code Review SummaryStatus: No Issues Found | Recommendation: Merge Incremental review at Files Reviewed (4 files)
Previous Review Summary (commit f64c664)Current summary above is authoritative. Previous snapshots are kept for context only. Previous review (commit f64c664)Status: No Issues Found | Recommendation: Merge Files Reviewed (25 files)
Reviewed by deepseek-v4.1-flash · Input: 0 · Output: 0 · Cached: 0 Review guidance: REVIEW.md from base branch |
marius-kilocode
enabled auto-merge
September 11, 2026 10:33
chrarnoldus
approved these changes
Sep 11, 2026
lambertjosh
added a commit
that referenced
this pull request
Sep 14, 2026
Verify domain status refresh against Kilo-Org/cloud#5437 and optional auto-commit against cloud#5529. Follow compaction setting move #14045 and current Mermaid support. Remove MiniMax free IDs absent from the live catalog on 2026-09-14, not merely from the expired cloud#5588 provider override: cloud#5788 and cloud#5797 had continued them through OpenRouter.
This was referenced Sep 14, 2026
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.
What Problem This Solves
The compaction model selector lived in Settings > Context > Compaction, while the other per-purpose model selectors (default, small, subagent, autocomplete) live in Settings > Models. Users who look for model routing in the Models tab could not find the compaction model, as requested in #13575.
Why This Change Was Made
The compaction model is a model-routing choice, not a context-tuning option. Putting it next to the other per-purpose selectors keeps all "which model runs X" controls in one place. The Compaction section keeps a short link to Models so users who tune compaction still find it.
User Impact
Evidence
Settings > Models, with the compaction model row:
Settings > Context > Compaction, with the link to Models:
Verified in an isolated VS Code dev instance with
vscode-self-test. Focused unit checks (i18n-keys,i18n-unused-keys,kilo-ui-contract) pass 68 tests.bun run lintandbun run knippass. The fullbun run typecheckis blocked by pre-existing environment errors in unrelated files (missing generated SDK exports and workspace packages); no error references the changed files.Fixes #13575.