VS Code: Agent Sessions Get Sturdier

Today's merges center on hardening the agent sessions and remote host infrastructure — connection recovery, approval visibility, and session identity — alongside an Electron 43 upgrade that touches dialogs, protocols, and packaging across every platform.

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-09-16T13:07:24Z
  • 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.

This is VS Code, your daily developer briefing for September 16th, 2026.

The dominant story today is reliability work across the agent sessions stack. A large share of today's merges are about making remote and background sessions behave predictably when things go wrong.

Start with connections. Rob Lourens's PR 336330 enforces a fresh transport lifecycle for remote agent hosts, separating ordinary reconnects from explicit recovery so SSH and WSL relays don't reuse stale state. Amunger's PR 336328 complements this on the web side: disconnecting a host no longer makes it vanish from…

Session identity is the second theme. Sandy081's PR 332410 centralizes session and chat catalog metadata into a single index, replacing the old pattern of opening many individual session databases just to list titles and state. Benibenj's PR 336279 fixes a related telemetry bug where new worktree sessions were being…

Third, chat approval and rendering fixes: Justin Chen's PR 336317 surfaces pending subagent approvals in the Sessions list even when their original response isn't currently rendered, and a follow-up commit fixes child agents flickering between working and idle states. Separately, PR 336337…

Stan…

Nearby episodes from VS Code

  1. Agents Window Hardens Its Remote Story
  2. Build Pipeline Overhaul and Chat Session Polish
  3. Weekly Recap - Agent Sessions Get a Stability Pass
  4. Memory Leaks, Race Conditions, and Terminal Hardening
  5. Agents Window Takes Shape, Editor Surfaces Get Polished
  6. Agents Window Stabilization Push
  7. Sessions Workflow Gets a Major Overhaul
  8. Agent Host Session Reliability Push