7.5.0
Minor Changes
-
#13372
7baefdd- Add an agent_manager answer action so orchestrating agents can resolve a managed session's pending question instead of only stopping it. Prompting a session that waits on input now fails immediately with the pending question named. -
#13306
abcb6cb- Open edit, write, and patch changes in the Agent Manager side panel instead of a new editor tab. Clicking a tool or file name expands the change inline, while the open-diff button shows the full change in the Agent Manager panel, or in a diff tab outside Agent Manager. Multi-file patches now open every changed file, each sized to its own diff, and the panel keeps the unified or split view you last selected. -
#11611
486f66c- View current provider plan usage and quota windows in the CLI and VS Code profile. -
#13245
190b4a4- Add an Agent Manager document inspector that previews Markdown files with inline review comments that can be sent to the agent, while source files open in the VS Code editor.
Patch Changes
-
#13421
0f576d0- Fix project-scoped Agent Manager history activation and session placement. -
#13428
e0aeb84- Prevent overlapping Agent Manager history activations from leaving stale project-switch state. -
#13448
613414e- Prevent false GitHub CLI installation errors when switching Agent Manager projects. -
#13407
2f73013- Replace the per-project SESSIONS list in the Agent Manager sidebar with a per-project history button. The sessions view is now scoped to the clicked project and offers per-session actions to resume it in the project's local tabs or in a freshly created worktree. -
#13369
6b86526- Move Agent Manager worktree settings into the Kilo Settings editor and add project selection for multi-project workspaces. -
#13406
47599a3- Use the DOM renderer for Agent Manager terminals to avoid WebGL context failures, while batching output and pausing hidden-terminal rendering -
#13366
acc1c21- Even out the Agent Manager toolbar: every context button now shares one height and spacing, and the Run, terminal, and new-session split buttons use identical chevrons, so the row stays tidy no matter which optional actions are shown. -
#13188
097a922Thanks @LCZcn96! - Ensure Enter and Tab execute the slash command highlighted in the VS Code command picker. -
#13356
3e2adcf- Keep answered questions expanded in chat history and improve their text wrapping. -
#13410
d6e50cd- Reduce duplicate event processing across VS Code when multiple sessions run concurrently. -
#13353
2a9dcbe- Add a button to copy pull request links from the Agent Manager PR panel. -
Enable background subagents by default, including automatic completion notifications and foreground-to-background promotion. Running background agents now appear in a collapsible strip in the chat header, so they stay visible after the task card scrolls away and can be opened from there.
-
#13419
78692a7- Allow Agent Manager task model overrides to specify an explicit provider when resolving model names. -
#13411
ea74bda- Load Agent Manager worktree diffs faster and keep warmed reviews visible when switching worktrees. -
#13447
ecb864e- Speed up Agent Manager worktree creation and show ready sessions immediately. -
#13425
e748515- Prevent stale subagent cards from showing background promotion and respect the background-subagent capability when promoting running tasks. -
#13450
6a9fb70- Prevent completed sessions from staying stuck in the working state. -
#13417
45695e6- Prevent duplicate-event tracking from suppressing delayed sync events after reconnects or high event bursts. -
#13316
9694ff6- Keep the working indicator and the session actions row flush with the prompt input, so the row above the composer no longer jumps when a turn finishes. -
#13393
7e633ce- Allow each foreground subagent to continue in the background independently, including when several subagents run in parallel. -
#13430
2a00175- Prevent duplicate reasoning and response text while subagent sessions are open. -
#13309
fd0b639- Allow model selector searches to match provider prefixes in colon-separated model names. -
#13453
6722ea6Thanks @WebReflection! - Keep Review-first onboarding permissions editable in Auto-Approve settings. -
#13365
98ea338- Prefer PowerShell 7 over legacy Windows PowerShell 5.1 when running agent commands on Windows. PowerShell 7 installs are now found even whenpwshis missing from PATH, Agent Manager setup and run scripts launch pwsh when available, and an explicitshellin kilo.json still overrides detection. -
#13457
c880daf- Preserve the chat reading position when dragging the scrollbar or using extended scrolling gestures while a response streams. -
#13310
c171b12- Use a shared responsive minimum gutter for prompt inputs across the VS Code sidebar, Agent Manager, and worktree dialogs. -
#13376
e779480- Stop manually aborted turns without briefly showing an interruption warning. -
#13304
6e55714- Load the correct Agent Manager session history on the first worktree switch between projects. -
#13405
538b893- Remove the model reset button from the chat and worktree prompt controls. -
#13370
062d11f- Restore attached images when undoing the last prompt. -
#13358
8bff56d- Show review comment text directly in the chat message instead of hiding it behind a click. Each comment is now a row with the file, line and a two-line preview, expands in place to reveal the full body and code snippet, and long lists collapse to the first few comments with a "Show more" toggle. Opening a source file from a review comment now uses a native VS Code editor tab. -
#13458
b925f25- Add consistent spacing between review comments and their follow-up message in chat. -
#13429
5da8d6b- Preserve the Agent Manager sidebar scroll position when worktrees are deleted. -
#13408
4736250- Keep the session transcript glued to its bottom while a response streams, so text, tool cards, reasoning, and message actions no longer twitch as they update. -
#13379
54bb7f3- Stop moving editor context between user messages so providers with prefix caching, including local models, can reuse the conversation across turns. -
#13416
b1f1dec- Use a browser-valid close code when Agent Manager terminal replay exceeds its buffer limit -
#13221
8038220- Prevent Agent Manager terminal processes from escaping cleanup while a worktree is deleted. -
Updated dependencies [
c880daf,486f66c,4736250]:- @kilocode/kilo-ui@7.5.0