VS Code

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

https://podlog.io/listen/vs-code-6ffbd97f/episode/vs-code-agent-host-telemetry-and-chat-improvements-480aac67

Transcript

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 with proper metadata classification.

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 changes include hiding default text icons in chat completion suggest widgets, updating sync settings tags, removing the deprecated mermaid markdown tool toggle setting, and disabling CLI state file actions in the Agents window.

Notable commits include SSH remote agent host storage migration, moving connection details from user settings to application storage, and enhanced agent host usage bridging to chat models for better context tracking.

What's next: The team continues improving agent host reliability and chat interface performance. Watch for further telemetry enhancements and SSH connection optimizations.

That's your VS Code update for May 17th. Back tomorrow.