VS Code: Agent Sessions Get a Foundation Rebuild
A wave of changes hardened the Agents and Sessions experience — fixing race conditions, keybindings, and pull request workflows — while a Copilot SDK bump was reverted and reapplied after it caused hangs in Agent Host sessions.
Duration: PT2M43S
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-28T13:08:38Z
- Audio duration: PT2M43S
Transcript excerpt
This excerpt keeps the crawler page concise. Listen to the episode or use the RSS feed for the full update.
Good day. It's August 28th, 2026, and this is your VS Code briefing.
The dominant story today is stabilization of the Agents and Sessions system, which touched nearly every part of the codebase this cycle.
Start with reliability. Ladislau Szomoru's PR 333110 fixed a race condition in changeset subscriptions, and Ben Villalobos's PR 333072 simplified subscriptions to a single URI-based path, removing a parallel channel-string approach that had been flagged as follow-up debt. Sandy081 fixed a broken "sent from another…
Second theme: the pull request workflow inside Agents got real investment. Benibenj's PR 332987 replaced the old "Create PR" button, which used to vanish once a PR existed, with a button bar that tracks PR state — mark ready, merge, or toggle auto-merge — and gives Agent Merge a proper home. A important follow-up…
Third: the Copilot SDK saw churn. Anthonykim1 reverted the SDK and runtime bump in PR 332951 after it caused hangs reopening evicted Agent Host sessions, then reapplied a newer version in PR 333103 with fixes. Tyler Leonhardt's PR 333101 separately bumped the Claude Agent SDK. Together these show the SDK dependency…
Smaller but notable: PR 332781 cleaned up…
Nearby episodes from VS Code
- Sessions List Grows Up
- Sessions Architecture Cleanup and Terminal Listener Leaks
- The Agent Host Comes of Age
- Hardening the Agent Host
- Weekly Recap - The Agent Host Comes of Age
- Agent Sessions Get Trust Gates and Cleaner Telemetry
- Agent Host Gets a Foundation Rebuild
- The Agents Window Comes Into Focus