Core
- Preserve write tool alongside apply_patch for GPT-5 models (@jacksonkasi1)
- Strengthen sync test and add missing ConfigCLICommand
- Align /local-review diff with agent manager diff viewer
- Make 'kilo help' show same output as 'kilo -h'
- Restore native --help for subcommands
- Add kilocode markers on mode block
- Add kilocode markers on agent block
- Add kilocode markers on command block
- Add workflows section to CLI documentation
- Add KILO_CONFIG_DIR to command paths in CLI documentation
- Add sync check ensuring commands.ts and index.ts stay in sync
- Disable built-in help command to allow
kilo help --allto work - Track remote connection opened event in PostHog
- Drop explicit CommandModule type from commands array to fix typecheck
- Add completion command to commands array for help --all and cli-reference
- Minimize index.ts diff and remove spurious changes
- Guard session import in config error handlers
- Fix kilocode_change markers in CLI code
- Let managed config errors propagate
- Include detail in validation error
- Move commands barrel to kilocode directory and restore upstream-style index.ts chain
- Improve config warning UX across CLI, TUI, and VS Code
- Add documentation explaining the purpose of commands.ts barrel file
- Add RemoteCommand to barrel exports, fix recursive subcommands, and include $0 commands in help --all output
- Add config warnings endpoint and surface errors to TUI/extension
- Add CONTEXT.md to CLI instructions list
- Add KILO_CONFIG_DIR to command lookup
- Widen KILO_DISABLE_PROJECT_CONFIG description in CLI documentation
- List all managed configuration files in CLI documentation
- Fix instructions auto-discovery list in CLI documentation
- Add missing opencode.jsonc to global paths documentation
- Add named-command lookup guidance to kilo-config skill
- Widened kilo-config skill to cover path location questions
- Add legacy paths to kilo-config skill documentation
- Surface schema validation errors to user in CLI
- Remove unscoped session.error publish from CLI
- Skip invalid agent/command configs instead of crashing
- Add regression tests for config resilience
- Remove empty openapi.json artifact and add DbCommand to test fixture (@maphew)
- Address bot review concerns (@maphew)
- Remove invalid ResolveMessage import and fix cli-reference link path (@maphew)
- Skip undescribed commands in review process and rename ambiguous variable (@maphew)
- Address review feedback: await rejects, gate options.all, sanitize cwd, add AttachStub (@maphew)
- Auto-generate CLI reference docs from help.ts (@maphew)
- Log catch block and document yargs version dependency (@maphew)
- Add kilo help --all command for full CLI reference in markdown or text (@maphew)
TUI
- Add kilocode_change marker to prompt flexShrink prop
- Add kilocode_change markers in toast code
- Add flexShrink={0} to prompt border box to prevent shrinking
Thank you to 6 community contributors:
- @maphew:
- feat: add kilo help --all command for full CLI reference in markdown or text
- the plan for implementing help --all cmd
- fix: address review — log catch block, document yargs version dependency
- feat: auto-generate CLI reference docs from help.ts
- fix: address review — await rejects, gate options.all, sanitize cwd, add AttachStub
- fix: address review — skip undescribed commands, rename ambiguous var, remove marker
- Merge remote-tracking branch 'origin/main' into feat/help-all-command
- Merge upstream/main into feat/help-all-command; add DbCommand and WorkspaceServeCommand
- fix: remove invalid ResolveMessage import and fix cli-reference link path
- Merge branch 'main' into feat/help-all-command
- fix: address bot review concerns
- fix: remove empty openapi.json artifact, add DbCommand to test fixture
- @aravhawk:
- Merge branch 'Kilo-Org:main' into session/agent_58776529-50a0-40ff-9d78-3f2f7e4d28b6
- @justincqz:
- remove references to 'kilo web' in documentation
- @thomasboom:
- Update bonus credits and AI model versions in README
- Merge branch 'main' into docs/updated-models-mentioned
- @jacksonkasi1:
- fix: preserve write tool alongside apply_patch for gpt-5 models
- @ScuttleBot:
- docs: update for task timeline graph and Agent Manager PR badges (#8532)