VS Code: Agent Host Stabilization Push

A cluster of fixes tightened up the Agent Host and chat compaction systems, chasing down subagent permission bugs, phantom MCP servers, and a botched conversation-summarization rollout, while a separate cleanup slashed redundant end-to-end test runs.

Duration: PT3M2S

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-07-27T13:04:33Z
  • Audio duration: PT3M2S

Transcript excerpt

This excerpt keeps the crawler page concise. Listen to the episode or use the RSS feed for the full update.

It's July 27th, 2026, and this is VS Code.

The dominant story today is a stabilization push across the Agent Host and chat systems, with several teams independently converging on the same class of bug: state leaking across session boundaries.

Start with compaction. PR 327548 reverted the custom trajectory compaction model entirely, and in doing so, fixed three real bugs — the foreground compact command was storing a model's raw scratchpad instead of the actual summary, wasting the context space compaction was supposed to free up. A same-day follow-up, PR…

The same leak-across-boundaries pattern shows up in the Agent Host itself. Connor Peet's PR 327560 found that Claude sessions were surfacing the host's own internal MCP bridges as if they were user-configured servers, and those phantom entries were feeding into per-chat state and causing side chats to fail outright…

Separately, bhavyaus landed PR 327576 to stop virtual tool grouping from silently dropping registered tools during long sessions — another reliability fix in the same spirit.

On the testing side, Rob Lourens restructured the entire Agent Host end-to-end suite in PR 327489. Fifty-two tests were being run three times each,…

Nearby episodes from VS Code

  1. Weekly Recap - Agent Host Hardening and Session Reliability
  2. Chasing Down the Agents Window Hangs and Leaks
  3. Agent Host Grows Up
  4. Agent Host Grows Up
  5. Agent Host Grows Up
  6. Agent Host Hardens Into a Real Platform
  7. Voice Stack Gets a Hard Look, One Rollback Included
  8. Agent Testing Hardens, Chat Gets Untangled