VS Code: Agent Host Improvements and Chat Enhancements

Microsoft's VS Code team merged 20 pull requests focused on Agent Host functionality, chat session management, and offline capabilities. Key improvements include skill completions, session archiving, and BYOK offline UI support.

Duration: PT1M53S

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-15T10:01:41Z
  • Audio duration: PT1M53S

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 15th, 2026.

The team merged 20 pull requests yesterday, delivering significant improvements to Agent Host and chat functionality.

Don Jayamanne merged three major contributions. First, completions service and slash command support for Copilot CLI, introducing the IAgentHostCompletions interface and CopilotSlashCommandCompletionProvider. Second, skill completions for Agent Host, adding the AgentHostSkillCompletionProvider with metadata…

Connor Peet merged soft reconnect capabilities for the remote Agent Host protocol client, persisting the protocol client across transport drops with automatic recovery and request buffering.

Dmitriy Vasyura delivered two chat UI improvements - enabling chat UI for offline scenarios under the chat.offlineByok switch, and improved offline BYOK state management with persistent session restoration.

Kyle Cutler restyled the 'add element to chat' picker with element highlighting on right-click. Anthony Kim enabled input/output UI for Agent Host tool calls, restoring the clean interface from the previous chat extension.

Nearby episodes from VS Code

  1. Chat and AI Integration Improvements
  2. Agent Host Telemetry and Chat Improvements
  3. Weekly Recap - Agent Host Infrastructure & Chat Improvements
  4. Claude Agent Integration and Chat Tools Overhaul
  5. Agent Host Unification and Chat Improvements
  6. Terminal Compression and Claude Agent Enhancements
  7. Copilot Streaming Controls and Agent Host Improvements
  8. Remote Connection Fixes and AI Enhancement Updates