VS Code: Weekly Recap - The Agent Host Consolidation
This week's work centered on making Agent Host the single, unified runtime for Copilot and Claude sessions, spanning remote support, reliability telemetry, and the removal of legacy extension-host code paths. Fifty pull request activity items and thirty additional commits touched agent infrastructure, session UI, and onboarding.
Duration: PT3M18S
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-10T09:18:34Z
- Audio duration: PT3M18S
Transcript excerpt
This excerpt keeps the crawler page concise. Listen to the episode or use the RSS feed for the full update.
Good day, and welcome to the VS Code Weekly Recap for August 3rd through August 10th. Fifty pull request activity items and thirty additional commits landed this week.
The dominant story is consolidation around Agent Host. Connor Milburn's PR 329706 brought the agent host to remote scenarios — Codespaces, Remote SSH, Dev Containers, and W-S-L all now show the agent harness in the session picker, not just local machines. That remote push was matched by cleanup on the other end: PR…
Reliability work followed close behind. Rob Lourens shipped a cluster of fixes: restoring persisted request errors after a restart in PR 329828, keeping shell read helpers correctly classified as non-terminal tools in PR 329791, and preserving session worktrees on shutdown in PR 329719. New telemetry backed this up…
On the product side, session and onboarding UI saw steady iteration. Benibenj's onboarding tour work — PRs 329629, 329837, 329845, and 329896 — added GitHub-aware prompt suggestions, workspace preselection fallback, and hover text for prompt cards. Sandy081 continued refining the Agents window layout, adding tab…
Smaller but notable: sbatten's Unicode-safe truncation fix for Open Recent labels,…
N…