VS Code: Voice, Sessions, and Enterprise Guardrails Converge
Today's merges cluster around three efforts: a coherent visual and functional overhaul of Voice Mode and dictation, a wave of reliability fixes for Agent Host sessions, and new enterprise controls for locking down plugins and MCP servers. Together they show the team hardening the agent experience for both everyday and managed environments.
Duration: PT2M48S
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-01T13:05:31Z
- Audio duration: PT2M48S
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 1st, and the VS Code repo saw a packed close to July - thirty pull requests and thirty commits, with three clear threads running through them.
First, Voice Mode got a real design pass. PR 328455 replaced a hardcoded glow with a rim light that actually changes color between listening and speaking. Eli King followed that immediately with PR 328484, extending the same tuned color treatment to dictation, and PR 328137, which unified the send button, mic, and…
Second, session reliability had a strong showing. Ulugbekna's PR 328375 fixed agent-created sessions landing under the wrong repository when started from a Git worktree. Benibenj's PR 328416 fixed pull request association breaking on fork branches. And Rob Lourens opened PR 328540 to stop transient resume failures…
Third, enterprise controls tightened up. Josh Spicer landed two related pull requests - 328490 to keep exported policy data in sync, 327843 to enforce managed customization lockdown, and 327844 to let marketplaces control plugin auto-updates independently of user settings. Alongside that, two MCP…
One more to flag: PR 328136 enables tool search for GPT-5.4 through 5.6 models in Agent Host,…
What's…