VS Code: Hardening the Agent Host

The bulk of today's activity centers on stabilizing Agent Host sessions—fixing trust prompts, log exports, resource mapping, and startup failures—alongside a cluster of chat UI polish fixes for subagents and reasoning displays.

Duration: PT2M51S

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-24T13:05:18Z
  • Audio duration: PT2M51S

Transcript excerpt

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

Good morning. It's August 24th, and today's commits show the team converging hard on Agent Host reliability.

The clearest pattern: several fixes target session and connection edge cases that were silently breaking. PR 332280 stops workspace trust prompts from firing on internal scratch folders used by workspace-less quick chats. PR 332088 fixes resource URI mapping so links and file references resolve correctly through the…

Second theme: observability. Rob Lourens shipped two related pieces—PR 332067 reworks debug log export to follow whichever chat is actually active, including subagents and peer sessions, instead of always grabbing the default one. PR 332218 adds a new tool-invocation telemetry event with session and turn…

Third theme: chat UI polish, mostly from justschen and benibenj. PR 332203 cleans up subagent confirmation borders and shows the correct task title. PR 332196 floats status pills above the chat input instead of pushing the transcript around. PR 332297 fixes a flickering "files changed" summary that was disappearing…

Also worth noting: PR 332140 adds shutdown confirmation for active Agent Host sessions during app updates, fixing a regression from a prior PR—a…

What'…

Nearby episodes from VS Code

  1. The Agent Host Comes of Age
  2. Weekly Recap - The Agent Host Comes of Age
  3. Agent Sessions Get Trust Gates and Cleaner Telemetry
  4. Agent Host Gets a Foundation Rebuild
  5. The Agents Window Comes Into Focus
  6. Agent Host Becomes the Backbone
  7. The Agent Host Becomes the Center of Gravity
  8. Agent Host Grows Up