VS Code: Agent Host Grows Up
The Agents window continues its rapid buildout with forking, debugging, and session-state fixes across Codex, Claude, and Copilot agent hosts, while several long-standing extension and UI papercuts got fixed in parallel.
Duration: PT2M47S
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-07-12T13:04:31Z
- Audio duration: PT2M47S
Transcript excerpt
This excerpt keeps the crawler page concise. Listen to the episode or use the RSS feed for the full update.
You're listening to VS Code, your daily developer briefing for July 12th, 2026.
The dominant story today is the Agents window maturing fast, with multiple teams converging on making agent host sessions — Codex, Claude, and Copilot — behave consistently and reliably.
Start with Codex. PR 325263 lands forking, subagent rendering, and a single approvals chip, building on a protocol regeneration in 325262. A same-day follow-up, 325472, already reverts an accidental word-wrap regression and caps the approvals picker width — a reminder that fast-moving UI work in this area needs…
Session state correctness is the second theme. Ladislau Szomoru's PR 325310 brings the "reviewed" concept from the agent host protocol into the review service. Rob Lourens's PR 325399 fixes a subtler bug: locally cached archive state could mask the server's authoritative "archived" flag, meaning a session the server…
Debugging tooling caught up too. Vijay Upadya's PR 325417 extends the Agent Debug Logs panel to cover Agent Host sessions, both local and remote, gated behind a setting so it stays quiet by default. His follow-up PR 325458 works on making a local-to-agent-host session switch feel continuous rather…
Outs…