Skip to content

Conversation

@github-actions
Copy link
Contributor

@github-actions github-actions bot commented Jan 4, 2026

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

  • #4730 695f68f Thanks @marius-kilocode! - Add autocomplete for /mode command in CLI, similar to model autocomplete. When typing /mode and 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 25b7efe Thanks @marius-kilocode! - Fix API request cost updates in the CLI when using static message rendering

  • #4735 ffabf05 Thanks @marius-kilocode! - Add CLI /condense command for manual context condensation

  • #4732 2f16482 Thanks @marius-kilocode! - Add instant ESC/Ctrl+X cancellation feedback with optimistic UI and reduced readline escape timeout

  • #4740 f291417 Thanks @kiloconnect! - Fix CLI formatting for unknown message types, JSON content, and codebase search results

    • Improved JSON parsing in CI mode with proper error handling
    • Enhanced unknown message type handling with JSON formatting
    • Fixed codebase search results parsing to match extension payload format
    • Fixed operator precedence bug in SayMessageRouter.tsx
  • #4797 ae3701b Thanks @marius-kilocode! - Fix slash command suggestions to select first entry by default when typing /

  • #4778 ea212ca Thanks @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 0cfe8b0 Thanks @Drilmo! - Add log file rotation to prevent unbounded disk usage

    The CLI log file at ~/.kilocode/cli/logs/cli.txt now 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

  • #4587 d1c35c5 Thanks @hassoncs! - Improve the initial setup experience for the speech-to-text feature by adding an inline setup tooltip

Patch Changes

  • #4785 acc529e Thanks @markijbema! - Removed the cmd-i (quick inline task) functionality, as cmd-k-a (add to context) is now equivalent

  • #4765 725b0bc Thanks @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 84033fa Thanks @markijbema! - Keep config screen in sync with whether chat autocomplete is enabled

  • #4800 c089dc2 Thanks @hassoncs! - Add fuzzy matching to / commands

@kiloconnect
Copy link
Contributor

kiloconnect bot commented Jan 4, 2026

Code Review Summary

Status: No Issues Found | Recommendation: Merge

This is a standard changeset release PR that updates version numbers and changelogs. All changes are consistent:

  • Extension version: 4.141.2 → 4.142.0 (minor bump for new speech-to-text feature)
  • CLI version: 0.18.1 → 0.19.0 (minor bump for mode autocomplete feature)
  • Changeset files properly consumed and removed
  • Changelog entries match the deleted changeset files
Files Reviewed (5 files)
  • CHANGELOG.md - Version 4.142.0 entries added
  • cli/CHANGELOG.md - Version 0.19.0 entries added
  • cli/package.json - Version bump to 0.19.0
  • cli/package.dist.json - Version bump to 0.19.0
  • src/package.json - Version bump to 4.142.0
  • .changeset/*.md (13 files deleted) - Consumed changesets

@github-actions github-actions bot force-pushed the changeset-release/main branch 8 times, most recently from c11fd29 to 5d3609a Compare January 6, 2026 10:55
@github-actions github-actions bot force-pushed the changeset-release/main branch from 5d3609a to b135601 Compare January 6, 2026 12:10
@chrarnoldus chrarnoldus merged commit c0b66cf into main Jan 6, 2026
@chrarnoldus chrarnoldus deleted the changeset-release/main branch January 6, 2026 13:10
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants