VS Code: The Agents Window Comes of Age

The bulk of today's activity hardens the Agents window - fixing session lifecycle bugs, editor layout quirks, and voice narration - while a second wave of Agent Host and MCP fixes tackles reliability at the protocol level. Together they show a team converging fast on a single new surface.

Duration: PT2M38S

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-11T13:04:32Z
  • Audio duration: PT2M38S

Transcript excerpt

This excerpt keeps the crawler page concise. Listen to the episode or use the RSS feed for the full update.

This is VS Code, your development briefing for July 11th, 2026.

The clear signal today: the Agents window is being hardened across nearly every layer, from session lifecycle to editor layout to voice feedback.

Start with sessions and automations. Ulugbekna shipped a trio of fixes - PR 325295, 325302, and 325294 - that together make automation runs track reliably from dispatch through completion, correctly handle cancellation and timeouts, and record scheduled runs atomically so history doesn't lie about when something…

Second theme: the single-pane "docked" layout in the Agents window is maturing into a first-class concept. Sandy081 landed a run of related changes - a proper Docked Editor Input type in PR 325332, a single source of truth for when single-pane layout is enabled in 325309, persisted side-pane sizing in 325301, and a…

Third theme: reliability at the edges. Meganrogge's voice narration fixes (PR 325339) address session-state races during rapid multi-session switching. On the protocol side, Tyler Leonhardt fixed two separate MCP authentication bugs - one around dropped authorization context during re-validation, another an infinite…

Also worth noting: an Electron bump to…

Nearby episodes from VS Code

  1. Agent Sessions Grow Up
  2. Agent Host Grows Up
  3. Agent Host Stability Push
  4. Sessions Window Gets a Real Layout Architecture
  5. Agent Sessions Take Center Stage
  6. Weekly Recap - Agent Host Goes Mainstream
  7. Agent Host Hardens Its Sessions
  8. Agent Host Hardening Push