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
Replies
Best
I’ve been using Kilo Code for a while, and this update feels noticeably faster.
The parallel tool calls are the part I felt right away. It doesn’t sit around waiting as much, especially on bigger tasks where it needs to search files, read code, or run commands. The Agent Manager is also really nice if you’re juggling a few things at once without wanting everything mixed together.
Inline review on diffs is probably my favorite addition. It makes giving feedback to the agent feel a lot closer to how I’d review a teammate’s PR.
Overall, this is a really strong update. Kilo is becoming one of the few coding tools I actually keep coming back to.
Love the idea of an opensource AI coding agent for VS Code especially with all those modes and model flexibility.
How does it actually compare in real workflows vs tools like Copilot or Cursor when handling complex projects?
Congrats Team!!!
Unlike Copilot and Cursor we don't limit you on models to use. You can start by using plan mode inside Kilo, to iterate on a plan together with the agent. When you're ready to implement it, switch to code mode. Then the agent implements your plan, and asks you questions if needed. When the agent is ready you can let a local code reviewer check the changes. We also just released semantic indexing so your agent has better context.
Very excited for this launch. The new Kilo for VS Code is my daily driver, and this rebuilt version with agent manager is in my opinion the next step in agentic coding. I now let multiple agents run at the same time using agent manager, and it speeds up my workflow a lot. Super curious to hear what you think of it!
🚨 We're also hosting 2 live sessions TODAY:
•
10am EST | The Kilo Show for Non-Coders
We'll talk marketing automation, SEO, competitive analysis, and design
Just curious, when multiple subagents are running in parallel, how does the merge back to the parent agent work? Does it ever create conflicts when two agents touch overlapping parts of the codebase?
@boyuan_deng1 with the agent manager, each agent gets their own git worktree. That way they don’t conflict with one another. Then once they are done you can either open a PR directly from that worktree or have the agent merge it back into your local copy
@boyuan_deng1 There are two default subagents, general and explore. Explore tends to be utilized to find or answer a question about the codebase, and general can be used to make parallel edits but in a way that is directed by the parent agent to not cause conflicts (separate folders, modules, etc)
Great questions! Fun fact: parallel agents was one of the bets in v7 that took the longest to get right.
Try it here:
vscode:extension/kilocode.kilo-code
Looking forward to your thoughts
Report
How does Kilo handle context limits when you've got multiple subagents running on a large codebase? Does each subagent get its own context window or do they share?
@daniel_harris11 yes that’s the best part - each agent has their own context window. The parent agent passes only the context needed for the subagent to get its task done, and the subagent only passes the results back to the parent. All of the in between context doesn’t pollute one or the other
@daniel_harris11 Each subagent gets its own context, then provides a summarized report to the primary agent. You can view subagent sessions while they are running and the final report if you are interested.
@daniel_harris11 They each get their own when you're on separate worktrees (branching from the original agent), and can share when the work is merged back in :)
Been loving my experience with Kilo! Love the team and the speed at which things are shipped. This is just another great example of the speed at which this team can produce great work!
quick update: some users wanted more control back, and the team worked on multiple improvements, like better diffs before you approve and permission flow fixes.
curious about your pov - how do you like to work with AI coding agents? Human-in-the-Loop or agent-first?
Replies
I’ve been using Kilo Code for a while, and this update feels noticeably faster.
The parallel tool calls are the part I felt right away. It doesn’t sit around waiting as much, especially on bigger tasks where it needs to search files, read code, or run commands. The Agent Manager is also really nice if you’re juggling a few things at once without wanting everything mixed together.
Inline review on diffs is probably my favorite addition. It makes giving feedback to the agent feel a lot closer to how I’d review a teammate’s PR.
Overall, this is a really strong update. Kilo is becoming one of the few coding tools I actually keep coming back to.
Tabstack by Mozilla
@matheusgomes062 thank you! this just made my day 💛🖤
make sure to leave a review here: https://www.producthunt.com/products/kilocode/reviews/new
Tabstack by Mozilla
@matheusgomes062 what's your @VS Code look like btw? curious if you had any extensions you'd recommend in addition to @Kilo Code?
Kilo Code
@matheusgomes062 thanks, that's great to hear! Also thank you for joining our webinar earlier today!
Tabstack by Mozilla
@matheusgomes062 @jobrietbergen yes! and please help us spread the word on LinkedIn, repost this
KiloClaw
@matheusgomes062 Thank you! I agree - parallel tool calling makes the whole experience move much faster.
Tabstack by Mozilla
@matheusgomes062 @brian_turcotte kilo speed ™️
Kilo Code
@matheusgomes062 that's great to hear, thanks for sharing!
Tabstack by Mozilla
oss ftw! make sure to star this repo
Tabstack by Mozilla
also help us spread the word on LinkedIn! repost this
Kilo Code
@hamza_afzal_butt thank you!
Unlike Copilot and Cursor we don't limit you on models to use. You can start by using plan mode inside Kilo, to iterate on a plan together with the agent. When you're ready to implement it, switch to code mode. Then the agent implements your plan, and asks you questions if needed. When the agent is ready you can let a local code reviewer check the changes. We also just released semantic indexing so your agent has better context.
Tabstack by Mozilla
fwiw below are full breakdowns:
vs Cursor
vs GitHub Copilot
hope it helps!
Kilo Code
Hey Product Hunt 👋 - Job from the Kilo team.
Very excited for this launch. The new Kilo for VS Code is my daily driver, and this rebuilt version with agent manager is in my opinion the next step in agentic coding. I now let multiple agents run at the same time using agent manager, and it speeds up my workflow a lot. Super curious to hear what you think of it!
🚨 We're also hosting 2 live sessions TODAY:
•
10am EST | The Kilo Show for Non-Coders
We'll talk marketing automation, SEO, competitive analysis, and design
Register →
•
11am EST | The Kilo Show for Coders
We'll talk agent orchestration, codebase indexing, and IDE workflows
Register →
Tabstack by Mozilla
@jobrietbergen yes, and we're hanging out here, on Twitter/X and LinkedIn all day - ask us anything ✌️
Does the agent manager have any limits on how many parallel agents you can run at once, or is it just constrained by your machine's resources?
Kilo Code
@barnaby_lloyd it is only constrained by the hardware you’re running on.
Tabstack by Mozilla
@realolearycrew for example, what's your setup and how many agents do you run in parallel?
Kilo Code
@barnaby_lloyd It's constrained by machine resources
Tabstack by Mozilla
Yes, and ICYMI you can read the docs for full details on parallel agents here: https://kilo.ai/docs/automate/agent-manager
KiloClaw
@barnaby_lloyd No limit, so it's a machine constraint if any!
Great update guys! Nice work!
Tabstack by Mozilla
ty! what's your favorite new feature in this release?
Tabstack by Mozilla
also curious what should @Kilo Code launch next? take the poll here in /p/kilocode
Kilo Code
@th_calafatidis thank you, happy you like it!
Tabstack by Mozilla
@jobrietbergen anything we could share from the roadmap btw? any early previews on what's next for @Kilo Code?
KiloClaw
@th_calafatidis Thanks a lot!
Tabstack by Mozilla
let's spread the word on X! repost this
Just curious, when multiple subagents are running in parallel, how does the merge back to the parent agent work? Does it ever create conflicts when two agents touch overlapping parts of the codebase?
Kilo Code
@boyuan_deng1 with the agent manager, each agent gets their own git worktree. That way they don’t conflict with one another. Then once they are done you can either open a PR directly from that worktree or have the agent merge it back into your local copy
Tabstack by Mozilla
adding here the direct link to the docs for full context re: Agent Manager
https://kilo.ai/docs/automate/agent-manager
hope it helps - happy shipping!
Kilo Code
@boyuan_deng1 There are two default subagents, general and explore. Explore tends to be utilized to find or answer a question about the codebase, and general can be used to make parallel edits but in a way that is directed by the parent agent to not cause conflicts (separate folders, modules, etc)
KiloClaw
@boyuan_deng1 We use git worktrees to prevent conflict so that you can merge without issues!
Tabstack by Mozilla
also curious how many agents do you run in parallel?
Tabstack by Mozilla
Great questions! Fun fact: parallel agents was one of the bets in v7 that took the longest to get right.
Try it here:
Looking forward to your thoughts
How does Kilo handle context limits when you've got multiple subagents running on a large codebase? Does each subagent get its own context window or do they share?
Kilo Code
@daniel_harris11 yes that’s the best part - each agent has their own context window. The parent agent passes only the context needed for the subagent to get its task done, and the subagent only passes the results back to the parent. All of the in between context doesn’t pollute one or the other
Kilo Code
@daniel_harris11 Each subagent gets its own context, then provides a summarized report to the primary agent. You can view subagent sessions while they are running and the final report if you are interested.
KiloClaw
@daniel_harris11 They each get their own when you're on separate worktrees (branching from the original agent), and can share when the work is merged back in :)
Tabstack by Mozilla
great question! also curious how many agents do you run in parallel?
Krater
Niiiice! Looks amazing and clean
Tabstack by Mozilla
@maltepruser lfg! what new feature are you most excited about?
Tabstack by Mozilla
@maltepruser also curious what should @Kilo Code launch next from your POV? take the poll here in /p/kilocode
Kilo Code
@maltepruser thank you!
Tabstack by Mozilla
@maltepruser @jobrietbergen yes, and please help us spread the word on X - repost this
KiloClaw
@maltepruser Thank you!
Orbit
Been loving my experience with Kilo! Love the team and the speed at which things are shipped. This is just another great example of the speed at which this team can produce great work!
Tabstack by Mozilla
spot on! this team keeps shipping: @Kilo Code for @VS Code and @JetBrains, and more with @KiloClaw...
Kilo Code
@erik_israni Kilo Speed!
Tabstack by Mozilla
@jobrietbergen to quote The Leaderboard, @Product Hunt's daily newsletter:
Source: producthunt.com
KiloClaw
@erik_israni Thank you! Glad you're enjoying it :)
Used the old Kilo VS extension and have been using the new. Love the changes and it works smoothly. Excited to see many of the coming updates, too.
Tabstack by Mozilla
Thank you, Josh!
Tabstack by Mozilla
Follow-up question: What should we build/improve/fix from your perspective? Take the poll here in /p/kilocode
Kilo Code
@josh_slone1 thanks for joining us on the journey. What do you like most from the new version?
Tabstack by Mozilla
@jobrietbergen following this 👀
Tabstack by Mozilla
quick update: some users wanted more control back, and the team worked on multiple improvements, like better diffs before you approve and permission flow fixes.
curious about your pov - how do you like to work with AI coding agents? Human-in-the-Loop or agent-first?
KiloClaw
@josh_slone1 Thank you! Glad you're enjoying it.