VS Code: The Agents Window Grows Up
The Agents window received a wave of coordinated fixes spanning breadcrumbs, title bar buttons, remote workspace handling, and pull request banners, while the editor team pushed a major virtualized scrolling refactor with a same-day follow-up patch.
Duration: PT2M39S
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-31T13:08:17Z
- Audio duration: PT2M39S
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 31st, and today's codebase activity centers on one clear story: the Agents window is being hardened across nearly every surface.
Sandeep Somavarapu's pair of PRs, 333404 and 333435, teach breadcrumbs to show stable session labels instead of raw UUIDs, then immediately patch review feedback about path handling and remote homes. Benjamin Simmonds shipped two related fixes: PR 333426 restores icons on title bar buttons that had regressed to…
Second theme: large virtualization refactors need same-day follow-ups. Henning Dieterichs' PR 333394 is a broad rework of multi-diff scrolling — new geometry model, typed item management, layout diagnostics. It was merged, then followed within hours by PR 333432 fixing review findings: template teardown bugs, scroll…
Third, smaller but notable: Ulugbek Abdullaev's PR 333423 fixes a subtle precedence bug where baked-in model strategy values were silently overriding user settings and experiments — now settings and experiments correctly win. He's also opened 333525 and 333526 addressing automation run state during host migration.
What's next: watch for further Agents window polish, and confirm the workspace URI translation fix if…