VS Code: Codex Integration and Chat Improvements

VS Code merged a multi-part Codex app-server integration stack and delivered several chat reliability fixes, including session recovery, attachment rendering updates, and Linux sandboxing improvements.

Duration: PT2M22S

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-01T13:02:32Z
  • Audio duration: PT2M22S

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 1st, 2026.

The biggest development today is the completion of a four-part Codex app-server integration. Pull requests 318826, 318827, and 318821 delivered the full stack: protocol generation tooling, TypeScript bindings, and a JSON-RPC client with cancellation support. This establishes VS Code's foundation for Codex app-server…

Chat reliability saw significant attention with three key fixes. Pull request 319216 resolved a critical session loading bug where the Agent Host session list could remain permanently empty after startup failures, implementing exponential backoff retry logic to recover from transient authentication or network…

Linux sandboxing became more reliable on Ubuntu 24.04, where PR 319061 added AppArmor profile detection and repair actions for bubblewrap failures. A related change in PR 319181 now retries commands with network access enabled before falling back to running outside the sandbox entirely.

The Claude Agent SDK got extracted from Copilot Chat into a separate companion extension in PR 319263, allowing out-of-band updates through the extension marketplace rather than requiring full VS Code releases.

Nearby episodes from VS Code

  1. Agent Host Infrastructure and Sessions Overhaul
  2. Agent System Expansion and Memory Leak Cleanup
  3. Agent Host Infrastructure and Session Management Overhaul
  4. Mobile Chat Infrastructure and Agent Host Cleanup
  5. Weekly Recap - Enterprise Integration & System Resilience
  6. Copilot Enhancement and Agent Host Updates
  7. Major Agent Host Improvements and Mobile Updates
  8. Copilot Performance and Agent Host Improvements