VS Code: Agent Host Consolidation Accelerates

The team spent the day tearing out legacy extension-host and Local session implementations to make Agent Host the single, sole runtime for Claude and Copilot sessions, while fixing a cluster of bugs — settings loading, change attribution, terminal metadata — that surfaced as a direct result of that consolidation.

Duration: PT2M32S

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-08-08T13:05:45Z
  • Audio duration: PT2M32S

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 August 8th, 2026, and today's activity tells one clear story: Agent Host is taking over.

The biggest theme is consolidation. Rob Lourens landed two companion pull requests, 329697 and 329603, that strip out the extension-host Claude runtime and the Local sessions harness entirely — settings, SDK dependencies, permission UI, telemetry bridges, all gone. Tyler Leonhardt's PR 329650 removed the…

The second theme is that consolidation exposed real bugs, and the team is chasing them fast. Dmitri V's PR 329723 fixed Agent Host loading user settings from the wrong resource entirely. His follow-up, PR 329715, is fixing per-turn change attribution — a session was reporting over a thousand files changed when the…

Third, Rob Lourens's PR 329719 is protecting session worktrees from being deleted on Agent Host shutdown, a safety fix that matters more now that Agent Host is the only implementation standing.

Elsewhere, Connor's PR 329706 works on running Agent Host over remote connections — Codespaces, SSH, containers — which had never been fully wired up. And a large, sprawling commit restored the Omni Chat model picker after an extended effort to rebuild the floating chat…

What…

Nearby episodes from VS Code

  1. Agent Host Stability Push
  2. Agent Host Reliability Push
  3. Weekly Recap - The Agent Host Consolidation
  4. Agent Host Goes Remote and Gets Hardened
  5. Agent Host Grows Up
  6. The Sessions Window Gets a Real Layout
  7. The Agent Host Comes of Age
  8. Agent Host Grows Up Around Multi-Root and Telemetry