VS Code: Major Chat Architecture Overhaul and Security Enhancements

VS Code received 9 merged pull requests today, headlined by a major simplification of the agent host editing system and several security improvements including workspace boundary enforcement and OAuth secret storage.

Duration: PT1M55S

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-23T10:01:17Z
  • Audio duration: PT1M55S

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 Thursday, May 23rd, 2026.

Connor Peet merged a substantial refactor of the agent host editing session, replacing the heavyweight AgentHostEditingSession with a direct file-edit progress system. The change removes 844 lines of code while streamlining how chat displays file edits, eliminating unnecessary round-trips in the diff display pipeline.

Felipe Cruz fixed the runTests tool's file lookup issues in remote environments by canonicalizing URIs before comparison. Kyle Cutler added Chrome DevTools Protocol support for browser emulation, while Joaquín Ruales implemented the "Add screenshot to chat" feature for the browser editor.

Security improvements were prominent today. Maggie Guo enhanced the search subagent tool to prevent disclosure of files outside the current workspace, rejecting any paths that don't meet workspace boundaries. A separate commit addressed path traversal vulnerabilities in the Create Workspace file tree functionality.

Tyler Leonhardt implemented secure OAuth client secret storage for MCP servers, moving secrets from plain-text configuration files into the OS secret storage service. The feature includes a…

Ad…

Nearby episodes from VS Code

  1. SSH Remote Fixes and Sessions Grid Overhaul
  2. AgentHost Performance and Chat Telemetry Updates
  3. Copilot Authentication and Terminal Safety Updates
  4. Weekly Recap - Security & Chat Enhancements
  5. Major Copilot and Agent Host Infrastructure Updates
  6. Major AI and Agent Features Land
  7. Checkpoint Services and Search Enhancements
  8. GitHub Copilot Chat Enhancements and Claude Integration Updates