VS Code: Weekly Recap - Agent Host Hardening and Session Reliability
This week's activity centered heavily on the Agent Host platform — stabilizing multi-provider chat sessions, fixing conversation compaction bugs, and hardening end-to-end tests — alongside a steady stream of Sessions and voice dictation polish. Fifty pull requests and thirty additional commits landed, with several multi-part follow-up fixes showing teams chasing down edge cases in real time.
Duration: PT3M25S
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-27T09:15:41Z
- Audio duration: PT3M25S
Transcript excerpt
This excerpt keeps the crawler page concise. Listen to the episode or use the RSS feed for the full update.
Good morning. This is the VS Code Weekly Recap for July 20th through 27th. Fifty pull request activity items and thirty additional commits this week, and the center of gravity was clear: Agent Host reliability.
The biggest storyline is conversation compaction. Bhavya U's team reverted a custom trajectory compaction model in PR 327548, tracing back through six linked issues, and then spent two more follow-up passes — PR 327550 and additional commits — closing gaps the revert exposed: draft state leaking into requests, empty…
Agent Host itself got substantial hardening. Rob Lourens restructured the end-to-end test suite into conformance and parity tiers in PR 327489, cutting redundant cross-provider runs and adding protocol-surface coverage tracking. Related work fixed a client restart hang during active chats, PR 327483, added periodic…
Sessions and the Agents window saw steady product polish. Mouse back and forward navigation now works there, PR 327432. Archived sessions are cleanly removed from user groups, PR 327271. Subagent permission routing was fixed for follow-up turns, PR 327562, and subagents now surface tool info directly in the window,…
Voice and dictation had their own…
Sma…