VS Code: Agents Window Hardening, MCP Setup, and Memory Fixes
The Agents window dominates today's activity with fixes for nested chat archiving, session switching, and pull request context. MCP setup is streamlined with skippable startup and unified install targets, alongside renderer memory and telemetry reliability fixes.
Duration: PT2M53S
Episode overview
This episode is a short developer briefing from VS Code.
It explains recent repository work in plain language.
- Show: VS Code
- Published: 2026-09-25T13:08:16Z
- Audio duration: PT2M53S
Transcript excerpt
This excerpt keeps the crawler page concise. Listen to the episode or use the RSS feed for the full update.
Hello, it's Friday, September 25th, 2026, and this is your VS Code developer briefing.
The lead signal is hardening of the Agents window: making multi-chat sessions predictable, discoverable, and cheaper to run.
First, session correctness. PR 337915 adds independent archiving and restoration for nested chats, with a per-session toggle to show archived chats, while blocking tool and side chats that lack a restore path. That pairs with PR 337901, which filters reserved subagent chats out of the session tree, and PR 337902,…
Second, MCP control and install flow. PR 337779 adds an inline Skip action while MCP startup blocks an agent turn, and stops passive inventory work from starting servers early. PR 337781 unifies Global, Remote, workspace, and agent session destinations into one picker, and PR 337838 adds a persistent Copilot Global…
Third, stability and observability. PR 337889 fixes a renderer out-of-memory from workspace file count telemetry that streamed every file URI with no limit and restarted on every send. Leak cleanups land in PR 337864 for canceled delay tasks, PR 337853 for editor widget nodes, and PR 337857 for accessible view…
What's next: expect fewer ghost chats and…
Nearby episodes from VS Code
- Multi-Folder Agent Chats and External Sessions
- Cloud Sessions Harden, MCP Locks Down, Agent Telemetry Expands
- Multi-Chat Sessions Mature
- Agents Window Pullback and Session Cleanup
- Weekly Recap - Agents Window Hardening and Trust Fixes
- Agent Session Hardening and JSON Test Repairs
- Agent Host Gets a Speed and Stability Pass
- Sessions Hardening and a Startup Performance Fix