github Kilo-Org/kilocode cli-v0.19.0
Release CLI - v0.19.0

latest releases: cli-v0.19.2, v4.143.2, v4.143.1...
5 days ago

0.19.0

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.

Don't miss a new kilocode release

NewReleases is sending notifications on new releases.