VS Code: Agent Host Gets a Speed and Stability Pass
A large share of today's activity centers on Agent Host performance measurement and runtime stability, alongside a cluster of security-minded URL normalization fixes across chat and JSON tooling. Multiple PRs also untangled telemetry regressions introduced just a day earlier, highlighting the pace of iteration in this area.
Duration: PT2M25S
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-09-19T13:05:19Z
- Audio duration: PT2M25S
Transcript excerpt
This excerpt keeps the crawler page concise. Listen to the episode or use the RSS feed for the full update.
Good evening. It's September 19th, and today's codebase activity tells a clear story: the team is instrumenting and hardening Agent Host under real load, while quietly tightening security around URL matching.
Start with performance. Vijay Upadya's work in PR 336845 and 336836 breaks apart a single opaque timing metric into per-stage measurements — working directory setup, model selection, attachments, and a checkpoint step that was blocking message sends for up to a full second on large repositories. That checkpoint now…
That telemetry work moved fast enough to break things: PR 336704 shipped new first-response telemetry, then PR 336857 had to fix a property collision it introduced with an existing session ID field, and PR 336865 followed up to align telemetry validation between CI and official builds. It's a reminder that telemetry…
Second theme: runtime and dependency churn. Rob Lourens landed three related changes — adopting the Copilot SDK's own runtime in PR 336628, excluding SDK built-in skills in 336804, and pinning a specific unstable SDK version in 336851 to revert a prompt-policy regression. Together these suggest the Copilot SDK…
Third: security hygiene. Two separate PRs…
Wh…
Nearby episodes from VS Code
- Sessions Hardening and a Startup Performance Fix
- Sessions Reliability Push
- Agent Sessions Get Sturdier
- Agents Window Hardens Its Remote Story
- Build Pipeline Overhaul and Chat Session Polish
- Weekly Recap - Agent Sessions Get a Stability Pass
- Memory Leaks, Race Conditions, and Terminal Hardening
- Agents Window Takes Shape, Editor Surfaces Get Polished