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:
- @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