VS Code: Sessions and Agent Host Get a Consolidation Pass
A large share of today's activity converges on unifying how VS Code manages agent sessions, workspaces, and SDK setup, replacing scattered legacy settings and flows with single, canonical systems. The changes span workspace picker redesigns, SDK consent ownership, and workspace transition persistence, all aimed at reducing fragmentation in the Agent Host experience.
Duration: PT2M36S
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-09-05T13:05:47Z
- Audio duration: PT2M36S
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 September fifth. Here's what's happening in VS Code.
The dominant theme today: VS Code is consolidating its agent session and workspace machinery, replacing legacy, fragmented settings with single sources of truth.
Start with sessions. Megan Rogge's redesign in PR 334591 merges local and remote workspace selection into one searchable picker, then PR 334554 moves that setting out of shared chat and into the sessions contribution, renaming it to something that actually describes what it does. Sandy Osipov's PR 334487 does the…
Second theme: ownership and persistence for agent infrastructure. Tyler Leonhardt's PR 334316 rewrites how the Agent Host decides to download its SDK — consent is now recorded only on an explicit download click or an actual lazy download, never inferred from cache presence, and it's persisted per-machine. Sandy…
Third theme: chat context reliability. Megan Rogge's PR 334544 and PR 334594 restore GitHub issue and PR attachments as real context objects and fix repository selection so multi-root workspaces stop blocking on slow Git metadata. Arpan Kanwer's PR 334129 stops the tool-calling loop from endlessly retrying a…
Smaller but notable: Logan…