VS Code: Sessions Architecture Cleanup and Terminal Listener Leaks

The team pushed a broad restructuring of the Sessions and Agent Host system—splitting artifacts from references, fixing provenance and visibility bugs, and adding telemetry—while a parallel cleanup effort closed out several terminal listener leaks tied to detached terminals. Together these represent a maturing push on stability and architecture in the chat and agent surfaces ahead of wider rollout.

Duration: PT2M37S

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-26T13:05:53Z
  • Audio duration: PT2M37S

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 August 26th, 2026, and this is your VS Code development briefing.

The signal today: Sessions and Agent Host are getting a serious architectural pass, while terminal chat tooling is shedding a string of listener leaks. Both point to the same goal—making the agent experience reliable at scale before it grows further.

On the Sessions side, benibenj led several connected changes. PR 332687 splits session artifacts into artifacts, things the agent produced, and references, things it points the user to—cleaning up ambiguous tool naming and pill rendering. PR 332547 fixes external agent session visibility settings so the platform…

On the terminal side, dmitrivMS closed out a cluster of listener leaks tied to detached terminals: PR 332470 stopped detached terminals subscribing to link-provider removal events, PR 332476 removed an unnecessary decoration shutdown listener, and PR 332472 and PR 332460 routed terminal output and progress updates…

Two more items worth flagging: PR 332588 adds backoff to GitHub credential requests after a 401, preventing a failure loop from hammering the service. And PR 331731 switches ESM ASAR resolution to synchronous hooks, addressing a…

What's…

Nearby episodes from VS Code

  1. The Agent Host Comes of Age
  2. Hardening the Agent Host
  3. Weekly Recap - The Agent Host Comes of Age
  4. Agent Sessions Get Trust Gates and Cleaner Telemetry
  5. Agent Host Gets a Foundation Rebuild
  6. The Agents Window Comes Into Focus
  7. Agent Host Becomes the Backbone
  8. The Agent Host Becomes the Center of Gravity