Releases: Kilo-Org/kilocode
Release v4.143.2
4.143.2
Patch Changes
-
#4833
2c7cd08Thanks @sebastiand-cerebras! - Addzai-glm-4.7to Cerebras models -
#4853
435c879Thanks @chrarnoldus! - Improved prompt caching when using Anthropic models on OpenRouter with native tool calling -
#4859
35fb2adThanks @marius-kilocode! - Fix Architect mode unnecessarily switching to Code mode to edit markdown files -
#4829
4e09e36Thanks @marius-kilocode! - Fix browser action results displaying raw base64 screenshot data as hexadecimal garbage
Release v4.143.1
4.143.1
Patch Changes
-
#4832
22a4ebfThanks @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
91e0a17Thanks @markijbema! - Faster autocomplete when using the Mistral provider -
#4839
abaada6Thanks @markijbema! - Enable autocomplete by default in the JetBrains extension -
#4831
a9cbb2cThanks @Drilmo! - Fix paste truncation in VSCode terminal- Prevent React StrictMode cleanup from interrupting paste operations
- Remove
completePaste()andclearBuffers()from useEffect cleanup - Paste buffer refs now persist across React re-mounts and flush properly when paste end marker is received
-
#4847
8ee812aThanks @chrarnoldus! - Disable structured outputs for Anthropic models, because the tool schema doesn't yet support it -
#4843
0e3520aThanks @markijbema! - Filter unhelpful suggestions in chat autocomplete
Release v4.143.0
4.143.0
Minor Changes
- #4643
bf89c48Thanks @marius-kilocode! - Migrate worktree creation from CLI to extension for parallel mode sessions
Patch Changes
-
#4804
e83c30aThanks @kiloconnect! - Add comprehensive AGENTS.md documentation page to Agent Behavior section -
#4810
2d8f5b4Thanks @kiloconnect! - Add--append-system-promptCLI option to append custom instructions to the system prompt -
#4808
3253a5fThanks @markijbema! - Rename and reorganize autocomplete settings to use more familiar terminology -
#4815
1530050Thanks @chrarnoldus! - Allow null for tool arguments
Release CLI - v0.19.2
0.19.2
Patch Changes
- #4829
4e09e36Thanks @marius-kilocode! - Fix browser action results displaying raw base64 screenshot data as hexadecimal garbage
Release v4.142.0
4.142.0
Minor Changes
- #4587
d1c35c5Thanks @hassoncs! - Improve the initial setup experience for the speech-to-text feature by adding an inline setup tooltip
Patch 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
Release CLI - v0.19.0
0.19.0
Minor Changes
- #4730
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- 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
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.
Release v4.141.2
4.141.2
Patch Changes
-
#4747
e4f9e65Thanks @chrarnoldus! - Fixed no checkpoint being created before a file is edited -
#4754
d936b50Thanks @keeganwitt! - Added ability to use Codestral for autocomplete from HuggingFace, LiteLLM, LM Studio and Ollama
Release v4.141.1
4.141.1
Patch Changes
-
#4736
c7bd7b7Thanks @marius-kilocode! - Skip VSCode-specific diagnostic operations in CLI mode for improved performance -
#4725
2dcce20Thanks @marius-kilocode! - Prevent empty checkpoints from being created on every tool use -
#4723
b9d0d16Thanks @kiloconnect! - Enable chat autocomplete by default -
#4681
2be56b8Thanks @catrielmuller! - Jetbrains IDEs - Improve intialization process
Release CLI - v0.18.1
0.18.1
Patch Changes
-
#4728
8ecb081Thanks @marius-kilocode! - Clear input field when Ctrl+C is pressed -
#4244
f32adeeThanks @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
4.141.0
Minor Changes
- #4702
b84a66fThanks @chrarnoldus! - Add support for skills
Patch Changes
-
#4710
c128319Thanks @sebastiand-cerebras! - Update Cerebras maxTokens from 8192 to 16384 for all models -
#4718
9a465b0Thanks @marius-kilocode! - Fix terminal scroll-flicker in CLI by disabling streaming output and enabling Ink incremental rendering -
#4719
57b0873Thanks @marius-kilocode! - Confirm before exiting the CLI on Ctrl+C/Cmd+C.