VS Code: Weekly Recap - Agents Window Gets a Structural Overhaul
This week's work concentrated on the Agents window and agent host infrastructure, with connection reliability fixes, pull request and merge workflow consolidation, and a wave of polish across sessions, breadcrumbs, and title bar controls. Fifty pull requests and thirty additional commits moved through microsoft/vscode, most tied to the Copilot agent experience.
Duration: PT3M30S
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-31T09:20:34Z
- Audio duration: PT3M30S
Transcript excerpt
This excerpt keeps the crawler page concise. Listen to the episode or use the RSS feed for the full update.
Good day, and welcome to the VS Code Weekly Recap for August 24th through 31st. Fifty pull request activity items and thirty additional commits landed this week.
The dominant story is consolidation around the Agents window and its underlying host infrastructure. Connor's PR 333271 gave every remote agent connection — SSH, WSL, tunnel, Dev Container — a single owner and one reconnect path, replacing five separate reconnection implementations that previously dropped pending…
Pull request and merge workflows also got real attention. PR 333189 added support for multiple pull requests per session, consolidating CI and review notifications into a single carousel banner, with PR 333428 following up to refine that banner's wording and layout. PR 333426 replaced the auto-merge buttons with…
Sessions and navigation saw a parallel cleanup effort. Sandy081's PR 333404, with a follow-up in 333435, replaced raw session identifiers in breadcrumbs with stable, human-readable provider and session labels. PR 333057 reworked how the single-pane bottom panel remembers its view per session. And several PRs —…
On the editing side, PR 333295 fixed a code-action regression where command arguments could be…
Fi…