VS Code: Agent Host Infrastructure and Claude Model Updates
VS Code's June 9th activity focused heavily on Agent Host reliability improvements and AI model capability expansion. Major infrastructure fixes addressed WSL remote connections, git URI handling, and session management, while Claude model support was expanded for tool search and future model compatibility.
Duration: PT2M4S
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-06-09T13:07:09Z
- Audio duration: PT2M4S
Transcript excerpt
This excerpt keeps the crawler page concise. Listen to the episode or use the RSS feed for the full update.
Good morning. This is your VS Code developer briefing for June 9th, 2026.
The dominant theme in yesterday's activity was stabilizing Agent Host infrastructure, with significant fixes to core connection and file system handling that directly impact developer reliability.
Three major infrastructure improvements stand out. First, Connor Peet's WSL remote agent host fix in PR 320498 restructured how VS Code manages WSL distro connections, moving to an in-memory cache system that can reconnect running distros without persisting entries in settings. This addresses several linked issues…
AI model capabilities saw meaningful expansion, particularly around Claude support. Bhavya's changes in PR 320513 switched Claude model detection from an allowlist to a denylist approach, meaning new Claude 4.5+ models automatically work with tool search without code changes. The Anthropic prompt resolver now…
Several developer experience improvements also landed, including tooltips for Agent Host session config pickers, cache explorer enhancements with agent filtering and per-chunk breakdowns, and risk assessment integration in chat confirmations.
What's next: The WSL connection improvements should reduce…
Nearby episodes from VS Code
- Agent Host Infrastructure Improvements
- Weekly Recap - Agent Host Architecture & Session Management
- Agent Host Performance and Reliability Improvements
- Agent Architecture Overhaul and Session Management
- Agent Host Infrastructure and Sessions Overhaul
- Agent System Expansion and Memory Leak Cleanup
- Agent Host Infrastructure and Session Management Overhaul
- Mobile Chat Infrastructure and Agent Host Cleanup