VS Code: Agent Host Unification and Chat Improvements
Microsoft merged 20 pull requests focused on unifying agent host launching across surfaces and enhancing chat functionality. Key changes include consolidated agent host management, improved BYOK provider support, and Claude agent session restoration capabilities.
Duration: PT2M2S
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-05-14T10:01:30Z
- Audio duration: PT2M2S
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 May 14th, 2026.
Connor Peet merged the largest change - unifying agent host launching between surfaces. This consolidates how VS Code manages agent hosts across different remote modes, ensuring only one agent host runs per machine. The change spans 41 files with over 3,400 additions.
Rob Lourens merged improvements to agent host chat input with generic config pickers, adding dedicated auto-approve controls and fallback chips for schema properties. He also implemented session loading optimizations to prevent premature chat content opening.
Vijay Upadya merged BYOK custom endpoint provider support, introducing compatibility with OpenAI, Responses API, and Anthropic Messages formats. This replaces the legacy OpenAI compatible provider and is available in Insiders builds only.
Tyler Leonhardt merged Claude agent phase 13, implementing session restoration capabilities that allow workbench to reload existing Claude session transcripts across agent host restarts.
Anthony Kim merged two terminal-related fixes - zsh shell integration improvements for agent host terminals and enhanced CLI tool display names to match Copilot Chat…
Nearby episodes from VS Code
- Agent Host Telemetry and Chat Improvements
- Weekly Recap - Agent Host Infrastructure & Chat Improvements
- Claude Agent Integration and Chat Tools Overhaul
- Agent Host Improvements and Chat Enhancements
- Terminal Compression and Claude Agent Enhancements
- Copilot Streaming Controls and Agent Host Improvements
- Remote Connection Fixes and AI Enhancement Updates
- Copilot Enhancements and Agent Host Updates