Kilo Code for JetBrains - Fully native, open-source coding agent built for JetBrains

by
Kilo Code for JetBrains is a fully native, open-source coding agent for IntelliJ IDEA, WebStorm, PyCharm, GoLand, Rider, PhpStorm, CLion, RubyMine — any JetBrains IDE. Designed for both local and remote dev, with parallel agents in isolated worktrees, GitHub PRs and diffs inline, and 500+ models.

Add a comment

Replies

Best

The isolated worktrees idea is clever for a reason people might overlook: it means I can let an agent experiment on a risky refactor while my main branch stays untouched. I've been burned before by agents making changes I couldn't cleanly roll back.

 yes! and it makes you able to work on 5-6 tasks at the same time with a great UX without painful window switching.

I mostly work solo so parallel agents sound like overkill at first glance until I remember how often I second-guess an approach halfway through. Being able to run two implementations at once and just pick the better one, without extra Git gymnastics is actually a solid use case even outside team settings.

 yes, we will support for this too soon, it's already landed for VSCode and we will add it to JetBrains; By the way I'd recommend you to give the agent manager a shot, working on several things at the same time, all isolated is x2 x5 my productivity and it's more fun then just waiting for one agent to finish the job.

more about the agent manager here btw:

The inline diff and PR review piece is what actually got my attention, not the AI part. I've reviewed plenty of PRs where the context-switching to GitHub's web UI broke my focus more than the review itself did.

I've reviewed plenty of PRs where the context-switching to GitHub's web UI broke my focus more than the review itself did.

spot on! the inline diff is really helpful to get a local review as a sanity check before shipping to a public repo.

I've bounced between three JetBrains IDEs this year and always missed proper AI tooling on Rider. Genuinely excited this exists now.

I've bounced between three JetBrains IDEs this year and always missed proper AI tooling on Rider.

spot on - can run alongside AI Assistant and , so you can adopt it gradually without changing IDEs or disrupting existing workflows.

get started at , looking forward to your thoughts

I switched from PyCharm to trying this out specifically because of the 500+ model support. Being locked into one provider always felt risky for my team's budget planning.

 spot on! curious what are your preferred AI coding models?

Open-source coding agents for JetBrains are still rare compared to VS Code's ecosystem. I'm rooting for this one to close that gap, RubyMine users have been underserved for way too long.

 thank, you, Frank 🙏

is an awesome suite of products, the world's leading provider of professional dev tools. psyched to bring a fully native, first-class DX here.

Inline GitHub PR review sounds small until you've spent an hour tab-switching between your editor and browser just to leave a comment. If this actually keeps me in Rider while reviewing, that alone is worth trying.

no detail is too small. and yes, inline diffs helps get a local review as a sanity check before shipping to a public repo. and it's fully open-source, like !

give it a spin at , would love to have your feedback

My honest question: how well does this handle CMake-heavy projects with custom toolchains, not just simple scripts?

 That's heavily depends on the model there're ancient proprietary tech stacks where even advanced models struggle but c make should be just fine.

Love that this is a fully native Kotlin rebuild rather than a webview wrapper, and running parallel agents in isolated worktrees is a genuinely smart touch for keeping real projects clean.

ngl the previous version was built around a webview wrapper, i.e. mostly the experience embedded inside a panel. feels good to bring a fully native experience here. the future of AI in development is AI living side by side with developers in the tools they already use.

give it a spin!

I switched from VS Code extensions mainly because I’m in PyCharm all day. Having a native agent instead of a webview bolted on finally feels right.

  is an awesome suite of products. bringing a fully native, first-class DX to it was a no brainer. s/o to for the great work!