|
|
4 godzin temu | |
|---|---|---|
| .. | ||
| bin | 60a7c7a9fd fix: run script/format.ts | 1 miesiąc temu |
| migration | 7ea50aac14 OpenCode v1.3.3 (#8790) | 4 dni temu |
| script | 1c67e0fe71 resolve merge conflicts | 1 dzień temu |
| specs | 4fc1e0263c refactor: kilo compat for v1.4.0 | 1 dzień temu |
| src | d4ab3331c8 revert: remove suggest tool feature (#8994) | 7 godzin temu |
| test | d4ab3331c8 revert: remove suggest tool feature (#8994) | 7 godzin temu |
| .gitignore | 90e86a5e3d OpenCode v1.3.4 (#8798) | 3 dni temu |
| AGENTS.md | 00aa44579f refactor(vscode): centralise process spawning in util/process.ts to enforce windowsHide | 3 tygodni temu |
| BUN_SHELL_MIGRATION_PLAN.md | 3c6c74457d sync | 1 miesiąc temu |
| CHANGELOG.md | bcb009807a create changelog file | 2 dni temu |
| Dockerfile | e1376661ea fix: docker build | 2 miesięcy temu |
| README.md | f389066191 Remove kilo pr command from README | 1 miesiąc temu |
| bunfig.toml | 90e86a5e3d OpenCode v1.3.4 (#8798) | 3 dni temu |
| drizzle.config.ts | 5f161009d7 refactor: rename db | 1 miesiąc temu |
| git | b1811147e2 merge: upstream v1.3.0 | 4 dni temu |
| package.json | 41ffb3a3aa release: v7.2.8 | 4 godzin temu |
| parsers-config.ts | 4aebaaf067 feat(tui): add syntax highlighting for kotlin, hcl, lua, toml (#18198) | 3 tygodni temu |
| sst-env.d.ts | ae62fff98d Resolve merge conflicts | 1 miesiąc temu |
| tsconfig.json | 94c128f73b chore: generate | 1 miesiąc temu |
The AI coding agent built for the terminal. Generate code from natural language, automate tasks, and run terminal commands -- powered by 500+ AI models.
npm install -g @kilocode/cli
Or run directly with npx:
npx --package @kilocode/cli kilo
Run kilo in any project directory to launch the interactive TUI:
kilo
Run a one-off task:
kilo run "add input validation to the signup form"
| Command | Description |
|---|---|
kilo |
Launch interactive TUI |
kilo run "<task>" |
Run a one-off task |
kilo auth |
Manage authentication |
kilo models |
List available models |
kilo mcp |
Manage MCP servers |
kilo session list |
List sessions |
kilo session delete |
Delete a session |
kilo export |
Export session transcripts |
Run kilo --help for the full list.
brew install Kilo-Org/tap/kilo
Download pre-built binaries from the Releases page.
MIT