VS Code: Agent Host Grows Up
The Agent Host system dominated today's activity, with fixes spanning session lifecycle management, tool confirmation bugs, and new session-management capabilities exposed directly to agents. A cluster of confirmation and timing fixes suggests the underlying SDK integration is still stabilizing after a recent version bump.
Duration: PT2M46S
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-09T13:06:22Z
- Audio duration: PT2M46S
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 9th, and the story today is the Agent Host maturing fast, with the growing pains to match.
The biggest theme is reliability around tool confirmations and session state. Rob Lourens shipped a fix, PR 325038, for shell and managed tools hanging on confirmation after a Copilot SDK reorder—a follow-up to a client-tools bug just days ago. Justin Chen's PR 324886 fixed confirmation pill metadata, and Beni…
Second theme: session lifecycle is getting real investment. A large commit from Rob Lourens re-enables idle-session eviction—releasing SDK sessions from memory after a grace window instead of just dropping cached state—now implemented consistently across Copilot, Claude, and Codex providers. Sandeep Somavarapu's PR…
Third, smaller but notable: voice mode got two real fixes from Megan Rogge—deferring responses for unfocused sessions with a pending indicator, PR 325004, and fixing responses not reading out at all across multiple sessions, PR 324977. And BYOK model visibility toggles finally work correctly in the agent host…
One to watch: PR 325116 is addressing a tab-wrapping layout bug introduced by an earlier "Add Tab" control—a reminder that UI affordances can…
Wha…