VS Code: Agents Sessions Get Serious About Workspaces
Today's activity centers on the Agents Window maturing into a full session-management surface, with workspace conversion, branch switching, and error handling landing alongside a wave of UI polish and a sandbox default change that loosens network and credential defaults. The common thread: sessions are becoming more flexible and reliable, but reviewers should watch for policy and lifecycle edge cases.
Duration: PT2M35S
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-04T13:06:38Z
- Audio duration: PT2M35S
Transcript excerpt
This excerpt keeps the crawler page concise. Listen to the episode or use the RSS feed for the full update.
It's September 4th, 2026, and this is your VS Code briefing.
The dominant story today is the Agents Window and Sessions system growing up fast. The biggest piece is Sandeep Somavarapu's workspace conversion work in PR 334250, which lets a workspace-less session gain a folder or worktree without losing conversation history — a two-phase continuation flow that touched Agent…
Reliability fixes followed the same seam. Benjamin Simmonds' commit d52881e and PR 334301 fix Agent Merge notice turns being mistaken for the last real turn, which was causing empty changesets to appear. Justin Chen's 334408 tackles a related symptom — diff summaries flickering or zeroing out when switching sessions…
Second theme: sandbox and policy defaults are shifting. Dileep Yavanmandha's 334390 flips the default sandbox network access from blocked to allowed and enables git credential injection by default, aligning VS Code with the shared runtime. Combined with 334370's fix for the bypass toggle and Anthony Kim's 334297…
Third, UI consistency: mrleemurray's trio — 334327, 334226, and 334289 — standardizes tab heights, empty states, and the compact activity menu under the Modern UI system, while justschen and…
Wh…