Skip to content

olearycrew/kilocode

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3,790 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Kilo Code logo

Get $15 of Claude 3.7 tokens for free Download on VS Code Marketplace

Join Reddit Join Discord Kilo Code for VS Code  - Lightning speed autonomous AI coding agent | Product Hunt

Kilo Code


Kilo Code is an open-source AI agent extension for Visual Studio Code. It helps you write code more efficiently by generating code, automating tasks, and providing suggestions.

Kilo Code has a free tier with $15 worth of Claude 3.7 Sonnet tokens. We'll give out more free tokens if you leave useful feedback.

Key Features

  • AI-Powered Code Generation: Generate code from natural language descriptions.
  • Automated Refactoring: Refactor and improve existing code.
  • Intelligent Code Completion: Get smart suggestions as you type.
  • Task Automation: Automate repetitive coding tasks.

Get Started in 2 Minutes

  1. Install the Kilo Code extension from the VS Code Marketplace.
  2. Log in with your Google Account to get $15 in free Claude 3.7 Sonnet credits.
  3. Start coding!

Local Setup & Development

  1. Clone the repo:
    git clone https://github.com/Kilo-Org/kilocode.git
  2. Install dependencies:
    npm run install:all
  3. Build the extension:
    npm run build
    • A .vsix file will appear in the bin/ directory.
  4. Install the .vsix manually if desired:
    code --install-extension bin/kilo-code-4.0.0.vsix
  5. Start the webview (Vite/React app with HMR):
    npm run dev
  6. Debug:
    • Press F5 (or RunStart Debugging) in VSCode to open a new session with Kilo Code loaded.

Changes to the webview will appear immediately. Changes to the core extension will require a restart of the extension host.

About

Kilo Code (forked from Roo Code) gives you a whole dev team of AI agents in your code editor.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • TypeScript 98.0%
  • JavaScript 1.1%
  • CSS 0.8%
  • Dockerfile 0.1%
  • Nix 0.0%
  • HTML 0.0%