VS Code

VS Code: AgentHost Performance and Chat Telemetry Updates

VS Code merged four pull requests focused on AgentHost performance optimization through changeset state caching and enhanced OpenTelemetry monitoring for Copilot Chat. Additional fixes addressed offline BYOK model state management and programmatic trace export functionality.

Duration: PT1M43S

https://podlog.io/listen/vs-code-6ffbd97f/episode/vs-code-agenthost-performance-and-chat-telemetry-updates-f34fcf05

Transcript

Good morning. This is your VS Code developer briefing for May 25th, 2026.

Don Jayamanne merged a significant performance improvement implementing changeset state caching and management in AgentHost. This addresses scalability issues when handling thousands of sessions by caching changeset states rather than rebuilding them on each list operation. The change adds 472 lines of code across 10 files, including a new state cache system and updated test coverage.

Zhichao Li merged OpenTelemetry enrichment for agent context in Copilot Chat. This adds the canonical github.copilot attribute namespace alongside existing telemetry, providing structured data for git repository information, GitHub organization details, and agent type classification. The enhancement spans 13 files and improves monitoring capabilities for both built-in and custom agents.

Dmitriy Vasyura merged a fix for offline BYOK state management, resolving scenarios where adding or removing bring-your-own-key models while signed out failed to propagate state changes to the chat interface. The fix includes new test coverage to prevent regression.

Li also merged a smaller change allowing the agentHost export action to accept an optional save path parameter, enabling programmatic database exports without showing file dialogs for automation scenarios.

What's next: The AgentHost performance improvements should reduce memory usage and response times for large session counts. Enhanced telemetry will provide better insights into agent usage patterns and performance metrics.

That's your VS Code update for today. I'm back tomorrow with more developer news.