VS Code: Agent Host Grows Up

The team pushed hard on maturing the Agent Host platform this cycle, hardening terminal streaming, authentication, and session lifecycle, while a parallel wave of sessions-window polish focused on reducing UI flicker and clarifying state for users running background agents.

Duration: PT2M55S

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-24T13:04:53Z
  • Audio duration: PT2M55S

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 briefing for July 24th, 2026.

The dominant theme this cycle is Agent Host reliability. Multiple PRs converged on making agent-driven terminals and sessions behave more predictably. PR 327067 streams built-in shell output over the new AHP terminal channel, distinguishing PTY-backed terminals from plain text output. That work was immediately…

Authentication and session correctness also got attention. PR 327154 fixes persisted Agent Host MCP authentication so OAuth providers survive an extension host restart without forcing users to reauthenticate. PR 327209 fixes automation model targeting, correcting a mismatch where automations held onto old model…

The second theme is sessions-window polish, largely from Beni Benjamin. PR 325679 stops auto-approved tools from flashing a false "input needed" state. PR 327162 improves the blocked-sessions overlay with clearer ignore-and-close actions. PR 327191 keeps empty session groups visible instead of auto-deleting them.…

Worth flagging outside those themes: two separate memory leak fixes landed from Simon Siefke, in terminal service and main thread terminal service, both disposing listeners that weren't being…

W…

Nearby episodes from VS Code

  1. Agent Host Grows Up
  2. Agent Host Hardens Into a Real Platform
  3. Voice Stack Gets a Hard Look, One Rollback Included
  4. Agent Testing Hardens, Chat Gets Untangled
  5. Weekly Recap - Agent Host Hardens Up, Voice Mode Grows Up
  6. Agent Host Grows Up
  7. Voice Mode's Rough Edges Get Sanded Down
  8. Agent Host Becomes the Default, Carefully