VS Code: Agent Host Grows Up
The Agent Host system got a wave of correctness and performance fixes around session discovery, folder handling, and model selection, while a large model-selection unification effort shipped to stop the Agents Window and Workbench chat from disagreeing on which model a conversation runs on.
Duration: PT2M42S
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-18T13:05:41Z
- Audio duration: PT2M42S
Transcript excerpt
This excerpt keeps the crawler page concise. Listen to the episode or use the RSS feed for the full update.
Good evening. It's August 18th, and this was a heavy day for Agent Host stability work.
The dominant pattern today is consolidation: multiple surfaces that used to make independent, conflicting decisions are now sharing one source of truth. The clearest example is PR 331282 from Logan Ramos, which deleted the Agents Window's separate model-selection engine and merged it into the same policy Workbench…
Session discovery saw the same theme. Beni Benjamin's PRs 331176, 331239, and 331332 rebuilt startup session discovery to check the registry before touching per-session databases — a real fix, not a tweak, after an Insiders trace showed a sixty-second delay caused by scanning nearly a thousand SQLite files. Related…
A second theme: correctness fixes for how agents report back to users. PR 331315 makes Anthropic refusals show up as real messages instead of empty responses. PR 331281 gives BYOK failures actual error detail instead of a blank JSON object. PR 331437 fixes Agent Merge stalling for over half an hour on an…
Smaller but notable: PR 331451 renamed the "style override" class to "modern UI" across the codebase — pure naming cleanup, but broad, touching quick input, context views,…
W…