Kilo Code Release Notes
123 release notes curated from 1 source by the Releasebot Team. Last updated: Jul 17, 2026
Kilo Code Products
- Jul 16, 2026
- Date parsed from source:Jul 16, 2026
- First seen by Releasebot:Jul 17, 2026
v7.4.11 (release)
Kilo ships 7.4.11 with smoother VS Code project-memory controls, including a task-header menu, quick actions, verbose memory details, and recalled snippets in conversation markers when enabled. It also improves sidebar icon handling and fixes session freezing and message display issues.
7.4.11
Minor Changes
- #12254 30e7ec4 - Improve project-memory activity in VS Code with a task-header menu, quick actions, and optional verbose details.
- #12250 bd69158 - Support verbose project-memory settings and show recalled memory snippets in conversation markers when enabled.
Patch Changes
- #12287 bb75928 - Use distinct icons for context, project memory, and code indexing, and group context controls to preserve task titles in narrow VS Code sidebars.
- #12285 9fa2e18 - Prevent sessions from freezing after submitting or dismissing a question.
- #12274 5180c10 - Show newly submitted messages immediately after reverting a conversation.
Updated dependencies [319f159, bb75928, 9fa8a13, 30e7ec4, bd69158]:
- @kilocode/[email protected]
- @kilocode/[email protected]
- @kilocode/[email protected]
- @kilocode/[email protected]
- @opencode-ai/[email protected]
- @kilocode/[email protected]
- @kilocode/[email protected]
- @opencode-ai/[email protected]
- Jul 16, 2026
- Date parsed from source:Jul 16, 2026
- First seen by Releasebot:Jul 16, 2026
JetBrains 7.0.7
Kilo adds OpenAI-compatible custom provider support and improves setup validation, dialog handling, and cleanup.
Added
Add support for OpenAI-compatible custom providers.
Fixed
Improve custom provider setup by validating required fields and showing configuration errors in the dialog.
Close the custom provider dialog correctly after adding a provider.
Clean up deleted custom providers by using the disconnect flow.
Changed
Keep the JetBrains plugin pinned to Kilo Core 7.4.5 for this release.
Original source All of your release notes in one feed
Join Releasebot and get updates from Kilo Code and hundreds of other software products.
- Jul 15, 2026
- Date parsed from source:Jul 15, 2026
- First seen by Releasebot:Jul 16, 2026
v7.4.9 (release)
Kilo adds chat search from the Command Palette, better mention handling, and fixes for highlighted filenames with spaces or non-ASCII characters.
7.4.9
Patch Changes
#12194 46fe0a9 Thanks @sylwester-liljegren! - Toggle chat search from the Command Palette, jump focus back to the chat input when it closes, and auto-expand the collapsed tool call or reasoning block containing the current search match.
#11977 a76dc77 Thanks @sylwester-liljegren! - Fix file @mentions for filenames containing spaces or non-ASCII characters. Such mentions now stay fully highlighted in the sent message and are read correctly instead of failing with "File not found".
Original source - Jul 15, 2026
- Date parsed from source:Jul 15, 2026
- First seen by Releasebot:Jul 15, 2026
v7.4.8 (release)
Kilo releases 7.4.8 with minor UX and workflow improvements, including better task timeline highlighting, prompt enhancement in New Worktree, clearer agent settings, improved session handling, and fixes for token usage, file mentions, sidebar focus, and Agent Manager behavior.
7.4.8
Minor Changes
- #12159 1083bb8 - Report active CLI and VS Code app and session presence.
- #12065 2040f6c - Hovering or focusing a bar in the task timeline now highlights the matching tool call in the transcript, making it easier to see which bar belongs to which tool.
- #11687 c8047e6 - Add the prompt enhancer to the New Worktree dialog, so prompts can be enhanced before creating worktree sessions.
Patch Changes
- #11868 5b97ba1 Thanks @Tamsi! - Improve agent behaviour setting descriptions for Temperature, Top P, and Max Steps.
- #12183 751cac5 Thanks @AmariahAK! - Move "Browse files..." to the end of the @-mention dropdown so the closest matching file is the default selection instead of the file picker.
- #12211 b478786 - Correct the token usage summary's cache-read indicator and group cached input with other input tokens.
- #11922 07dab7b Thanks @LEN5010! - Improve question option visibility in light VS Code themes.
- #11783 6a3e5f3 - Inherit sandbox state when a sandboxed agent starts new Agent Manager sessions.
- #12174 3ba4c33 - Inspect managed Agent Manager sessions and send a targeted prompt to an idle existing session from the native Agent Manager tool. Require a separate explicit approval before prompting another managed session.
- #12212 38d7608 - Preserve the current local commit when moving a session into a worktree.
- #11536 be7418f - Keep Task tool subagents out of Agent Manager tabs.
- #1201 51848c4 - Remember initial session prompts when navigating chat input history with the arrow keys.
- #12158 3b1e07c - Enforce read and ignore permissions when file mentions add content to a prompt.
- #12177 e372cb3 - Keep keyboard focus on the active sidebar tab after closing an inactive session tab.
- #11424 3a4438e - Stop active Agent Manager sessions and their subagents when a session tab or the Agent Manager tab closes.
Updated dependencies [6a3e5f3, 227c65d, 3ba4c33]:
- @kilocode/[email protected]
- @kilocode/[email protected]
- @kilocode/[email protected]
- @kilocode/[email protected]
- @opencode-ai/[email protected]
- @opencode-ai/[email protected]
- @kilocode/[email protected]
- Jul 14, 2026
- Date parsed from source:Jul 14, 2026
- First seen by Releasebot:Jul 15, 2026
JetBrains 7.0.6
Kilo fixes outbound HTTPS to honor IDE certificates and proxy settings while scaling session UI correctly with IDE zoom.
Fixed
Honor the IDE's certificate and proxy settings for outbound HTTPS requests.
Scale the session UI correctly with IDE zoom, fixing double-scaled heights and extra empty space in the transcript and prompt composer.
Original source Similar to Kilo Code with recent updates:
- xAI release notes171 release notes · Latest Jul 16, 2026
- OpenAI release notes845 release notes · Latest Jul 18, 2026
- OpenClaw release notes224 release notes · Latest Jul 18, 2026
- Notion release notes152 release notes · Latest Jul 17, 2026
- Anthropic release notes722 release notes · Latest Jul 20, 2026
- Cursor release notes114 release notes · Latest Jul 17, 2026
- Jul 14, 2026
- Date parsed from source:Jul 14, 2026
- First seen by Releasebot:Jul 14, 2026
JetBrains 7.0.5
Kilo adds migration fixes and session UI polish, including legacy JetBrains v5 import support, a restored migration wizard, better reliability for todos and tool calls, and an elapsed-time indicator in the session footer.
Added
- Add an elapsed-time indicator to the session progress footer so long-running tasks show how long they have been active.
- Support importing legacy JetBrains v5 data directly from raw storage when the previous consolidated migration file is unavailable.
Fixed
- Restore the v5 migration wizard for users whose legacy provider, OAuth, MCP, mode, setting, or session data was not detected during upgrade.
- Improve migration reliability by preserving checklist todos, importing legacy tool calls as assistant parts, validating raw session IDs, and reducing migration memory usage.
- Polish session controls with more native prompt icons, progress footer spacing, auto-hiding prompt scrollbars, and improved rollback/redo scrolling.
Changed
- Keep the JetBrains plugin pinned to Kilo Core 7.4.5 for this release.
- Jul 13, 2026
- Date parsed from source:Jul 13, 2026
- First seen by Releasebot:Jul 13, 2026
v7.4.7 (release)
Kilo adds in-chat search in VS Code, lets users open multiple same-repository sessions as tabs, expands sandbox network controls, and brings file browsing from the @ mention menu. It also includes patch fixes for permissions, redirects, model picker behavior, and session stability.
7.4.7
Patch Changes
- #12176 b740152 - Focus the sidebar prompt after closing an active session tab.
7.4.6
Minor Changes
- #12155 7a7c28c - Add in-chat search to the VS Code sidebar and editor tabs. Click the search icon in the session header to find text across the current conversation, with match case, whole word, and regular expression options, then step through highlighted matches with the next/previous controls.
- #10466 4051eec - Open multiple same-repository sessions as tabs from Kilo sidebar and editor-tab chats.
- #12075 1e0b25a - Support configuring network destinations that sandboxed tools can reach while network access is otherwise restricted.
- #12028 b2831c2 Thanks @sylwester-liljegren! - Add a "Browse files..." option to the @ mention dropdown in the VS Code extension prompt input. Selecting it opens a native file picker and mentions the chosen file, so you can point Kilo Code at files outside the current workspace. Files outside the workspace are not auto-attached; Kilo Code reads them on request through the normal Read tool, respecting your file access permissions.
Patch Changes
- #12093 8b46601 - Speed up VS Code settings saves by draining pending prompts and disposing worktree instances concurrently.
- #12162 3ee9144 - Show troubleshooting and migration guidance when Google Gemini rejects API credentials.
- #12040 93c209b Thanks @rakshith1928! - Hide gpt-5.5-pro from the model picker when using ChatGPT OAuth login, since Codex rejects it with HTTP 400.
- #12059 7e7ab7e - Support rollback and redo controls in JetBrains sessions and clarify when reverted changes can be redone.
- #12089 e674cdf - Load expanded diff previews consistently when opening a review.
- #12077 39468b0 - Show effective permission defaults and clarify external-directory approvals in VS Code.
- #12078 09f12c2 - Show sandbox controls only after sandboxing is enabled in settings.
- #12105 e0bfed3 - Shut down the headless kilo serve process automatically when the editor client that launched it exits without a clean signal, preventing orphaned CLI processes.
- #12152 f6149e8 - Start Agent Manager local sessions on Windows when workspace drive-letter casing differs.
Updated dependencies [039b73d, 1e0b25a, 94b553b]:
- @kilocode/[email protected]
- @kilocode/[email protected]
- @kilocode/[email protected]
- @kilocode/[email protected]
- @opencode-ai/[email protected]
- @kilocode/[email protected]
- @opencode-ai/[email protected]
- Jul 13, 2026
- Date parsed from source:Jul 13, 2026
- First seen by Releasebot:Jul 13, 2026
v7.4.6 (pre-release)
Kilo adds in-chat search in VS Code, lets users open multiple same-repository sessions as tabs, and expands sandbox and file-access controls. It also improves rollback and redo in JetBrains, tightens permission and model handling, and ships several stability fixes.
Minor Changes
- #12155 7a7c28c - Add in-chat search to the VS Code sidebar and editor tabs. Click the search icon in the session header to find text across the current conversation, with match case, whole word, and regular expression options, then step through highlighted matches with the next/previous controls.
- #10466 4051eec - Open multiple same-repository sessions as tabs from Kilo sidebar and editor-tab chats.
- #12075 1e0b25a - Support configuring network destinations that sandboxed tools can reach while network access is otherwise restricted.
- #12028 b2831c2 Thanks @sylwester-liljegren! - Add a "Browse files..." option to the @ mention dropdown in the VS Code extension prompt input. Selecting it opens a native file picker and mentions the chosen file, so you can point Kilo Code at files outside the current workspace. Files outside the workspace are not auto-attached; Kilo Code reads them on request through the normal Read tool, respecting your file access permissions.
Patch Changes
- #12093 8b46601 - Speed up VS Code settings saves by draining pending prompts and disposing worktree instances concurrently.
- #12162 3ee9144 - Show troubleshooting and migration guidance when Google Gemini rejects API credentials.
- #12040 93c209b Thanks @rakshith1928! - Hide gpt-5.5-pro from the model picker when using ChatGPT OAuth login, since Codex rejects it with HTTP 400.
- #12059 7e7ab7e - Support rollback and redo controls in JetBrains sessions and clarify when reverted changes can be redone.
- #12089 e674cdf - Load expanded diff previews consistently when opening a review.
- #12077 39468b0 - Show effective permission defaults and clarify external-directory approvals in VS Code.
- #12078 09f12c2 - Show sandbox controls only after sandboxing is enabled in settings.
- #12105 e0bfed3 - Shut down the headless kilo serve process automatically when the editor client that launched it exits without a clean signal, preventing orphaned CLI processes.
- #12152 f6149e8 - Start Agent Manager local sessions on Windows when workspace drive-letter casing differs.
Updated dependencies [039b73d, 1e0b25a, 94b553b]:
- @kilocode/[email protected]
- @kilocode/[email protected]
- @kilocode/[email protected]
- @kilocode/[email protected]
- @opencode-ai/[email protected]
- @kilocode/[email protected]
- @opencode-ai/[email protected]
- Jul 10, 2026
- Date parsed from source:Jul 10, 2026
- First seen by Releasebot:Jul 11, 2026
JetBrains 7.0.4
Kilo fixes Windows process cleanup and CLI shutdown to prevent lingering serve processes and IDE launch issues.
Fixed
Stop orphaned Kilo Core processes on Windows so closing the IDE no longer leaves a lingering kilo serve process or blocks the next IDE launch.
Improve JetBrains CLI shutdown ordering so app close kills the process tree before closing streams, preventing Windows shutdown deadlocks.
Original source - Jul 10, 2026
- Date parsed from source:Jul 10, 2026
- First seen by Releasebot:Jul 11, 2026
JetBrains 7.0.3
Kilo adds JetBrains rollback and revert controls, inline revert progress, and broader Kilo Core support for localized commit messages, AI image generation, bash-output pruning, and clearer model usage. It also improves startup, reload recovery, and revert reliability.
Added
Add rollback redo controls in JetBrains sessions so reverted changes can be restored from the chat UI.
Add inline revert progress in JetBrains sessions, including localized status text and safer cancellation handling.
Add Kilo Core support for localized commit-message generation, AI image generation, large bash-output pruning, and improved model-usage display.
Fixed
Harden Kilo Core startup and shutdown so startup failures show clearer diagnostics, app close stops the CLI process, and lingering child processes are cleaned up more reliably.
Fix workspace reload recovery so stale reload state no longer disrupts the session connection.
Fix JetBrains rollback and revert flows so prompt focus, scroll state, diff order, and turn state are preserved more reliably.
Fix Kilo Core Bedrock SSO credential resolution and commit-message error handling when no changes are available.
Changed
Update the JetBrains plugin to download Kilo Core 7.4.5.
Original source - Jul 9, 2026
- Date parsed from source:Jul 9, 2026
- First seen by Releasebot:Jul 9, 2026
v7.4.4 (release)
Kilo adds first-class sandbox settings and a dedicated Sandboxing page for supported macOS and Linux users.
7.4.4
Patch Changes
#12049 394af39 - Configure sandboxing through first-class sandbox settings, and show its controls in the dedicated Sandboxing page for all supported macOS and Linux users while keeping it disabled by default.
Updated dependencies [394af39]:
- @kilocode/[email protected]
- @kilocode/[email protected]
- @kilocode/[email protected]
- @opencode-ai/[email protected]
- @kilocode/[email protected]
- @kilocode/[email protected]
- @opencode-ai/[email protected]
- Jul 9, 2026
- Date parsed from source:Jul 9, 2026
- First seen by Releasebot:Jul 9, 2026
v7.4.3 (release)
Kilo adds experimental AI image generation, inline image previews, project memory in the VS Code extension, broader Jupyter autocomplete, and a faster reload action that picks up config changes without losing sessions. It also brings timeline jump controls and multiple usability fixes.
7.4.2
Minor Changes
- #11826 dfa712d Thanks @vkeerthivikram! - Add experimental AI image generation tool. Enable via experimental.image_generation in config. Supports text-to-image generation and image editing through the Kilo Gateway or a BYO OpenRouter API key.
- #12010 2184888 - Render images inline in the chat view when the agent reads an image file. Images appear below the read tool card and can be clicked to open a full-size preview.
- #11954 b0348cb Thanks @johnnyeric! - Integrate project memory into the VS Code extension: memory status and controls in the Context settings tab, task-header and assistant-message affordances, the /memory prompt command, and Show/Toggle Project Memory command-palette entries.
- #11631 0734e3d - Enable autocomplete across supported languages in Jupyter notebooks.
- #12004 cef3dc7 - Add a reload action that reboots the per-directory instance, picking up config, skills, agents, commands, and MCP prompts changed on disk. Sessions and history are preserved. Surfaces: /reload in the CLI palette and editor chat, a reload button in the task header and settings panel, the Kilo Code: Reload Config and Skills command, and a POST /instance/reload HTTP endpoint. The endpoint returns 409 while a session is actively running.
- #12025 2d724f1 Thanks @sylwester-liljegren! - Click or press Enter/Space on a bar in the task timeline to jump the transcript to that message.
Patch Changes
- #12007 a5df5bc - Fix the reasoning-variant and mode dropdowns being clipped inside the New Worktree dialog. The dialog's scroll-container overflow escape now covers all inline selector popovers, not just the model picker, so dropdowns render fully above the prompt input.
- #12033 9fc1a1d - Show a clear "No changes found to generate a commit message for" error instead of a generic "Unexpected server error" when there is nothing to commit. The endpoint now returns a typed 422, and the extension surfaces the real message directly.
- #11825 0b78469 Thanks @jackson-zhou! - Support marking custom provider models as image-capable in VS Code settings.
- #12002 885a994 - Defer Agent Manager automatic branch naming until the conversation shows a durable task. The first user message no longer renames the branch; naming waits for a second message (up to four) or for the worktree to contain changes, and renames only run while the session is idle. Read-only verification questions (for example "is X fixed?") no longer claim the branch name.
- #12015 4dc994d Thanks @mjnaderi! - Support bidirectional text in the Agent Manager new worktree prompt.
- #12006 5c41d65 Thanks @mjnaderi! - Fix multiline bidirectional prompt input rendering and file mention arrow navigation.
- #12032 e4ae1c7 - Fix settings sidebar truncating localized section labels in non-English languages.
- #12042 22b9f7f Thanks @shssoichiro! - Respect nested .gitignore and .kilocodeignore files during codebase indexing.
- #11936 3d16f29 Thanks @mjnaderi! - Allow Shift+Arrow selections in the prompt input to shrink back across file mentions.
- #12000 dfce405 - Fix the model usage panel showing just "free" for auto-routed sessions. The routed model id (e.g. tencent/hy3:free) is now displayed correctly instead of being collapsed to its :free suffix.
- #12008 e29196c - Widen the Additional Writable Paths input in the Sandboxing settings so longer filesystem paths are easier to read while typing.
- #11994 eefd891 Thanks @IOLOII! - Generate commit messages in the user's selected UI language instead of always using English.
- #12043 8ff2a16 - Fixed dismissed question tool content not showing in chat history. Dismissed questions now render with a "Dismissed" label and "N dismissed" subtitle instead of being invisible.
- #12009 130b256 - Preserve the selected mode when sending the first message in a new VS Code task so the chosen model is paired with the correct agent instructions.
- #12001 6ad16cd - Wait for microphone capture to start before showing voice input as recording.
Updated dependencies
- [b976b5a, 22b9f7f, 61b9e09, adcbe0f]:
- @kilocode/[email protected]
- @kilocode/[email protected]
- @kilocode/[email protected]
- @kilocode/[email protected]
- @kilocode/[email protected]
- @kilocode/[email protected]
- @opencode-ai/[email protected]
- @opencode-ai/[email protected]
- Jul 8, 2026
- Date parsed from source:Jul 8, 2026
- First seen by Releasebot:Jul 9, 2026
v7.4.2 (pre-release)
Kilo adds experimental AI image generation, inline image previews, project memory in VS Code, Jupyter notebook autocomplete, and a reload action for updated configs. It also improves chat, timeline navigation, commit messages, multilingual input, and several editor and indexing fixes.
Minor Changes
- #11826 dfa712d Thanks @vkeerthivikram! - Add experimental AI image generation tool. Enable via experimental.image_generation in config. Supports text-to-image generation and image editing through the Kilo Gateway or a BYO OpenRouter API key.
- #12010 2184888 - Render images inline in the chat view when the agent reads an image file. Images appear below the read tool card and can be clicked to open a full-size preview.
- #11954 b0348cb Thanks @johnnyeric! - Integrate project memory into the VS Code extension: memory status and controls in the Context settings tab, task-header and assistant-message affordances, the /memory prompt command, and Show/Toggle Project Memory command-palette entries.
- #11631 0734e3d - Enable autocomplete across supported languages in Jupyter notebooks.
- #12004 cef3dc7 - Add a reload action that reboots the per-directory instance, picking up config, skills, agents, commands, and MCP prompts changed on disk. Sessions and history are preserved. Surfaces: /reload in the CLI palette and editor chat, a reload button in the task header and settings panel, the Kilo Code: Reload Config and Skills command, and a POST /instance/reload HTTP endpoint. The endpoint returns 409 while a session is actively running.
- #12025 2d724f1 Thanks @sylwester-liljegren! - Click or press Enter/Space on a bar in the task timeline to jump the transcript to that message.
Patch Changes
- #12007 a5df5bc - Fix the reasoning-variant and mode dropdowns being clipped inside the New Worktree dialog. The dialog's scroll-container overflow escape now covers all inline selector popovers, not just the model picker, so dropdowns render fully above the prompt input.
- #12033 9fc1a1d - Show a clear "No changes found to generate a commit message for" error instead of a generic "Unexpected server error" when there is nothing to commit. The endpoint now returns a typed 422, and the extension surfaces the real message directly.
- #11825 0b78469 Thanks @jackson-zhou! - Support marking custom provider models as image-capable in VS Code settings.
- #12002 885a994 - Defer Agent Manager automatic branch naming until the conversation shows a durable task. The first user message no longer renames the branch; naming waits for a second message (up to four) or for the worktree to contain changes, and renames only run while the session is idle. Read-only verification questions (for example "is X fixed?") no longer claim the branch name.
- #12015 4dc994d Thanks @mjnaderi! - Support bidirectional text in the Agent Manager new worktree prompt.
- #12006 5c41d65 Thanks @mjnaderi! - Fix multiline bidirectional prompt input rendering and file mention arrow navigation.
- #12032 e4ae1c7 - Fix settings sidebar truncating localized section labels in non-English languages.
- #12042 22b9f7f Thanks @shssoichiro! - Respect nested .gitignore and .kilocodeignore files during codebase indexing.
- #11936 3d16f29 Thanks @mjnaderi! - Allow Shift+Arrow selections in the prompt input to shrink back across file mentions.
- #12000 dfce405 - Fix the model usage panel showing just "free" for auto-routed sessions. The routed model id (e.g. tencent/hy3:free) is now displayed correctly instead of being collapsed to its :free suffix.
- #12008 e29196c - Widen the Additional Writable Paths input in the Sandboxing settings so longer filesystem paths are easier to read while typing.
- #11994 eefd891 Thanks @IOLOII! - Generate commit messages in the user's selected UI language instead of always using English.
- #12043 8ff2a16 - Fixed dismissed question tool content not showing in chat history. Dismissed questions now render with a "Dismissed" label and "N dismissed" subtitle instead of being invisible.
- #12009 130b256 - Preserve the selected mode when sending the first message in a new VS Code task so the chosen model is paired with the correct agent instructions.
- #12001 6ad16cd - Wait for microphone capture to start before showing voice input as recording.
Updated dependencies
- b976b5a, 22b9f7f, 61b9e09, adcbe0f:
- @kilocode/[email protected]
- @kilocode/[email protected]
- @kilocode/[email protected]
- @kilocode/[email protected]
- @kilocode/[email protected]
- @kilocode/[email protected]
- @opencode-ai/[email protected]
- @opencode-ai/[email protected]
- Jul 7, 2026
- Date parsed from source:Jul 7, 2026
- First seen by Releasebot:Jul 8, 2026
JetBrains 7.0.2
Kilo releases the first GA native JetBrains IDE extension, with runtime Kilo Core downloads, archive verification, clearer Core version details, improved CLI download reliability, and a polished chat UI with better spacing and status cues.
Added
First GA release of the native Kilo extension for JetBrains IDEs.
Download the pinned Kilo Core release at runtime instead of bundling CLI binaries, keeping the JetBrains plugin smaller while verifying downloaded archives before use.
Show Kilo Core runtime details from the JetBrains plugin so users can see which Core release is active.
Fixed
Improve JetBrains runtime CLI download reliability by pruning stale binaries, using the shell environment for PATH resolution, and surfacing exact release-resolution failures.
Changed
Polish JetBrains chat UI with auto-collapsing reasoning previews, clearer retry/offline footer state, and more balanced prompt, code, question, todo, history, and popup spacing.
Show the active routed model name and remote status more consistently in CLI runtime surfaces.
Original source - Jul 7, 2026
- Date parsed from source:Jul 7, 2026
- First seen by Releasebot:Jul 8, 2026
JetBrains 7.0.2-rc.2
Kilo adds compact previews for collapsed reasoning blocks, clearer Kilo Core runtime diagnostics, and smarter runtime downloads with automatic cache cleanup. It also fixes CLI path handling for JetBrains sessions and polishes chat spacing, layout, scrolling, and background colors.
Added
Show compact previews for collapsed reasoning blocks so long assistant reasoning stays readable without taking over the transcript.
Add clearer Kilo Core runtime information and diagnostics for release download failures.
Fixed
Resolve the CLI executable using the user's shell environment so custom PATH setups work when sessions start from JetBrains.
Keep retry and offline status visible in the session footer while preserving transcript context.
Prevent oversized header popups by capping preview content.
Changed
Download the required Kilo Core release at runtime and prune stale cached runtime binaries automatically.
Polish JetBrains chat spacing, prompt input behavior, question/todo layout, history scrolling, code block padding, and session background colors.
Original source
Curated by the Releasebot team
Releasebot is an aggregator of official release notes from hundreds of software vendors and thousands of sources.
Our editorial process involves the manual review and audit of release notes procured with the help of automated systems.