Get inline code suggestions and autocomplete while typing in VS Code without leaving your editor.
Describe a feature in plain English and have the agent generate, test, and debug the code automatically.
Integrate into CI/CD pipelines to automatically generate or fix code as part of your build process.
Automate repetitive browser tasks or data entry by describing what you want the agent to do.
Requires API key for at least one AI model (OpenAI, Anthropic, or Google) to function.
Kilo Code is an open-source AI coding agent that plugs into Visual Studio Code and also runs as a command-line tool. It solves the problem of writing, fixing, and improving code by letting you describe what you want in plain English, the agent then generates the code, checks its own work, runs terminal commands, and can even automate the browser to carry out tasks on your behalf. The VS Code extension gives you inline autocomplete as you type, plus distinct modes for planning, coding, and debugging. You can connect it to a wide range of AI models including GPT, Claude, and Gemini variants, and API keys are optional since Kilo offers its own model access. It also supports MCP (Model Context Protocol) servers, which let you extend what the agent can do by connecting it to external services or data. The command-line version is installable via npm and supports an autonomous mode ideal for automated pipelines, it can run tasks without any human prompts. You would use Kilo if you want an AI pair programmer baked into your editor or scripts, especially if you want flexibility in which AI model powers it.
Generated 2026-05-18 · Model: sonnet-4-6 · Verify against the repo before relying on details.