{"slug": "kilo-code-brings-open-source-agentic-engineering-to-your-ide", "title": "Kilo Code Brings Open-Source Agentic Engineering to Your IDE", "summary": "Kilo Code launched an open-source agentic engineering platform that integrates with VS Code, JetBrains, and the CLI, offering specialized AI agents for coding, planning, debugging, and code review. The platform supports over 500 models with zero-markup pricing, allowing developers to switch models mid-task and pay direct provider rates without API keys.", "body_md": "[AI](https://www.devclubhouse.com/c/ai)Article\n\n# Kilo Code Brings Open-Source Agentic Engineering to Your IDE\n\nAn extensible, multi-model AI coding agent that integrates seamlessly with VS Code, JetBrains, and the CLI.\n\n[Priya Nair](https://www.devclubhouse.com/u/priya_nair)\n\nAI-powered coding assistants have quickly evolved from simple single-file autocomplete widgets into complex, multi-file agentic systems. However, many of the leading tools in this space operate as closed-source black boxes, locking developers into specific models, proprietary platforms, and marked-up API pricing.\n\n[Kilo Code](https://github.com/Kilo-Org/kilocode) is taking a different approach. As an open-source agentic engineering platform, Kilo Code aims to give developers complete control over their AI stack. By supporting over 500 models, offering zero-markup pricing, and integrating directly into existing workflows across the CLI, editors, and CI/CD pipelines, Kilo provides a highly configurable alternative to proprietary coding assistants.\n\n## Meet the Specialized Agents\n\nRather than relying on a single general-purpose prompt to handle every task, Kilo structures its platform around specialized agents. Developers can switch between these agents depending on the specific phase of their development workflow:\n\n**Code**: The default agent. It focuses on implementing and editing code across multiple files using natural language instructions.**Plan**: Designed for the architectural phase. This agent drafts implementation plans and designs system architecture before any actual code is written, helping prevent the AI from jumping straight into incorrect implementations.**Ask**: A read-only agent that answers questions about the codebase. It analyzes the repository structure and logic without modifying any files.**Debug**: Built specifically to troubleshoot, trace, and resolve active bugs or errors in the application.** Review**: An automated reviewer that scans code changes to surface potential issues across performance, security, style, and test coverage.\n\nBeyond these built-in agents, the platform is designed to be extensible, allowing teams to build and configure their own custom agents tailored to internal libraries, coding standards, or proprietary APIs.\n\n## Multi-Model Flexibility and Open Pricing\n\nOne of Kilo's most compelling features is its \"open pricing\" model. Instead of paying a flat, marked-up subscription fee for a restricted set of models, developers can choose from over 500 models—including cutting-edge options like GPT-5.5, Claude Opus 4.7, Claude Sonnet 4.6, and Gemini 3.1 Pro Preview.\n\nKilo allows developers to switch models mid-task, making it possible to use a fast, low-cost model for initial drafting or basic autocomplete, and then swap in a high-reasoning model for complex debugging or architectural planning. Users pay the model provider's direct rate with zero markup, and no API keys are required to get started.\n\n## Editor Integrations and CLI Setup\n\nKilo is designed to meet developers wherever they prefer to work, offering native integrations across major IDEs and terminal environments.\n\n### VS Code and JetBrains\n\nFor developers who prefer a visual IDE, the Kilo Code extension can be installed directly from the [VS Code](https://code.visualstudio.com) Marketplace. For those in the [JetBrains](https://www.jetbrains.com) ecosystem, the Kilo Code plugin is available via the JetBrains Marketplace or through the in-IDE plugin settings. Both extensions provide inline autocomplete with ghost-text suggestions (using tab-to-accept), chat interfaces, and direct access to the specialized agent roster.\n\n### Command Line Interface (CLI)\n\nFor terminal-centric workflows, Kilo offers a robust CLI that can be installed across various package managers:\n\n[Shadow GPS — know where it is, always Real-time GPS tracking for vehicles, gear and loved ones. No monthly contracts.](https://www.devclubhouse.com/go/ad/12)\n\nUsing npm, pnpm, or bun:\n\n```\n# npm\nnpm install -g @kilocode/cli\n\n# pnpm\npnpm add -g @kilocode/cli\n\n# bun\nbun add -g @kilocode/cli\n```\n\nUsing [Homebrew](https://brew.sh) (macOS and Linux) or [Arch Linux](https://archlinux.org) (AUR):\n\n```\n# Homebrew\nbrew install Kilo-Org/tap/kilo\n\n# Arch Linux\nparu -S kilo-bin\n```\n\nAlternatively, developers can install Kilo via a direct curl script:\n\n```\ncurl -fsSL https://kilo.ai/cli/install | bash\n```\n\nFor environments without standard package managers, pre-built binaries are available for Windows (x64), macOS (Apple Silicon and Intel), and Linux (x64 and ARM). Notably, Kilo provides an `x64-baseline`\n\nbuild for older CPUs lacking AVX support, as well as a `musl`\n\nstatically linked build optimized for minimal Docker images and Alpine Linux environments.\n\n## Autonomous Execution and CI/CD Integration\n\nWhile interactive use inside an IDE is the most common workflow, Kilo also supports fully autonomous operations. By leveraging terminal and browser control, the agent can execute commands, run test suites, and even automate web-based tasks to verify its work.\n\nThis capability is particularly powerful when integrated into CI/CD pipelines. Using the CLI, developers can run Kilo in Autonomous Mode by appending the `--auto`\n\nflag:\n\n```\nkilo run --auto \"run tests and fix any failures\"\n```\n\nThe `--auto`\n\nflag disables all interactive permission prompts, giving the agent full authority to execute actions, run commands, and modify files without manual confirmation. Because this mode allows unconstrained execution, it is highly recommended to run autonomous tasks only within secure, isolated, or trusted sandbox environments.\n\n## Expanding Capabilities with MCP\n\nTo prevent the AI from being isolated from external tools, Kilo integrates with the Model Context Protocol (MCP) marketplace. This allows developers to wire up various MCP servers directly to their agents, expanding their capabilities to interact with external databases, APIs, issue trackers, and proprietary internal tools.\n\nFor teams looking for off-host execution, Kilo also offers a web-based Cloud Agent, automated pull request reviews, and an always-on AI agent called KiloClaw. By combining open-source flexibility with deep environment integration, Kilo Code provides a highly adaptable foundation for teams looking to transition from basic AI autocomplete to fully realized agentic workflows.\n\n## Sources & further reading\n\n-\n[Kilo-Org/kilocode](https://github.com/Kilo-Org/kilocode)— github.com\n\n[Priya Nair](https://www.devclubhouse.com/u/priya_nair)· AI & Developer Experience Writer\n\nPriya covers AI frameworks, developer productivity tooling, and the startup ecosystem across South and Southeast Asia, bringing a researcher's rigour and a practitioner's empathy to every story. She is deeply sceptical of benchmarks and asks hard questions so her readers don't have to.\n\n## Discussion 2\n\nokay this is actually huge - 500 models supported and zero-markup pricing is a total game changer, can't wait to try kilo code out in my vs code workflow\n\n[@excited_emma](https://www.devclubhouse.com/u/excited_emma) yeah i'm definitely giving this a shot on my homelab", "url": "https://wpnews.pro/news/kilo-code-brings-open-source-agentic-engineering-to-your-ide", "canonical_source": "https://www.devclubhouse.com/a/kilo-code-brings-open-source-agentic-engineering-to-your-ide", "published_at": "2026-06-18 13:03:09+00:00", "updated_at": "2026-06-19 03:03:36.605331+00:00", "lang": "en", "topics": ["ai-tools", "developer-tools", "large-language-models", "ai-agents"], "entities": ["Kilo Code", "VS Code", "JetBrains", "GPT-5.5", "Claude Opus 4.7", "Claude Sonnet 4.6", "Gemini 3.1 Pro Preview", "Priya Nair"], "alternates": {"html": "https://wpnews.pro/news/kilo-code-brings-open-source-agentic-engineering-to-your-ide", "markdown": "https://wpnews.pro/news/kilo-code-brings-open-source-agentic-engineering-to-your-ide.md", "text": "https://wpnews.pro/news/kilo-code-brings-open-source-agentic-engineering-to-your-ide.txt", "jsonld": "https://wpnews.pro/news/kilo-code-brings-open-source-agentic-engineering-to-your-ide.jsonld"}}