Kilo is the all-in-one agentic engineering platform. Build, ship, and iterate faster with the most popular open source coding agent. #1 on OpenRouter. 750k+ Kilo Coders. 6.1 trillion tokens/month. https://kilo.ai/
|
|
10 месяцев назад | |
|---|---|---|
| .changeset | 11 месяцев назад | |
| .github | 10 месяцев назад | |
| .husky | 10 месяцев назад | |
| .vscode | 10 месяцев назад | |
| assets | 10 месяцев назад | |
| audio | 1 год назад | |
| benchmark | 10 месяцев назад | |
| cline_docs | 1 год назад | |
| e2e | 11 месяцев назад | |
| scripts | 10 месяцев назад | |
| src | 10 месяцев назад | |
| walkthrough | 10 месяцев назад | |
| webview-ui | 10 месяцев назад | |
| .clinerules | 11 месяцев назад | |
| .dockerignore | 11 месяцев назад | |
| .env.sample | 11 месяцев назад | |
| .eslintrc.json | 11 месяцев назад | |
| .git-blame-ignore-revs | 11 месяцев назад | |
| .gitattributes | 1 год назад | |
| .gitconfig | 1 год назад | |
| .gitignore | 11 месяцев назад | |
| .kilocodemodes | 11 месяцев назад | |
| .npmrc | 1 год назад | |
| .nvmrc | 11 месяцев назад | |
| .prettierignore | 1 год назад | |
| .prettierrc.json | 1 год назад | |
| .rooignore | 11 месяцев назад | |
| .vscodeignore | 10 месяцев назад | |
| LICENSE | 11 месяцев назад | |
| NOTICE | 11 месяцев назад | |
| PRIVACY.md | 11 месяцев назад | |
| README.md | 11 месяцев назад | |
| ellipsis.yaml | 11 месяцев назад | |
| esbuild.js | 11 месяцев назад | |
| flake.lock | 1 год назад | |
| flake.nix | 10 месяцев назад | |
| jest.config.js | 11 месяцев назад | |
| knip.json | 11 месяцев назад | |
| package-lock.json | 10 месяцев назад | |
| package.json | 10 месяцев назад | |
| tsconfig.json | 1 год назад |
<img width="120" src="assets/icons/logo-outline-black.png" alt="Kilo Code logo">
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.
Clone the repo:
git clone https://github.com/Kilo-Org/kilocode.git
Install dependencies:
npm run install:all
Build the extension:
npm run build
.vsix file will appear in the bin/ directory.Install the .vsix manually if desired:
code --install-extension bin/kilo-code-4.0.0.vsix
Start the webview (Vite/React app with HMR):
npm run dev
Debug:
F5 (or Run → Start 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.