VS Code: Chat Revolution - Plugin Powers and General Purpose AI
Today's VS Code development showcases a massive leap forward in AI chat capabilities with 20 merged pull requests introducing General Purpose agent support, major plugin system improvements, and crucial session handling fixes. The team has been busy refining the chat experience with better error handling, improved serialization, and cleaner architecture throughout the codebase.
Duration: PT4M4S
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-02T10:02:52Z
- Audio duration: PT4M4S
Transcript excerpt
This excerpt keeps the crawler page concise. Listen to the episode or use the RSS feed for the full update.
Hey there, fellow developers! Welcome back to another episode of the VS Code podcast. I'm your host, and wow - do we have an exciting day to talk about! April 2nd, 2026 has been absolutely buzzing with activity in the VS Code repository, and I can't wait to dive into all the incredible work the team has been shipping.
Let's jump right into the headline story - the VS Code team just merged some game-changing improvements to the chat and AI experience that are going to make your development workflow so much smoother.
The biggest news today is the introduction of General Purpose agent support, thanks to some fantastic work from Harald. This new feature is tucked safely behind an experimental setting called "chat.generalPurposeAgent.enabled", which means the team is being super thoughtful about rolling this out. What's really cool…
Speaking of chat improvements, Connor has been absolutely crushing it with some critical fixes. He tackled a really gnarly serialization issue with LanguageModelDataPart that was causing headaches when data moved between different runtime boundaries. The solution? Base64 encoding to ensure binary data stays intact,…
But wait, there's more chat goodness!…
The…
Nearby episodes from VS Code
- Agent Host Session Infrastructure Overhaul
- Sessions Feature Gets Polish
- Sessions and Agent Host Take Center Stage
- Agent-Powered Development Revolution
- SSH Remote Development Revolution
- Sessions Revolution - Agent Hosts, Remote Connections, and Session Management Take Center Stage
- Architecture Cleanup Day
- Sessions Architecture Revolution & AI Agent Upgrades