VS Code: Agent Sessions Grow Up
The Agents Sessions window got a wave of parity and polish fixes—voice mode, settings commands, worktree isolation, and diff editor spacing—while the Codex and agent host protocol layers absorbed a major version bump and stricter CI guardrails.
Duration: PT2M49S
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-10T13:06:57Z
- Audio duration: PT2M49S
Transcript excerpt
This excerpt keeps the crawler page concise. Listen to the episode or use the RSS feed for the full update.
Good morning. It's July 10th, and today's codebase activity centers on one clear pattern: the Agents Sessions window is catching up to become a first-class peer of the main editor window.
Multiple PRs closed gaps between the two surfaces. Meganrogge's PR 325138 brought voice mode to the Sessions window, followed quickly by a fix in PR 325202 for deferred voice responses not being read out when switching sessions. Roblourens added Agent Host settings commands to the editor window in PR 325187, sharing…
Reliability in that same session layer also got attention. Roblourens fixed an empty chat widget bug when reopening archived worktree sessions in PR 324341, and separately fixed a hang in agent host evaluations in PR 325169. Ulugbekna's PR 325296 fixed automation history sessions failing to open by routing through…
On the protocol side, Giuseppe's stacked PRs 325262 and 325263 regenerated the Codex app-server protocol client for the 0.142.0 release and layered on new agent-host features like forking and subagent rendering. That kind of vendor protocol bump is exactly why PR 322383 landed CI enforcement for agent SDK version…
Smaller but notable: chat model selection got centralized in…
Wh…