VS Code: The Agents Window Comes Into Focus

Today's activity centers on the Agents window maturing into a first-class surface — session management, authentication, and terminal lifecycle all got cleanup passes — alongside a batch of correctness fixes in chat Find and agent host reliability.

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-08-21T13:06:37Z
  • 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.

Good morning. It's August 21st, and the story in the codebase today is consolidation around the Agents window.

Sandy Somavarapu shipped three related pull requests — 331928, 331857, and 331945 — that strip out the old session metadata setting, move chat actions into an overflow menu, and streamline editor title actions. Taken together, these remove fallback UI paths and settings gates that had been carried since earlier…

Authentication also got a real cleanup. Steve Batten's PR 331841 removes the Agent Host's dependency on Copilot token minting entirely, relying solely on GitHub's OAuth token instead. That pairs with Tyler Leonhardt's PR 331739, which stops guessing agent setup state by sniffing the filesystem and instead asks the…

Reliability fixes rounded out the Agent Host work: Benjamin Christopher Simmonds added end-to-end trace logging for session opening, since that path spans the sessions list, chat model, and database reads with previously unlogged gaps. Beni Benjamin's PR 331792 stopped a failed git probe from stalling Agent Merge…

Separately, Osvaldo Ortega's chat Find fix, PR 331723, is worth flagging on its own: Find was overcounting matches and letting navigation walk…

Wh…

Nearby episodes from VS Code

  1. Hardening the Agent Host
  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. Agent Host Becomes the Backbone
  6. The Agent Host Becomes the Center of Gravity
  7. Agent Host Grows Up
  8. The Agent Host Grows Up