VS Code: Agent Host Hardens Its Sessions
Most of today's activity centers on the Agent Host and Agents window, with a run of reliability and polish fixes for sessions, tool calls, and chat rendering, plus two suspicious rebranding pull requests that appear to be spam.
Duration: PT2M55S
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-05T13:04:34Z
- Audio duration: PT2M55S
Transcript excerpt
This excerpt keeps the crawler page concise. Listen to the episode or use the RSS feed for the full update.
This is VS Code, your daily developer briefing for July 5th, 2026.
The clear signal today: the Agent Host and Agents window are getting a concentrated reliability pass, touching sessions, tool calls, and chat rendering all at once.
Start with sessions. Rob Lourens landed caching for local agent host sessions in PR 324328, so the session list shows up instantly on startup instead of waiting on the in-process host and auth to settle — mirroring what remote sessions already did. Sandy081 followed with two fixes, in PR 324301 and PR 324304, so…
Tool call handling got similar attention. PR 324342 fixes terminal confirmations rendering twice due to a race in how streaming tool calls are first observed. PR 324347 and its follow-up commit surface *why* a shell command is running, pulling the tool's own description into the terminal card. And PR 324327, refined…
Markdown and chat rendering had two related fixes: PR 324317 repairs streaming links nested inside bold text or lists, and PR 324326 teaches the agent to emit proper file and folder links with correct path resolution, closing issue 315183. PR 324340 separately fixes code block spacing after list items.
One thing to flag: PRs 324334,…
Nearby episodes from VS Code
- Agent Host Hardening Push
- Agents Window Takes Shape
- Claude AI Integration and Agent Infrastructure
- Weekly Recap - Agent Host Platform & Claude Integration
- Developer Experience Polish
- Agent Host Architecture Overhaul
- Agent Host Infrastructure and Chat Experience Updates
- Agent Host Architecture Overhaul