Skip to content

fix(model-selector): match colon-prefixed names - #13309

Merged
marius-kilocode merged 1 commit into
mainfrom
fix-column-prefix-model-search
Aug 21, 2026
Merged

fix(model-selector): match colon-prefixed names#13309
marius-kilocode merged 1 commit into
mainfrom
fix-column-prefix-model-search

Conversation

@marius-kilocode

Copy link
Copy Markdown
Collaborator

Model names with a colon-separated provider prefix, such as SpaceXAI: Grok 4.20, are displayed correctly but the VS Code model selector removes that prefix before ranking search results. Searching for SpaceX therefore returns no result.

Keep the sanitized full display name as a searchable field while preserving the existing prefix-stripped matching used for model names. Add regression coverage for the VS Code selector and CLI picker.

The change is limited to model search ranking and does not alter model display or selection behavior.

@kilo-code-bot

kilo-code-bot Bot commented Aug 21, 2026

Copy link
Copy Markdown
Contributor

Code Review Summary

Status: No Issues Found | Recommendation: Merge

Files Reviewed (4 files)
  • .changeset/model-selector-provider-prefix.md
  • packages/kilo-vscode/tests/unit/model-selector-utils.test.ts
  • packages/kilo-vscode/webview-ui/src/components/shared/model-selector-utils.ts
  • packages/tui/test/kilocode/model-picker.test.ts

Reviewed by grok-4.6 · Input: 77.8K · Output: 8.5K · Cached: 264.2K

Review guidance: REVIEW.md from base branch main

@marius-kilocode
marius-kilocode merged commit cf400ab into main Aug 21, 2026
33 checks passed
@marius-kilocode
marius-kilocode deleted the fix-column-prefix-model-search branch August 21, 2026 11:39
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants