KiloCode

Active
GitHub TypeScript MIT

Description

KiloCode is an all-in-one open-source coding agent platform for VS Code and JetBrains, integrating 200+ models with autonomous coding, debugging, and iteration capabilities.

Key Features

  • All-in-one coding agent platform supporting VS Code, JetBrains, CLI, Slack, and Cloud
  • Integration with 500+ AI models including GPT, Claude, and Gemini with transparent pricing
  • Multi-mode workflow: Architect for planning, Coder for implementation, Debugger for fixes
  • MCP Server Marketplace for extending agent capabilities with third-party tools
  • Autonomous CI/CD mode with --auto flag for fully unattended operation
  • Inline autocomplete suggestions powered by AI models

Use Cases

💡 AI-assisted code generation and refactoring directly in popular IDEs
💡 Automated bug fixing and test execution in CI/CD pipelines
💡 Browser automation for end-to-end testing and UI verification
💡 Rapid prototyping with natural language to code translation

Strengths & Limitations

Strengths

  • Actively maintained, recent updates
  • High community interest (26.9k stars)
  • Permissive open-source license (MIT)

Quick Start

npm install -g @kilocode/cli && kilo run "run tests and fix any failures"

Related Projects

Qwen Code

27.1k · TypeScript
Active A

An open-source AI coding agent that lives in your terminal, built by Qwen team with support for code generation, editing, debugging and multi-file operations.

codingllmtypescript +2
  • · Multi-protocol multi-provider — supports OpenAI, Anthropic, Gemini-compatible APIs with Alibaba Cloud, OpenRouter and more
  • · Qwen3-Coder co-evolution — both framework and Qwen3-Coder model are open-source and ship together
  • · Built-in Skills and SubAgents — rich built-in tools for full agentic workflow with Claude Code-like experience

Mini SWE-Agent

6.5k · Python
Active A+

Mini SWE-Agent is a minimalist AI agent in just 100 lines of code that solves GitHub issues or assists developers in the command line, demonstrating core coding agent capabilities with minimal implementation.

codingpythonagent +2
  • · Minimal ~100-line Python agent class achieving >74% on SWE-bench verified
  • · Bash-only tool interface requiring no special LLM tool-calling capabilities
  • · Completely linear message history for easy debugging and fine-tuning

Related Articles