VS Code: AI Chat Improvements and Agent Session Fixes

VS Code's latest commits focus on improving AI chat functionality with better session management, Claude agent integration enhancements, and fixes for workspace handling in agent sessions.

Duration: PT2M1S

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-04-25T00:00:00Z
  • Audio duration: PT2M1S

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

There were no merged pull requests today, but 24 commits landed with significant improvements to AI chat functionality.

Tyler Leonhardt refactored session management to use onDidDispose for cleanup and added folder group locking for existing sessions. This simplifies the options logic and sets up the codebase for future worktree support in Claude chat sessions.

Rob Lourens fixed a critical issue with reasoning text rendering when restoring agent host sessions. Previously, thinking text was displayed upfront instead of being properly interspersed with tool calls. The fix ensures reasoning, content, and tool calls remain in their original order when sessions are reopened.

Josh Spicer made substantial changes to the customization system, lifting items into a single observable model. This eliminates technical debt where sidebar customization widgets computed counts separately from the actual editor data, preventing count discrepancies. He also replaced embedded MCP and plugin editors…

The team adopted a new message attachment URI protocol and simplified subagent processing for Claude. Tyler Leonhardt noted they…

Nearby episodes from VS Code

  1. Agent Host Debug Arsenal & Mobile UX Polish
  2. Agent Window Integration and Preview Fixes
  3. Agent Window Profile System and Mobile Improvements
  4. Weekly Recap - AI Integration & Security Enhancements
  5. Mobile UI Overhaul and Agent Workspace Persistence
  6. Chat System Refactoring and Copilot Updates
  7. Weekly Recap - Agent Platform & UI Improvements
  8. Weekly Recap - Agent Host Infrastructure and Chat Integration