VS Code: Agent Host Grows Up

The Agent Host is absorbing more responsibility this cycle, with server-owned session state, live tool streaming, and new authentication flows converging into a more capable but more complex chat backend. A parallel thread of session and layout bug fixes shows the team paying down UX debt in the Agents window.

Duration: PT2M32S

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-15T13:06:42Z
  • Audio duration: PT2M32S

Transcript excerpt

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

Good afternoon. It's July 15th, 2026, and this is your VS Code briefing.

The dominant story today is the Agent Host consolidating control over session state that used to live client-side. PR 325843 makes archive status server-owned, PR 325816 does the same for worktree configuration like branch and isolation settings, and PR 325905 keeps BYOK state consistent across conversation…

Second theme: live visibility into what the agent is doing while it's doing it. Connor Peet's PR 325866 streams terminal tool output while a command is still running, instead of waiting for it to finish. His follow-up, PR 325881, surfaces MCP authentication challenges directly in the UI with accessible Authenticate…

Third theme: the Agents window single-pane layout got real attention. Sandy081's PR 325865 was a two-round rework removing fragile tab-dismissal tracking that caused the side pane to get stuck open or unclosable. The same author also fixed archived sessions returning zero results in PR 325749, and added a feedback…

Worth flagging individually: PR 325726 fixes a real correctness bug where changing Claude's permission mode mid-turn had no effect until the next turn — confirmations kept firing when…

W…

Nearby episodes from VS Code

  1. Agent Host Grows Up
  2. Agent Sessions Get a Cleanup Pass
  3. Weekly Recap - The Agents Window Comes Into Focus
  4. Agent Host Grows Up
  5. The Agents Window Comes of Age
  6. Agent Sessions Grow Up
  7. Agent Host Grows Up
  8. Agent Host Stability Push