VS Code: Windows Parity Push for the Agent Host

A large share of today's activity is about making the Agents window and its shell tooling work on Windows, alongside a cluster of chat and dictation polish fixes. The common thread: cross-platform reliability and reducing hidden state that silently breaks sessions.

Duration: PT2M50S

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-28T13:06:34Z
  • Audio duration: PT2M50S

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 VS Code, your daily developer briefing for July 28th, 2026.

The dominant story today is Windows parity for the Agent Host. Rob Lourens landed PR 327642, porting over a dozen shell-command end-to-end tests off POSIX-only assumptions — normalizing line endings, pinning commands like "echo" that behave the same across shells, and rejecting POSIX-only commands at recording time…

The second theme is state leakage and hidden context in chat. PR 327728 stops hidden harnesses from silently seeding new editor chats. PR 327629 fixes quick chats rendering under a raw session ID instead of a proper "Chats" group. PR 327491 is a notable one: a heap snapshot showed over a gigabyte held by stale git…

Smaller but consistent: dictation and voice mode got real UX attention across PR 327703 and PR 327684, adding hover explanations, transcript visibility, and audio feedback. And two separate PRs — 327690 and 327052 — both target the same performance hazard: root-anchored CSS "has" selectors that trigger…

What's next: expect the Windows E2E suite to keep expanding, and watch for the multi-root working directory support to ripple into more agent providers.

That's your briefing —…

Nearby episodes from VS Code

  1. Agent Host Stabilization Push
  2. Weekly Recap - Agent Host Hardening and Session Reliability
  3. Chasing Down the Agents Window Hangs and Leaks
  4. Agent Host Grows Up
  5. Agent Host Grows Up
  6. Agent Host Grows Up
  7. Agent Host Hardens Into a Real Platform
  8. Voice Stack Gets a Hard Look, One Rollback Included