docs: document Kilo model routing/config and correct Gas Town small model docs - #13621
Merged
Conversation
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
Contributor
Code Review SummaryStatus: No Issues Found | Recommendation: Merge Files Reviewed (1 files)
Previous Review Summaries (4 snapshots, latest commit 42a1f98)Current summary above is authoritative. Previous snapshots are kept for context only. Previous review (commit 42a1f98)Status: No Issues Found | Recommendation: Merge Files Reviewed (1 files)
Previous review (commit daeaa0d)Status: 1 Issue Found | Recommendation: Address before merge Overview
Issue Details (click to expand)WARNING
Files Reviewed (2 files)
Fix these issues in Kilo Cloud Previous review (commit a815307)Status: 1 Issue Found | Recommendation: Address before merge Overview
Issue Details (click to expand)WARNING
Files Reviewed (2 files)
Fix these issues in Kilo Cloud Previous review (commit f21608b)Status: 2 Issues Found | Recommendation: Address before merge Overview
Issue Details (click to expand)WARNING
SUGGESTION
Files Reviewed (3 files)
Reviewed by grok-4.6 · Input: 37.7K · Output: 2.3K · Cached: 75.8K Review guidance: REVIEW.md from base branch |
alexkgold
force-pushed
the
docs/small-model-routing-config
branch
from
August 31, 2026 16:00
a815307 to
daeaa0d
Compare
emilieschario
approved these changes
Aug 31, 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 changed
code-with-ai/agents/model-selection.mddocumenting the four independently configurable model slots (main, small, subagent, autocomplete), how each falls back when unset, and what going fully offline/self-hosted actually requires.code-with-ai/gastown/settings.md's Small Model description: it's used for session title generation and theexploresubagent (not classification/routing/summarization), defaults to Claude Haiku (not a Kilo-managed default), and the "Kilo Auto Balanced — minimum for Gas Town" claim is unenforced in code, so it's now framed as a recommendation.code-with-ai/features/autocomplete/index.md, which described a 9-provider priority chain that isn't implemented anywhere in current code — replaced with the actual 3-provider (Kilo Gateway / Mistral BYOK / Inception BYOK) fail-fast behavior, and noted there's no offline/local autocomplete path today.Why
The small/subagent/autocomplete model configuration surface wasn't documented outside of Gas Town's page, and the Gas Town docs had drifted from actual code behavior. This corrects both gaps with details verified against the implementation (
provider.ts,task.ts,kilo-gateway/src/autocomplete.ts, and the Gas Town service in thecloudrepo).Testing
Docs-only change; no build/test commands apply beyond reading the rendered Markdoc content.