Kilo Code Weekly Product Roundup
Extension versions 4.120.0 - 4.121.1 | CLI version 0.6.0
Welcome back to the weekly product roundup! This week brings several upgrades across the editor, model providers, and CLI - plus two major model launches that made waves in the AI Coding universe.
Let’s get into it.
Gemini 3 & Opus 4.5 Now Supported in Kilo Code
Two major frontier models dropped this week, and both are already fully supported across the Kilo Code ecosystem:
Google’s Gemini 3 Pro Preview
Anthropic’s Claude Opus 4.5
Both models shine for planning, code explanation, debugging, and within agentic workflows. You can try them right now through:
The Kilo Code Gateway, or
Your own API keys for Google / Anthropic
We also hosted two live AMA-style events walking through these models, benchmarks, and best practices. If you missed them, catch the replays here
Autocomplete Is Now ON by Default
After months of shaving off milliseconds and tuning behavior, Autocomplete is officially enabled by default for all users.
Pause while typing in the editor, and you’ll see inline suggestions powered by Mistral’s Codestral-2508 that you can accept with the tab key.
If you prefer a more granular workflow, you can still accept inline suggestions word-by-word using cmd + →.
Extension Updates
Improved Edit Reliability Across Models
A series of improvements this cycle has noticeably boosted file-edit success rates:
Reduced unsuccessful edits when using MiniMax M2
Better edit reliability for when tool calling is involved
Fixed cases where the editor could mis-handle state during long-running edits
Better XLSX Support
Editing and generating XLSX files through agent workflows is now more robust and predictable.
Chat Context Menu Fix
Items in the chat context menu will no longer be auto-selected when your cursor happens to be hovering over the row mid-change.
Provider & Model Enhancements
Gemini & Vertex
Added Gemini 3 Pro Preview to both providers
Updated default Gemini model to
gemini-3-pro-previewModel search fixes ensure Gemini shows up reliably in Extension
MiniMax
Reduced incidence of unsuccessful edits with MiniMax M2
Tool Calling
Improved reliability of JSON and native tool calls across several models
CLI
The CLI saw dependency refreshes and minor fixes that contribute to general usability and development experience. Install or upgrade to the latest version with:
npm install -g @kilocode/cli
View All Latest Releases
Extension:
4.120.0 • 4.121.0 • 4.121.1
CLI:
0.6.0


