VS Code: Agent Host Reliability Push
A large share of today's activity centers on hardening the Agent Host — the infrastructure behind Copilot agent sessions — through better error recovery, performance fixes for worktree resolution, and new hang-detection telemetry. A second thread continues polishing the V3 onboarding and Sessions experience.
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-08-10T13:05:12Z
- 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.
Good day. It's August 10th, 2026, and this is your VS Code briefing.
The dominant story today is reliability work on the Agent Host, the system running Copilot agent sessions. Multiple PRs target the same failure mode: state that looks fine while a session is live but breaks on restart or restore. Rob Lourens' PR 329828 restores persisted request errors that were silently dropped…
A second cluster is performance and correctness in worktree and git handling. Ulugbekna's PR 329932 addresses a report of listing sessions taking 52 seconds and spawning hundreds of git processes, by stopping repeated re-derivation of worktree roots. A competing approach in PR 329925 is flagged explicitly as an…
Telemetry is the third theme. PR 329884 adds hang detection for agent turns, since a stuck turn was previously invisible — only detectable as a telemetry event that never arrived. PR 329834 classifies SSH connection failures so host-key rejections stop retrying pointlessly. PR 329714 does the same for Copilot…
On the product side, Benibenj continues shaping V3 onboarding — prompt options with GitHub Enterprise support in PR 329924, and default onboarding cards in PR 329837 — alongside Sessions…
Two…