VS Code: The Agent Host Comes of Age
A dense day of Agent Host work pushed Codex to version 0.146.0 with per-session model providers, expanded end-to-end test coverage, and session lifecycle fixes, while a separate performance push cut style-recalculation and callback overhead across the Modern UI experiment.
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-08-05T13:06:41Z
- 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.
Good morning. It's August 5th, 2026, and the codebase saw heavy investment in the Agent Host system alongside a focused round of UI performance work.
The biggest pattern today is the maturing of the Agent Host as a real multi-provider platform. Giuspepe's pair of PRs, 328962 and 328461, update Codex to version 0.146.0 and then layer in per-session model providers — exposing ChatGPT sign-in and usage limits, and letting Copilot and ChatGPT models coexist in the…
The second theme is session UX polish. Sandy081 landed three related pieces — maximized side-pane toggling in 328974, breadcrumbs in file editor headers in 329153, and session-pill rendering in 328984 — all converging on making the Agents window layout more predictable. DonJayamanne's 328876 and 328944 extend…
Third: performance. Justin Chen's two PRs, 328462 and 329067, target Modern UI resize and startup costs by cutting redundant style recalculation, and 329121 trims pet-widget and shimmer animation callbacks by nearly eighty percent. Small individually, but they compound.
Worth flagging: two open PRs, 329130 and 329140, both add line-count statistics to Source Control from the same contributor — likely needs deduplication…
W…
Nearby episodes from VS Code
- Agent Host Grows Up Around Multi-Root and Telemetry
- Agent Host Reliability Push
- Weekly Recap - Agent Sessions Get Sturdier, Voice Gets a Real Design System
- Hardening the Agent Host and Cleaning Up Leaks
- Voice, Sessions, and Enterprise Guardrails Converge
- Agent Host Grows Up
- Agent Host Hits Critical Mass
- Chat Layout Gets a Deep Cleanup