Kilo Code for VS Code - Parallel agents, diff reviewer, and multi-model comparisons

by
We've completely rebuilt Kilo Code for VS Code, built on OpenCode server. New portable core, parallel tool calls, subagent delegation, inline code review, multi-model comparisons. Get started: kilo.ai/install

Add a comment

Replies

Best

When KiloCode CLI? :D

Today.

npm install -g /cli

Spoiler alert: launching soon on 👀

 we already have it :

 What about perplexity computer. I feel thats the goat now. Its like a step above Claude code. Well it uses claude code as a subroutine. But it feels 3-4x better than pure Claude code. Any plans to move up market. To move one step above claude code? # Inception the movie 😬

 spoiler alert!!1 🙈

This is the one feature I didn't know I needed till I saw it, Parallel agents in VS Code. Every other coding tool makes you wait till your working on one task to start the next. This completely eliminates the bottleneck. Also line-level diff review makes it usable instead of just blindly trusting whatever the agent spits out. Brian Turcotte does the diff reviewer work with all supported models or is it model-dependent?

yes!! parallel agents means your tool calls run at the same time instead of waiting in line. search, wait, read, wait, edit, wait. the new for fires those calls concurrently when they're independent.

it's the difference between waiting on your agent and working with it.

help us spread the word on X,

 the diff and local code reviewer works with any model

any AI models you'd recommend for code reviews? heard good things about M2.7

I've been running agents on the same branch as my main codebase and wondering why reviews feel so stressful. The worktree isolation answer is embarrassingly obvious in retrospect. The multi-model comparison feature is the sleeper hit here — being able to see how different models approach the same diff side by side is genuinely useful for building intuition about when to switch models. Does the comparison run them simultaneously or sequentially, and does it add a lot of latency to the workflow?

 Thank you! Your words just made my day.

Does the multi-model comparison run simultaneously?

Yes! Opus 4.8, GPT-5.5, M2.7... Try 'em all here:

vscode:extension/kilocode.kilo-code

And let us know how your experience is! Enjoy!

Congrats on the launch 🚀
Looks super solid — already shared this with our dev team, think they’ll really like it.

 amazing! join the Discord server for advanced help and support:

Love what this team at Kilo is building!

 they're the 🐐

The inline diff reviewer is the feature I didn't know I needed. There's always that moment where an agent makes a change that looks right at a glance but isn't -- having line-level review comments in context closes that loop. We use VS Code for our Next.js dev work so this is going on the team's list. Congrats on last month's #1.

Thank you, Schott! I'd love to get your feedback if you had a chance to use the new btw. You can:

Looking forward to seeing what you're building!

inline completion in VS code are totally free ?

TL,DR: Yes, provides free inline completion including multiline suggestions.

For more details: