Kilo Code Weekly Product Roundup
Source: Dev.to
Code Reviewer

Local Review Mode
Fresh off hitting #1 Product of the Day on Product Hunt, we’ve brought Code Reviewer directly into your editor with the new Review mode. Review joins the existing lineup of specialized agent modes (Code, Ask, Debug, Architect, and Orchestrator) but works on whatever’s in front of you right now, before you commit or push.
- Review mode catches issues while you’re building.
- The GitHub integration catches issues once you’ve pushed.
Together, every piece of code gets looked at twice before it merges—without adding manual steps to your process.
VS Code

Agent Manager Mode Selection
Agent Manager now lets you select which mode (Code, Architect, Debug, etc.) when starting sessions. You can also switch modes during a running session; the mode selector is visible in the session header.
GitHub‑Style Diff Stats
Task headers now display GitHub‑style diff stats (lines added / removed) in real‑time, giving you instant visibility into the scope of changes.
Skills & Agent Behaviour

We’ve centralized agent‑behaviour settings by moving Mode, MCP, Rules, and Workflows configuration into the Agent Behaviour area.
A new Skills tab lets you view and manage installed skills, and you’ll see notifications when skills are added or removed from your project or global config.
ChatGPT Subscription Support
If you already pay for ChatGPT Plus or Pro, you can now use that subscription to run OpenAI’s top coding models directly inside Kilo. This gives you flat‑rate access in your IDE with no extra API charges.
- Click “Sign in to OpenAI Codex” in your settings.
- Authenticate in your browser.
You’ll then have full agentic workflows, multiple AI modes, and access to models like GPT‑5.2‑Codex without pay‑as‑you‑go costs.
Zero‑Config Onboarding
New users can start using Kilo Code immediately without any configuration. A default Kilo Code Gateway profile with a free model is automatically set up on first launch.
Cloud Agents

Cloud Agents now support webhook triggers, turning Kilo into an event‑driven automation platform.
- Configure a webhook with an Agent Environment Profile and a prompt template.
- External systems can kick off Cloud Agent sessions via HTTP requests.
When an external system hits your webhook URL, Kilo:
- Spins up a Cloud Agent session,
- Clones your repo, and
- Executes based on your prompt template.
Use placeholders like {{body}}, {{bodyJson}}, and {{headers}} to reference incoming request payloads dynamically.
App Builder

App Builder now includes two starter templates:
- Resume/CV website
- Startup landing page
Visit the App Builder, pick a template, and personalize it from there.
Stability & Fixes
- Fixed terminal output buffer memory leaks that could cause gray screens and performance degradation.
- Fixed duplicate
tool_useIDs causing API 400 errors. - Improved
edit_filematching resilience to prevent false negatives. - Better error‑display styling and visibility in chat messages.
- Improved stop‑button visibility and streamlined error handling.
- Fixed
parallel_tool_callscausing API errors when not explicitly enabled.
Community Contributions
Thanks to our community contributors this week:
| PR | Contributor | Description |
|---|---|---|
| #5084 | @montanaflynn | Interactive model selection in CLI |
| #5116 | @peterdavehello | (description omitted in source) |
- [#5141](https://github.com/Kilo-Org/kilocode/pull/5141) – [@peterdavehello](https://dev.to/peterdavehello) – `--continue` flag reliability
- [#5173](https://github.com/Kilo-Org/kilocode/pull/5173) – [@peterdavehello](https://dev.to/peterdavehello) – Zod function API fix
- [#5176](https://github.com/Kilo-Org/kilocode/pull/5176) – @Drilmo – Agent Manager image support
- [#5183](https://github.com/Kilo-Org/kilocode/pull/5183) – [@alexandrevilain](https://dev.to/alexandrevilain) – Custom commands support
- [#5151](https://github.com/Kilo-Org/kilocode/pull/5151) – @Senneseph – `model_info` null‑check fix
- [#5193](https://github.com/Kilo-Org/kilocode/pull/5193) – @mayef – Cerebras strict‑mode fix
- [#5330](https://github.com/Kilo-Org/kilocode/pull/5330) – @qbiecom – OpenAI‑compatible (Responses) provider
- [#5402](https://github.com/Kilo-Org/kilocode/pull/5402) – [@peterdavehello](https://dev.to/peterdavehello) – Improved zh‑TW translations
- [#5364](https://github.com/Kilo-Org/kilocode/pull/5364) – @huangdaxianer – Remove forced context compression for volces.com
- [#4947](https://github.com/Kilo-Org/kilocode/pull/4947) – @CaiDingxian – Moonshot Kimi models and coding API
- [#5501](https://github.com/Kilo-Org/kilocode/pull/5501) – @Neonsy – Kimi K2.5 support
See you next week!