Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR was opened by the Changesets release GitHub action. When you're ready to do a release, you can merge this and publish to npm yourself or setup this action to publish automatically. If you're not ready to do a release yet, that's fine, whenever you add more changesets to main, this PR will be updated.
Releases
@kilocode/[email protected]
Minor Changes
695f68fThanks @marius-kilocode! - Add autocomplete for/modecommand in CLI, similar to model autocomplete. When typing/modeand pressing tab, users now see suggestions for all available modes including default and custom modes with their names, descriptions, and source labels.Patch Changes
#4792
25b7efeThanks @marius-kilocode! - Fix API request cost updates in the CLI when using static message rendering#4735
ffabf05Thanks @marius-kilocode! - Add CLI/condensecommand for manual context condensation#4732
2f16482Thanks @marius-kilocode! - Add instant ESC/Ctrl+X cancellation feedback with optimistic UI and reduced readline escape timeout#4740
f291417Thanks @kiloconnect! - Fix CLI formatting for unknown message types, JSON content, and codebase search results#4797
ae3701bThanks @marius-kilocode! - Fix slash command suggestions to select first entry by default when typing/#4778
ea212caThanks @kiloconnect! - Fix CLI auto-update regression caused by inverted conditional logic with --nosplash flag. The version check now runs for all users by default, regardless of the nosplash flag state.#4780
0cfe8b0Thanks @Drilmo! - Add log file rotation to prevent unbounded disk usageThe CLI log file at
~/.kilocode/cli/logs/cli.txtnow automatically rotates at startup when it exceeds 10 MB, keeping only the most recent ~5 MB of logs. This prevents the log file from growing indefinitely and consuming excessive disk space for heavy CLI users or long-running sessions.[email protected]
Minor Changes
d1c35c5Thanks @hassoncs! - Improve the initial setup experience for the speech-to-text feature by adding an inline setup tooltipPatch Changes
#4785
acc529eThanks @markijbema! - Removed the cmd-i (quick inline task) functionality, as cmd-k-a (add to context) is now equivalent#4765
725b0bcThanks @Drilmo! - Fixed exit prompt showing "Cmd+C" instead of "Ctrl+C" on Mac. Ctrl+C is the universal terminal interrupt signal on all platforms.#4787
84033faThanks @markijbema! - Keep config screen in sync with whether chat autocomplete is enabled#4800
c089dc2Thanks @hassoncs! - Add fuzzy matching to / commands