VS Code
7.6.1
Minor Changes
- #14006
e9f18b7- Reference a model inline in the prompt with@, opening a model picker that inserts an@provider/modelmention for Agent Manager or subagent instructions.
Patch Changes
-
#13932
a508228Thanks @sylwester-liljegren! - Open attention notifications for Agent Manager sessions in Agent Manager instead of the sidebar, selecting the right project, worktree or Local tab, and session -
#14007
546321e- Speed up rendering of expanded bash tool cards in the VS Code chat webview. -
#13995
685afc6Thanks @WebReflection! - Remove the redundant "(Experimental)" suffix from the Claude Code Migration label in the Experimental settings tab -
#14011
ee6ff21- Render collapsed diff tool cards without parsing and mount deferred tool bodies within a frame budget, so expanded transcripts fill in faster. -
#13936
35c487f- Pause the working timer while a turn is waiting on your permission or question response, so the reported working time no longer includes time spent waiting for you. -
#13993
b41b3d2- Keep unlisted Auto models in the regular provider list instead of featuring them in the Auto Models section. -
#13977
d12a139Thanks @WebReflection! - Prevent duplicate permission prompts and response races in Agent Manager. -
#14000
7e0bc21- Speed up Agent Manager worktree deletion by skipping a redundant source project resolve when sessions move without their changes. -
#14012
c0e4d51- Render tool cards faster by not building collapsed tool content on mount. -
#14002
8d5cae6- Render streamed assistant text and reasoning at frame cadence in the VS Code webview instead of waiting for the fixed 100 ms throttle, so text appears smoothly as it arrives. Completed history still renders at the slower cadence. -
#14004
5d1e7a2- Show a neutral frame shimmer while a subagent starts, then animate it into the agent's identity glyph once the child session is known, and label the card with the agent type instead of the internal tool name. -
#14005
2205cdb- Speed up rendering of to-do list tool cards in the chat.