github Kilo-Org/kilocode v7.7.2
v7.7.2 (release)

2 hours ago

VS Code

7.7.2

Minor Changes

  • #14155 f894108 - Show message timestamps on hover in the chat transcript, including the turn's finish time and duration.

  • #14168 a16e5e9 - Show code added with "Add to Context" as a collapsible context card in the prompt input instead of pasting the path and code block as text

  • #12714 23ecd42 - Move marketplace catalog, installation, removal, and installed-item detection into the CLI backend so editor clients use the shared marketplace API.

  • #14159 0480c79 - Support a custom speech-to-text source. Point voice input at any OpenAI-compatible transcription API with a base URL and optional API key, instead of always using Kilo Gateway. Switching back to Kilo Gateway restores a valid Gateway transcription model instead of showing the custom one, and a custom endpoint requires its own model ID. Custom transcription settings are read from the global config only, so a workspace config cannot redirect voice input.

Patch Changes

  • #14149 60628ee - Move Add project to a fixed footer in the Agent Manager project list

  • #14158 5517390 - Stream subagent transcripts smoothly in the Agent Manager inspector instead of in coarse background batches

  • #14165 ae0afbf - Keep the computer awake while a session has a scheduled wakeup, instead of releasing Keep Awake as soon as the session goes idle.

  • #14164 136f411 - Keep text selections in the chat transcript intact while the agent streams and when it finishes, including selections inside code blocks, and pause auto-scroll after you select text so it does not jump away

  • #14154 f77ae0b - Keep the session header height stable while a turn streams. The activity timeline, context bar, and token counts now fill in place with skeleton rows instead of appearing one at a time and shifting the transcript.

  • #14166 b4df88d - Stop the transcript from jumping up and down while subagents run. Task cards keep their expanded state when the next assistant step starts, and finished turns no longer remount every row in the virtualized list.

  • #14160 1c33649 - Move the Kilo Swarm setting out of Experimental to Agent Behaviour. The setting stays enabled by default and is now controlled by the top-level shared_agent_board key. The experimental.shared_agent_board key is no longer read, and a warning is logged when it is still present.

  • #14156 1b62b5e - Stop the working indicator from cutting off the status label with a fading edge when it returns to a shorter status such as "Thinking".

CLI

7.7.2

Minor Changes

  • #12714 23ecd42 - Move marketplace catalog, installation, removal, and installed-item detection into the CLI backend so editor clients use the shared marketplace API.

Patch Changes

  • #14163 1df6993 - Stop looping on repeated malformed tool calls. A turn now aborts with an error after three identical invalid-argument failures instead of retrying the same broken tool call indefinitely.

  • #14160 1c33649 - Move the Kilo Swarm setting out of Experimental to Agent Behaviour. The setting stays enabled by default and is now controlled by the top-level shared_agent_board key. The experimental.shared_agent_board key is no longer read, and a warning is logged when it is still present.

Don't miss a new kilocode release

NewReleases is sending notifications on new releases.