VS Code: Agent Host Session Reliability Push

The bulk of today's activity targets Agent Host session stability — subagent lifecycle bugs, session restoration, and worktree state syncing all converged around making background agent sessions trustworthy after reload or across long-running tasks.

Duration: PT2M49S

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-09T13:08:06Z
  • Audio duration: PT2M49S

Transcript excerpt

This excerpt keeps the crawler page concise. Listen to the episode or use the RSS feed for the full update.

Good evening. It's September 9th, and the VS Code repository saw heavy investment in one area today: making Agent Host sessions behave correctly across their full lifecycle.

The clearest thread is subagent reliability. Justin Chen's PR 334986 closes out a long chain of issues where subagent pills got stuck showing "working on it" even after completion, or opened into blank, broken chats. The fix defers listing a subagent until its child actually starts, and uses friendly names in…

That theme continues in session restoration. Sandy Somavarapu's PR 335242 restores previously opened subagent tabs after a reload, preserving group order and active state. A related commit, e341a3c, fixes header space collapsing when switching between docked editor tabs. And PR 335253, also from Somavarapu, tackles…

A second theme is guardrails around automation. Benibenj's PR 335161 restricts automatic pull request association behind an experimental setting, defaulting off outside Stable — reducing the risk of agents attaching to the wrong PR. The same author's PR 335141 makes Agent Merge defer CI reruns instead of blocking…

Smaller but notable: PR 335056 adds themeable shell colors for Modern UI…

What to…

Nearby episodes from VS Code

  1. Automations Hardening and Sessions Get a Polish Pass
  2. Automations Get a Real Architecture
  3. Weekly Recap - Agent Sessions Get a Foundation Rebuild
  4. Agent Host Stability Push and a Codebase-Wide Lint Cleanup
  5. Sessions and Agent Host Get a Consolidation Pass
  6. Agents Sessions Get Serious About Workspaces
  7. Agent Host Reliability Push
  8. Agent Host Hardens Up