VS Code: The Agent Host Grows Up
The bulk of today's activity centers on the Agent Host system maturing into a multi-provider platform, with new pull request automation, session visibility controls, and a cluster of post-merge hardening fixes addressing security and reliability gaps.
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-17T13:04:41Z
- 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 afternoon, and welcome to VS Code, the developer briefing for August 17th, 2026.
Today's dominant story is the Agent Host system taking on real responsibility for managing pull requests and external sessions, followed immediately by teams tightening up the security and correctness gaps that responsibility exposed.
Start with the agent merge controller from Benjamin Christopher Simmonds, PR 331010. It lets Copilot, Codex, and Claude drive a pull request through review, CI, and merge using shared GitHub tooling. That's a meaningful capability, but the very next PR, 331158, is entirely follow-up hardening: renaming settings away…
The second theme is external session visibility. PR 331083 added a banner and settings so sessions started in other applications can be shown or hidden in the Agents Window. That immediately needed its own follow-ups: 331115 fixed publication state so restored sessions actually reappear when visibility changes, and…
Third, session layout got real attention from Sandy Somavarapu across 331089 and 331116, fixing docked pane sizing so sash resets and session switches don't corrupt saved widths.
Worth noting outside the Agent Host: Simon Siefke closed a memory…