VS Code: Sessions List Grows Up
The Agent Host and Sessions system saw heavy investment on August 27th, with over a dozen merged pull requests reshaping how sessions, nested chats, and agent providers behave. The through-line: session management is being hardened for reliability and rebuilt for a clearer information hierarchy.
Duration: PT2M41S
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-27T13:08:45Z
- Audio duration: PT2M41S
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 27th, and today's VS Code activity is dominated by one area: the Agent Host and Sessions system, where a large cluster of related changes landed at once.
The biggest theme is reliability under real-world conditions. Rob Lourens's PR 332461 lets failed Copilot turns recover in place with a "Try Again" affordance, instead of losing streamed output. Connor Peet's PR 332869 defers optional SDK session catalogs so session lists still load when setup isn't finished. And…
The second theme is structural cleanup of how sessions and chats relate to each other. Sandy081 shipped a three-part arc: PR 332739 shows nested chats under their owning session, PR 332795 moves pending approvals onto each chat's own row instead of bundling them at the session level, and PR 332922 refines that…
A third, smaller theme is correctness fixes in the protocol layer: Lramos15's PR 332812 fixes quota banners that were reading the wrong data key, Osortega's PR 332791 stops content references from being treated as filesystem paths, and Sandy081's PR 332926 fixes a model behavior bug where creating a child session…
Two more items worth flagging: Josh Spicer's PR 332388 makes managed settings…
Expe…
Nearby episodes from VS Code
- 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
- Agent Host Becomes the Backbone