VS Code: Weekly Recap - The Agent Host Comes of Age
This week's development centered on hardening the Agent Host architecture with a major protocol upgrade and sealed service graph, alongside a wave of Agents window polish covering sessions, subagents, and chat UI. Fifty pull requests and thirty commits landed, with the majority touching agent infrastructure, telemetry, or session workflow.
Duration: PT3M43S
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-24T09:17:47Z
- Audio duration: PT3M43S
Transcript excerpt
This excerpt keeps the crawler page concise. Listen to the episode or use the RSS feed for the full update.
This is the VS Code Weekly Recap for August 17th through August 24th. Fifty pull request activity items and thirty additional commits landed this week.
The dominant story is the Agent Host maturing into a more disciplined system. Connor McCarthy's adoption of Agent Host Protocol version 1 point 0 in PR 331999 removed session forking entirely, pushing the Agents window toward peer-chat forking as the single model. Rob Lourens followed with a sealed service graph for…
Reliability got direct attention too. PR 332017 fixed a race where forking a Copilot chat could leak an in-flight turn. PR 332004 stopped stale turn-completion callbacks from throwing errors after a response was already done. PR 332080 fixed sessions being wrongly reported missing during catalog migration. And PR…
The second major theme is session and chat workflow polish, largely from the Agents window team. Sandy Sandhu's PRs 331928 and 331945 removed the session metadata setting and streamlined editor title actions. Beni Benjamin shipped a cluster of pill and session fixes: caching the changes pill for faster display in PR…
A third thread is trust and safety guardrails: PR 331981 gates session opening behind workspace…
S…