VS Code: Agent Host Hardens Up
A large cluster of changes today focused on making the Agent Host feature reliable and safe — fixing telemetry consent, session recovery, idle shell handling, and startup performance — alongside a steady stream of expanded end-to-end test coverage.
Duration: PT2M34S
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-16T13:03:22Z
- Audio duration: PT2M34S
Transcript excerpt
This excerpt keeps the crawler page concise. Listen to the episode or use the RSS feed for the full update.
It's August 16th, and this is VS Code, your daily developer briefing.
The dominant story today is agent host reliability. More than a dozen of today's pull requests touch the same system, and together they read like a hardening pass on a feature that's clearly moving toward broader reliance.
Start with consent and trust. PR 330929 fixes agent host processes to respect telemetry disablement from the moment they launch, closing a gap across local, remote, SSH, and WSL launch paths so opted-out clients can't be quietly instrumented before they've had a say. In the same spirit, PR 331063 from Dmitriv…
Then there's session and lifecycle correctness. Rob Lourens shipped a run of fixes here: PR 330132 preserves detached terminal shells during idle eviction instead of tearing them down mid-task; PR 331032 fixes resumed sessions whose worktrees were deleted, falling back to the source repository for history; and PR…
The third thread is coverage. Two large end-to-end test pull requests — 331056 and 330995 — added over a hundred combined test declarations across filesystem, terminal, completion, and Git sync scenarios for Claude, Codex, and Copilot providers. That's a deliberate investment: as…
O…