7.4.23
Minor Changes
-
#13010
b5bf1d9- Support setting default open or collapsed state for MCP and generic tool blocks in Display settings -
#13241
ea4f9e0- Rework PR review comments in the Agent Manager PR panel: resolved threads now collapse into one-line rows in a Resolved group instead of being dimmed, each thread shows its replies, and every card has prominent Send to agent, Resolve, Copy, Open file, and Open on GitHub actions. A single button sends all unresolved comments to the agent, and comments arrive as structured review comments instead of pasted text. -
#13173
53d0af7- Open delegated subagent sessions in Agent Manager inspector tabs alongside terminals.
Patch Changes
-
#12977
b9a48bf- Fix Agent Manager project accordions that stayed on a loading indicator until you clicked into them. Expanded projects other than the active one now receive their worktrees, sessions, and git stats as soon as Agent Manager opens and again after the panel reloads. While a project is still loading, its local row and section headings stay in place and the rows below fade in as skeleton placeholders instead of showing a single centered spinner, so several projects loading at once look consistent. -
#13230
99e0e81- Capture@terminalfrom the focused Agent Manager terminal, including embedded Run and Setup terminals, instead of using an unrelated active VS Code terminal. -
#13121
e2966ab- Keep the selected agent after switching from Ask to Code, and remind the model that previous Ask-mode restrictions no longer apply. -
#13200
59048c4- Keep the Agent Manager inline diff position stable while scrolling upward through large reviews -
#13263
27ba156- Use the remote's current default branch for diff totals and new worktrees when local Git metadata still points to a retired trunk. -
#12542
5d713f7Thanks @Githubguy132010! - Remove installed agents from every writable configuration source and report removal failures. -
#13175
ae26eed- Keep provider names out of the compact prompt model selector label while retaining them in the expanded picker. -
#13209
ff16bc2- Keep Agent Manager terminals and nested Kilo sessions alive across configuration reloads and location idle eviction, while cleaning them up on explicit close, worktree deletion, and server shutdown. -
#13162
8ad3f90- Use NVIDIA Parakeet TDT 0.6B v3 as the default speech-to-text model while retaining dynamic model discovery and offline fallback support. -
#13183
017410b- Accept JWT share tokens when importing a session from a Kilo share URL. -
#13196
b4c8387- Fix Agent Manager PR and base-branch worktrees when a repository uses a restrictive Git fetch refspec. -
#13264
10b73a4- Prevent invalid GitHub check timestamps from displaying incorrect PR durations. -
#13261
ab08cba- Keep Agent Manager subagent inspector tabs aligned with the selected session and worktree. -
#13168
ba2e20a- Restore incremental assistant text streaming across Kilo chat surfaces. -
#13246
efa48c8- Keep tool-output action buttons visible above streamed output. -
#13262
5300ce5- Use the displayed current branch as the base when creating a worktree from the New Worktree dialog. -
#13158
c4dcb3d- Keep file mention suggestions current and scoped to the active workspace while preserving instant cached results. -
#11728
2246ef7Thanks @rakshith1928! - Typing extra text after the/memory showcommand (for example/memory show my notes) used to clear that text from the chat input when the command ran. The text now stays in the input so you don't lose what you typed. -
#13156
be8b85c- Optimize Agent Manager tab switching and context transition latency -
#13154
5b06d7d- Optimize large session loading performance and reduce reactive re-render overhead in the webview. -
#13155
f9df66c- Optimize TaskHeader and timeline bar calculation performance in the webview. -
#13201
bee6fb3- Keep the Allow and Deny buttons reachable when a permission prompt contains a large diff or a long command: the prompt now scrolls its own content and shrinks with the available chat height instead of pushing its buttons out of view -
#13213
3793736- Render Agent Manager pull request comment diffs with the Pierre-backed diff viewer and syntax highlighting. -
#13174
60aee11- Preserve cached reasoning variants when starting new VS Code sessions. -
#13194
af158e6- Prevent subagent descriptions from appearing as Agent Manager worktree titles. -
#13222
26a9c44- Remove the separate trust action from Agent Manager multi-project repositories. Added projects are now immediately available, while VS Code workspace trust still protects setup and run scripts. -
#13225
da10638- Remove the experimental agent requirements check and its configuration flag. -
#13226
ba45731- Remove the floating scroll-to-top button from the Agent Manager PR sidebar. -
#13214
e1bcb32- Remove the experimental task-aware tool-output pruning feature and its related settings and indicators. -
#13167
bc395d6- Restore live Git change statistics on the Agent Manager diff toggle for local and worktree selections. -
#13236
dd8947a- Ensure interactive terminal state is isolated per directory and cleaned up when its scope closes. -
#13142
f8dce5bThanks @hdcodedev! - Fix agent mode switch getting stuck on draft/cloud-import sessions: apply the explicitly selected agent instead of reverting to the stale session agent. -
#13177
3387172- Show the model provider next to every model in the model selector. -
#13176
f1909f9- Keep queued prompts visible while the server confirms and loads their message parts. -
#13164
181363e- Show token throughput by default, with a Display setting to hide it when needed. -
#11728
2246ef7Thanks @rakshith1928! - Preserve existing text when selecting a slash command at the start of the chat input. Previously, typing/newor another slash command with text before the cursor would wipe the existing content entirely. -
#13231
c995fd1- Keep the conversation from shifting when a turn starts or finishes. The working indicator and the session actions now share one row above the composer that keeps its height in both states, instead of resizing two separate areas. -
#13270
10b6701- Keep the working indicator steady while the agent works: the status label now shimmers and glides into its new width instead of jumping the spinner sideways on every status change. -
#13229
76d6ce3- Make Agent Manager shortcuts follow the focused area. In the center, Cmd/Ctrl+T creates a new session tab and Cmd/Ctrl+Shift+T creates a central terminal tab, whether the prompt or a central terminal is focused. In the right sidebar terminal, Cmd/Ctrl+T creates another sidebar terminal tab and Cmd/Ctrl+Shift+T does nothing. Returning from a terminal with Cmd/Ctrl+Shift+M restores the previous session tab before focusing its prompt. Update the shortcut dialog and hints to show the distinct actions. -
#13265
8461a2f- Bootstrap missing locked workspace dependencies before building the extension from an Agent Manager worktree. -
#13179
2477bde- Open/sessionson a git worktree with the Worktree history filter selected by default. -
Updated dependencies [
97abdab,cba6ebc,f39e163,e1bcb32]:- @opencode-ai/core@7.4.23
- @kilocode/kilo-ui@7.4.23
- @kilocode/kilo-gateway@8.0.0
- @opencode-ai/ui@7.4.23
- @kilocode/kilo-indexing@7.4.23