VS Code: Agent Host Grows Up
The Agent Host infrastructure got a major maturity push today, with new telemetry attribution, merge automation, and session integrity fixes, while the Chat and Sessions UI saw a wave of polish around voice, layout, and rendering reliability.
Duration: PT2M35S
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-15T13:06:15Z
- Audio duration: PT2M35S
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 August 15th, 2026, and this is your VS Code briefing.
The dominant story today is Agent Host maturing into a real multi-client, multi-provider system. Rob Lourens shipped two related pieces: PR 330982 attributes telemetry to the initiating VS Code client without overwriting host identity, and PR 330929 makes Agent Host processes respect the telemetry level set at…
The second theme is session and chat correctness. Connor Corcoran's PR 330910 fixes side-chat turn boundaries drifting after repeated recomputation. Sandy081 landed both a grid layout for arranging chats side by side (330848) and a scoped rename tool so renaming a peer chat no longer renames the whole session…
Third, Omni Chat and voice got focused attention: Megan Rogge fixed picker positioning after window drags (330963) and improved voice session ownership and narration timing (330886), while Ulugbekna's MCP fixes (330890, 330943) clean up group-header casing and duplicate server rows ahead of a bigger customizations…
What to watch: the merge controller and telemetry attribution are foundational — expect more Agent Host provider work to build on them. And if you're touching chat rendering, check PR…
That…