VS Code: Agent Host Grows Up

A wave of fixes hardened the Agent Host's session management, authentication, and model handling, while the sessions UI matured with new blocked-session controls and reliability patches. TypeScript 7 adoption also landed as a foundational build change.

Duration: PT2M51S

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-14T13:03:31Z
  • Audio duration: PT2M51S

Transcript excerpt

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

Good morning. It's July 14th, and this is your VS Code briefing.

The dominant story today is consolidation around the Agent Host — the infrastructure running Copilot, Claude, and Codex sessions. Nearly a dozen changes tightened up how sessions are created, authenticated, and cleaned up.

Start with cleanup: roblourens's PR 325676 removed temporary workarounds for tool-call ordering now that an upstream Copilot SDK fix landed — a sign the team is retiring patches once root causes get fixed properly. In the same spirit, PR 325737 flipped BYOK model handling from a pull to a push model, so the agent…

Session lifecycle bugs also got attention. PR 325528 fixed worktree path collisions that could cause race conditions across concurrent sessions. PR 325683 addressed Claude sessions reappearing after deletion because SDK transcripts weren't cleaned up. And PR 325716 closed a security gap where symlinked file paths…

Authentication and telemetry saw real fixes too: connor4312's PR 325719 fixed GitHub MCP's initial auth handshake to reuse existing tokens correctly, and PR 325722 wired restricted model telemetry through to Microsoft's sinks.

Second theme: the sessions UI is catching up to these…

Nearby episodes from VS Code

  1. Agent Sessions Get a Cleanup Pass
  2. Weekly Recap - The Agents Window Comes Into Focus
  3. Agent Host Grows Up
  4. The Agents Window Comes of Age
  5. Agent Sessions Grow Up
  6. Agent Host Grows Up
  7. Agent Host Stability Push
  8. Sessions Window Gets a Real Layout Architecture