Skip to content

Releases: Kilo-Org/kilocode

Release v4.143.2

07 Jan 19:58

Choose a tag to compare

4.143.2

Patch Changes

Release v4.143.1

07 Jan 16:31

Choose a tag to compare

4.143.1

Patch Changes

  • #4832 22a4ebf Thanks @Drilmo! - Support Cmd+V for pasting images on macOS in VSCode terminal

    • Detect empty bracketed paste (when clipboard contains image instead of text)
    • Trigger clipboard image check on empty paste or paste timeout
    • Add Cmd+V (meta key) support alongside Ctrl+V for image paste
  • #3856 91e0a17 Thanks @markijbema! - Faster autocomplete when using the Mistral provider

  • #4839 abaada6 Thanks @markijbema! - Enable autocomplete by default in the JetBrains extension

  • #4831 a9cbb2c Thanks @Drilmo! - Fix paste truncation in VSCode terminal

    • Prevent React StrictMode cleanup from interrupting paste operations
    • Remove completePaste() and clearBuffers() from useEffect cleanup
    • Paste buffer refs now persist across React re-mounts and flush properly when paste end marker is received
  • #4847 8ee812a Thanks @chrarnoldus! - Disable structured outputs for Anthropic models, because the tool schema doesn't yet support it

  • #4843 0e3520a Thanks @markijbema! - Filter unhelpful suggestions in chat autocomplete

Release v4.143.0

07 Jan 09:33

Choose a tag to compare

4.143.0

Minor Changes

Patch Changes

Release CLI - v0.19.2

07 Jan 20:14

Choose a tag to compare

0.19.2

Patch Changes

Release v4.142.0

06 Jan 13:13

Choose a tag to compare

4.142.0

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

Release CLI - v0.19.0

06 Jan 13:28

Choose a tag to compare

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.

Release v4.141.2

03 Jan 22:11

Choose a tag to compare

4.141.2

Patch Changes

Release v4.141.1

31 Dec 15:51

Choose a tag to compare

4.141.1

Patch Changes

Release CLI - v0.18.1

31 Dec 16:05

Choose a tag to compare

0.18.1

Patch Changes

  • #4728 8ecb081 Thanks @marius-kilocode! - Clear input field when Ctrl+C is pressed

  • #4244 f32adee Thanks @marius-kilocode! - Add image paste support to CLI

    • Allow Ctrl+V in the CLI to paste clipboard images, attach them as [Image #N], and send them with messages (macOS only, with status feedback and cleanup)
    • Add image mention parsing (@path and [Image #N]) so pasted or referenced images are included when sending messages
    • Split media code into a dedicated module with platform-specific clipboard handlers and image utilities

Release v4.141.0

30 Dec 14:33

Choose a tag to compare

4.141.0

Minor Changes

Patch Changes