VS Code: Agent Architecture Overhaul and Session Management
Major restructuring of VS Code's agent system with session model separation, Copilot reconnection fixes, and package manager migration to pnpm. Key focus on improving agent reliability and development workflow efficiency.
Duration: PT2M32S
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-06-06T13:05:24Z
- Audio duration: PT2M32S
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 June 6th, 2026.
The codebase shows a significant architectural shift around agent systems and session management, with over 60 changes focused on improving reliability and developer experience.
The most substantial change is a complete restructuring of the agent session architecture. PR 320139 splits the session model from view services, creating separate responsibilities for session state management and UI presentation. This affects the Sessions Management Service, Sessions View Service, and Sessions Part…
A second major theme is tooling and infrastructure improvements. The team is actively migrating from npm to pnpm as the package manager, with PRs 320104 and 320100 implementing workspace configuration changes across the monorepo. This affects build processes, dependency management, and development workflows.…
Agent capabilities received significant attention with model and authentication enhancements. PR 320166 adds context size selection for Claude models, allowing developers to choose between 200K and 1M token contexts. MCP authentication was strengthened in PR 320165 by binding auth grants to server URLs, requiring…
Severa…
Nearby episodes from VS Code
- Agent Host Infrastructure and Claude Model Updates
- Agent Host Infrastructure Improvements
- Weekly Recap - Agent Host Architecture & Session Management
- Agent Host Performance and Reliability Improvements
- Agent Host Infrastructure and Sessions Overhaul
- Agent System Expansion and Memory Leak Cleanup
- Agent Host Infrastructure and Session Management Overhaul
- Mobile Chat Infrastructure and Agent Host Cleanup