VS Code: Agent Host Security Fixes and Improvements
VS Code merged critical security patches addressing path traversal vulnerabilities and host parsing issues, while simultaneously rolling out significant Agent Host enhancements including SDK distribution, session management improvements, and better multi-root workspace support.
Duration: PT2M23S
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-10T13:06:26Z
- Audio duration: PT2M23S
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 10th, 2026.
The team has been busy with a major security response alongside substantial Agent Host improvements. Let's start with what matters most for stability and security.
Microsoft's Security Response Center pushed critical fixes across multiple release branches. PR 320659 and related cherry-picks addressed five security issues including path traversal vulnerabilities and improved host parsing for GitHub connections. These fixes also included prompting users before connecting to…
The Agent Host platform saw significant architectural improvements. PR 320709 introduces SDK distribution through product.json, moving away from environment variable paths to a CDN-based system with SHA-256 verification. This change affects Claude and Codex agent providers and should improve reliability for…
Session management got more robust with several key fixes. PR 320671 addresses Chronicle session store corruption on remote SSH workspaces by switching from WAL mode to DELETE journal mode for better network filesystem compatibility. The team also improved multi-root workspace support with PR 320681, adding folder…
Terminal integration…
Nearby episodes from VS Code
- Developer Experience Polish
- Agent Host Architecture Overhaul
- Agent Host Infrastructure and Chat Experience Updates
- Agent Host Architecture Overhaul
- Agent Host Infrastructure and Claude Model Updates
- Agent Host Infrastructure Improvements
- Weekly Recap - Agent Host Architecture & Session Management
- Agent Host Performance and Reliability Improvements