VS Code: Sessions Window Gets a Real Layout Architecture
The Agents sessions window's single-pane layout was rebuilt as an independent, strategy-composed controller instead of an inherited hack, while a cluster of fixes tightened chat session persistence, telemetry accuracy, and packaging reliability.
Duration: PT2M50S
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-07-07T13:05:50Z
- Audio duration: PT2M50S
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 July 7th, and today's codebase activity centers on the sessions window growing up architecturally, alongside a wave of trust-and-accuracy fixes across chat and telemetry.
The headline is PR 324657, from Sandeep Somavarapu: the single-pane layout controller no longer inherits from the classic desktop layout controller. It's now a sibling, composed from focused strategy objects for things like detail panel visibility, docked tabs, and new-session rules. This isn't cosmetic — it fixes a…
The second theme is session and chat state reliability. PR 324456 fixes closed chats reappearing after restart by correctly persisting non-visible session state. PR 324669 preserves an explicit "Local" chat editor choice that a prior change had regressed. And PR 324493 fixes subagent widgets not rendering inline in…
Third, telemetry and diagnostics got more trustworthy. Ulugbek Abdullaev's PR 324595 fixes a completion feedback report that silently showed an empty telemetry section after the move to the unified inline-completions provider, and adds the request UUID for triage. His companion PR, 324717, breaks down…
Worth noting on its own: PR 324084 restores asar packaging for node…
What…