VS Code
7.7.3
Major Changes
- #14209
3eaf47b- Remove KiloClaw: the VS Code chat panel and sidebar button, the/kiloclawTUI command and chat view, the Kilo Chat client and token handling, and thekilo.claw.statusandkilo.claw.chatCredentialsgateway endpoints.
Minor Changes
-
#14204
d202c80- Animate the Kilo logo on the welcome screen: hover the mark to see it turn and play the yellow slot-machine animation. -
#13519
9e61d68- Show ChatGPT Codex quota alongside other provider usage in the CLI and VS Code. -
#14170
36771e6- Show large pasted text in the prompt input as an expandable[Pasted ~N lines]block that restores the full text when expanded, copied, or sent. -
#14137
91040bc- Report worktree problems accurately and repair them: stale entries are cleaned up on their own, a deleted worktree can be restored from its branch or removed while keeping its sessions, leftover folders are listed with a cleanup action, and a failed status check now says so instead of showing a worktree as unchanged. Pull request lookups no longer stall on an unresponsive GitHub CLI, a single broken worktree no longer slows down the others, and deleting a worktree while its status is being checked no longer hides review and CI badges on every other worktree until the IDE restarts. The cleanup notice now marks leftover folders that still contain a git checkout and warns that they may hold uncommitted work, and removing a stale worktree entry no longer fails when its terminals cannot be stopped. New "Show Worktree Diagnostics" command in VS Code and "Copy report" action in JetBrains settings.
Patch Changes
-
#14200
78a4d93- Fix Ctrl/Cmd+Z, Ctrl/Cmd+Shift+Z, and Ctrl+Y undo and redo in the chat input, including on non-Latin keyboard layouts -
#14210
8437096- Restrict chat search to user and assistant messages, so reasoning blocks, tool calls, and tool output no longer produce matches -
#14185
b51f2e3- Fix document previews reporting "Document is outside the worktree" for files inside the project when the path casing differs -
#14206
634d1a7- Make Agent Manager worktree deletion near-instant in large repositories: the directory is detached without waiting for other git operations, backend cleanup no longer boots an instance for the worktree, and checkpoint cleanup finishes in the background. A worktree whose conversations cannot be re-homed is still deleted instead of leaving an undeletable card. -
#14199
98918cd- Render inline edit and write diffs in the chat with the same gutter bars, word highlighting, and colors as the diff viewer, and keep them mounted while the tool streams. -
#14183
3a98691- Reload the pull request diff after a review comment is rejected because its snapshot expired, so the comment can be posted again without reopening the review. -
#14180
dd2f2f9Thanks @WebReflection! - Keep model and reasoning choices when switching modes, and remember explicit new-session choices as the default without changing open sessions.- Keep an untouched draft on Default reasoning when selecting a different effort in another draft.
- Keep the model and reasoning effort together when a mode-only command starts a new session.
-
#14208
1d187e8- Remove the deprecated/local-reviewand/local-review-uncommittedcommand aliases. Use/reviewwith its scopes instead. -
#14049
c6936a7- Restore built-in Playwright browser automation and its settings under Web Tools. Keep the experimental Integrated Browser independent and allow its panel to open before selecting a session. -
#14142
68879beThanks @mondalaci! - Restore chat prompt focus when returning to VS Code if the prompt was focused before the window was deactivated. -
#14170
9be66de- Keep large review diffs from jumping when file rows are re-created at a different panel width. -
#14201
5bf040e- Load skills fromskills.pathsentries written with a leading slash, such as/.github/skills, by falling back to the project root when no such directory exists at the filesystem root. Show skills in the VS Code slash menu under their own Skills group and list a skill that shares a name with a command as/name:skill. -
#14203
96b2b16- Keep the chat transcript steady while the agent works. A question prompt no longer disappears for a moment when it is answered, updates that arrive in the same frame now paint once, the view stays pinned to the bottom while a permission is pending or the composer grows, and expanded edit diffs no longer collapse and re-expand when they scroll back into view. -
Updated dependencies [
3eaf47b]:- @kilocode/kilo-gateway@8.0.0
- @kilocode/sdk@8.0.0
- @opencode-ai/core@7.7.3
- @kilocode/kilo-indexing@7.7.3
- @kilocode/kilo-ui@7.7.3
- @kilocode/plugin@7.7.3
- @opencode-ai/ui@7.7.3
CLI
7.7.3
Major Changes
- #14209
3eaf47b- Remove KiloClaw: the VS Code chat panel and sidebar button, the/kiloclawTUI command and chat view, the Kilo Chat client and token handling, and thekilo.claw.statusandkilo.claw.chatCredentialsgateway endpoints.
Minor Changes
Patch Changes
-
#14206
634d1a7- Make Agent Manager worktree deletion near-instant in large repositories: the directory is detached without waiting for other git operations, backend cleanup no longer boots an instance for the worktree, and checkpoint cleanup finishes in the background. A worktree whose conversations cannot be re-homed is still deleted instead of leaving an undeletable card. -
#14208
1d187e8- Remove the deprecated/local-reviewand/local-review-uncommittedcommand aliases. Use/reviewwith its scopes instead. -
#14201
5bf040e- Load skills fromskills.pathsentries written with a leading slash, such as/.github/skills, by falling back to the project root when no such directory exists at the filesystem root. Show skills in the VS Code slash menu under their own Skills group and list a skill that shares a name with a command as/name:skill. -
Updated dependencies [
3eaf47b]:- @kilocode/kilo-gateway@8.0.0
- @kilocode/sdk@8.0.0
- @kilocode/kilo-indexing@7.7.3
- @kilocode/kilo-telemetry@7.7.3
- @kilocode/plugin@7.7.3
- @opencode-ai/tui@7.7.3
- @opencode-ai/ui@7.7.3
- @opencode-ai/server@7.7.3
- @kilocode/plugin-atomic-chat@7.7.3