VS Code: Weekly Recap - Agent Platform & UI Improvements

This week saw significant work on VS Code's agent platform with major fixes to subagent functionality and the introduction of plan review features. Development focused on improving agent tool handling, session management, and user interface responsiveness.

Duration: PT2M41S

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-20T00:00:00Z
  • Audio duration: PT2M41S

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 weekly recap for April 13th through 20th, 2026.

This week saw 0 pull requests merged and 30 additional commits, with concentrated development on the agent platform and user interface improvements.

**Platform Infrastructure**

The week's major work centered on agent platform stability. Rob Lourens delivered comprehensive fixes to subagent tool call grouping, addressing UI display issues where inner subagent tool calls were appearing flat instead of nested under their parent. The fix included auto-approval inheritance for subagent sessions…

Session management received significant refactoring with the extraction of BaseAgentHostSessionsProvider to share logic between local and remote implementations. This reduced code duplication substantially - the local provider dropped from 1,164 to 186 lines of code, while the remote provider went from 1,457 to 395…

**Security & Reliability**

Nearby episodes from VS Code

  1. Weekly Recap - AI Integration & Security Enhancements
  2. AI Chat Improvements and Agent Session Fixes
  3. Mobile UI Overhaul and Agent Workspace Persistence
  4. Chat System Refactoring and Copilot Updates
  5. Weekly Recap - Agent Host Infrastructure and Chat Integration
  6. Agent Host Session Infrastructure Overhaul
  7. Sessions Feature Gets Polish
  8. Sessions and Agent Host Take Center Stage