Skip to content

docs: document VS Code model deep link protocol handler - #11189

Merged
lambertjosh merged 4 commits into
mainfrom
docs/model-deep-link-protocol-handler
Jun 16, 2026
Merged

docs: document VS Code model deep link protocol handler#11189
lambertjosh merged 4 commits into
mainfrom
docs/model-deep-link-protocol-handler

Conversation

@kilo-code-bot

@kilo-code-bot kilo-code-bot Bot commented Jun 12, 2026

Copy link
Copy Markdown
Contributor

Summary

Documents the VS Code protocol handler for automatically selecting a model, shipped in #10827.

  • Adds a new "Selecting a Model via a Link (VS Code)" section to the Model Selection guide covering URL format, behavior, and embedding examples, with Auto Free (kilo-auto/free) as a concrete example
  • Adds a Model deep links bullet to the VS Code platform feature list linking back to the new section

Built for Joshua Lambert by Kilo for Slack

@vercel

vercel Bot commented Jun 12, 2026

Copy link
Copy Markdown

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Actions Updated (UTC)
docs (docs-staging) Ready Ready Preview, Comment Jun 15, 2026 9:43pm

Request Review

Comment thread packages/kilo-docs/pages/code-with-ai/agents/model-selection.md Outdated
@kilo-code-bot

kilo-code-bot Bot commented Jun 12, 2026

Copy link
Copy Markdown
Contributor Author

Code Review Summary

Status: No Issues Found | Recommendation: Merge

Both previous issues have been resolved:

  • The misleading anthropic/claude-opus-4-20250514 example was removed and replaced with clear Kilo Gateway model ID language
  • The "Model deep links" feature bullet was removed from the VS Code platform page
Files Reviewed (2 files)
  • packages/kilo-docs/pages/code-with-ai/agents/model-selection.md
  • packages/kilo-docs/pages/code-with-ai/platforms/vscode/index.md
Previous Review Summary (commit d0d1eee)

Current summary above is authoritative. Previous snapshots are kept for context only.

Previous review (commit d0d1eee)

Status: 1 Issue Found | Recommendation: Address before merge

Overview

Severity Count
CRITICAL 0
WARNING 1
SUGGESTION 0
Issue Details (click to expand)

WARNING

File Line Issue
packages/kilo-docs/pages/code-with-ai/agents/model-selection.md 155 Example model ID anthropic/claude-opus-4-20250514 is misleading — deep link only works for Kilo Gateway catalog models
Files Reviewed (2 files)
  • packages/kilo-docs/pages/code-with-ai/agents/model-selection.md — 1 issue
  • packages/kilo-docs/pages/code-with-ai/platforms/vscode/index.md — no issues

Key finding: The deep link handler (selectKiloModel in session.tsx) hardcodes KILO_PROVIDER_ID = "kilo" when looking up and applying the model. This means it only works for models in Kilo's own Gateway catalog. The documentation example of anthropic/claude-opus-4-20250514 would be silently ignored unless that exact ID appears in the Kilo Gateway catalog. The URL format, URL-encoding tip, behavior description, and HTML embedding example are all accurate.

Fix these issues in Kilo Cloud


Reviewed by deepseek-v4-pro-20260423 · 132,365 tokens

Review guidance: REVIEW.md from base branch main

Comment thread packages/kilo-docs/pages/code-with-ai/platforms/vscode/index.md Outdated
@lambertjosh
lambertjosh merged commit 749f665 into main Jun 16, 2026
22 checks passed
@lambertjosh
lambertjosh deleted the docs/model-deep-link-protocol-handler branch June 16, 2026 14:49
t7tran pushed a commit to t7tran/kilocode that referenced this pull request Aug 14, 2026
…protocol-handler

docs: document VS Code model deep link protocol handler
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