| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| kilo-darwin-arm64.zip | < 23 hours ago | 36.5 MB | |
| kilo-darwin-x64-baseline.zip | < 23 hours ago | 38.5 MB | |
| kilo-darwin-x64.zip | < 23 hours ago | 38.5 MB | |
| kilo-linux-arm64-musl.tar.gz | < 23 hours ago | 51.2 MB | |
| kilo-linux-arm64.tar.gz | < 23 hours ago | 53.4 MB | |
| kilo-linux-x64-baseline-musl.tar.gz | < 23 hours ago | 51.4 MB | |
| kilo-linux-x64-baseline.tar.gz | < 23 hours ago | 53.8 MB | |
| kilo-linux-x64-musl.tar.gz | < 23 hours ago | 51.6 MB | |
| kilo-linux-x64.tar.gz | < 23 hours ago | 54.0 MB | |
| kilo-vscode-alpine-arm64.vsix | < 23 hours ago | 61.4 MB | |
| kilo-1.0.25.zip | < 23 hours ago | 71.7 MB | |
| kilo-1.0.25.tar.gz | < 23 hours ago | 70.1 MB | |
| kilo-vscode-alpine-x64.vsix | < 23 hours ago | 61.4 MB | |
| kilo-vscode-darwin-arm64.vsix | < 23 hours ago | 46.2 MB | |
| kilo-vscode-darwin-x64.vsix | < 23 hours ago | 47.8 MB | |
| kilo-vscode-linux-arm64.vsix | < 23 hours ago | 63.8 MB | |
| kilo-vscode-linux-x64.vsix | < 23 hours ago | 63.9 MB | |
| kilo-vscode-win32-x64.vsix | < 23 hours ago | 65.4 MB | |
| kilo-windows-x64-baseline.zip | < 23 hours ago | 54.9 MB | |
| kilo-windows-x64.zip | < 23 hours ago | 55.1 MB | |
| README.md | 2026-02-21 | 3.2 kB | |
| v1.0.25 source code.tar.gz | 2026-02-21 | 70.1 MB | |
| v1.0.25 source code.zip | 2026-02-21 | 71.9 MB | |
| Totals: 23 Items | 1.2 GB | 0 | |
Core
- Display plan message as non-synthetic in new sessions (@alex-alecu)
- Add worktree setup script support to agent manager
- Close sub-agents to prevent orphan processes (@alex-alecu)
- Handover task list and compacted context to next session after planning (@alex-alecu)
- Split ask() function, extract constants, and remove redundant context label (@alex-alecu)
- Reject pending plan followup question on abort signal (@alex-alecu)
- Avoid empty context (@alex-alecu)
- Include compact summary of explored files in new sessions after planning to avoid redundant codebase searches (@alex-alecu)
- Add predefined suggestions after planning session to improve context management (@alex-alecu)
- Add length constraint to question tool prompt to ensure concise option labels (@pschiel)
TUI
- Ensure abort fires even if shutdown throws in web.ts (@alex-alecu)
- Ensure abort fires even if shutdown throws in serve.ts (@alex-alecu)
Desktop
- Skip intermittent e2e test
Thank you to 6 community contributors:
- @Githubguy132010:
- fix(vscode): stop duplicate permission prompts (#408)
- Merge branch 'dev' into fix/vscode-permission-prompt-408
- Fix permission dock fallback for non-tool requests
- Merge pull request [#3] from Githubguy132010/codex/gate-permission-dock-rendering-by-tool-presence
- @pschiel:
- fix: add length constraint in question tool prompt
- @haliliceylan:
- fix(ui): remove redundant copy button from TextPartDisplay
- fix(ui): show horizontal scrollbar on code blocks in markdown
- refactor(ui): remove unused text part copy wrapper styles
- @alex-alecu:
- feat: Add predefined suggestions after finishing the planning session to improve context management
- feat: When starting a new session after planning, include a compact summary of what was explored and which files were read so the AI doesn't have to re-search the codebase.
- fix: Avoid empty context
- fix: Reject pending plan followup question on abort signal
- Merge branch 'dev' into feat/suggestions-after-plan-end
- refactor: split ask(), extract constants, remove redundant context label
- feat: Handover task list and compacted context to next session after planning
- fix: Close sub-agents, preventing them from becoming orphan processes
- feat(plan): display plan message as non-synthetic in new sessions
- Merge branch 'feat/suggestions-after-plan-end' of github.com:Kilo-Org/kilo into feat/suggestions-after-plan-end
- Merge pull request [#459] from Kilo-Org/feat/suggestions-after-plan-end
- fix: ensure abort fires even if shutdown throws in serve.ts
- fix: ensure abort fires even if shutdown throws in web.ts
- Merge branch 'dev' into fix/fix-orphan-sub-agents
- Merge pull request [#520] from Kilo-Org/fix/fix-orphan-sub-agents
- @Olusammytee:
- docs(cloud-agent): clarify Setup Commands vs .kilocode/setup-script
- docs: update mode-specific custom instruction file guidance
- docs: clarify YAML-first custom modes behavior
- @maphew:
- fix: update broken contributing docs link in CONTRIBUTING.md
- fix(docs): remove broken sidebar nav links for annual-billing and memory-bank