VS Code: Agent Host Telemetry and Chat Improvements
VS Code merged 8 pull requests on May 17th, focusing on agent host telemetry implementation, chat rendering optimizations, and SSH connection reliability improvements.
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-05-17T10:03:51Z
- 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 development briefing for May 17th, 2026.
Rob Lourens merged a significant telemetry enhancement, adding agent host user message telemetry tracking. The change implements ITelemetryService wiring in the Agent Host utility and emits events when users send messages to agent host sessions. The implementation includes both direct and queued message telemetry…
Matt Bierner merged optimizations to chat output webview rendering, implementing single origin per renderer and extension to improve loading speeds. The changes also consolidate duplicate scroll delegation code across the chat widget components.
Dmitriv MS merged a fix for phantom cursor issues in deeply nested snippet merges. The solution addresses precision problems with IEEE 754 doubles when nesting levels exceed 16 iterations, preventing distinct fractional contributions from collapsing onto the same numeric value.
Lourens also merged SSH connection improvements, adding proper handling for authentication cancellation during agent host connections. When users dismiss keyboard-interactive prompts, the system now pauses auto-reconnect instead of treating it as a retryable failure.
Additional merged…
Nearby episodes from VS Code
- Major AI and Agent Features Land
- Checkpoint Services and Search Enhancements
- GitHub Copilot Chat Enhancements and Claude Integration Updates
- Chat and AI Integration Improvements
- Weekly Recap - Agent Host Infrastructure & Chat Improvements
- Claude Agent Integration and Chat Tools Overhaul
- Agent Host Improvements and Chat Enhancements
- Agent Host Unification and Chat Improvements