VS Code: Weekly Recap - Agent Host Hardens Up, Voice Mode Grows Up

This week's work centered on stabilizing the Agent Host session and tool-calling pipeline, expanding voice and dictation into a more resilient feature, and cleaning up long-deprecated settings and infrastructure. Fifty pull requests and thirty additional commits landed, with the majority touching agent sessions, chat, and voice subsystems.

Duration: PT3M29S

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-20T09:17:03Z
  • Audio duration: PT3M29S

Transcript excerpt

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

This is the VS Code Weekly Recap for July 13th through July 20th. Fifty pull request activity items and thirty additional commits this week — and the center of gravity was clearly the Agent Host: the system running agent sessions, tool calls, and MCP servers.

The strongest pattern this week is reliability work on Agent Host session handling. A cluster of fixes from justschen addressed tool-calling bugs that could stall or silently kill a session — double tool calls on confirmation in PR 326415, stalled client tool calls in 326264, and skipped tool calls that terminated…

A second theme is voice and dictation maturing into a real feature, almost entirely through Megan Rogge's work. Fixes landed for hold-to-talk release and request-cancellation no longer disconnecting voice sessions, in PR 326400. Dictation got a second selectable model — Nvidia's Nemotron alongside Whisper — across…

Third, the Agents window and sessions UI got consolidated. Lramos15 unified the model picker architecture across editor and Agents window chat in PR 326351. Benvillalobos merged two separate isolation-mode controls into one shared branch picker in PR 326414. Ulugbekna added workspace-less automations in…

Fin…

Nearby episodes from VS Code

  1. Agent Testing Hardens, Chat Gets Untangled
  2. Agent Host Grows Up
  3. Voice Mode's Rough Edges Get Sanded Down
  4. Agent Host Becomes the Default, Carefully
  5. Agent Host Grows Up
  6. Agent Host Grows Up
  7. Agent Host Grows Up
  8. Agent Sessions Get a Cleanup Pass