VS Code: Agent Host Hardens Up
The bulk of today's activity is consolidation work on Agent Host — merge behavior, credential sharing, Dev Container lifecycle, and skill invocation are all getting tightened after weeks of rapid feature growth, alongside a scripted null-pointer fix that shows the automated triage pipeline in action.
Duration: PT2M45S
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-02T13:06:53Z
- Audio duration: PT2M45S
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 September 2nd, and today's commits tell one clear story: Agent Host is moving from feature-building to hardening.
Start with Agent Merge. Benjamin Simmonds shipped three connected changes — improving status presentation with collapsible notices in chat, PR 333839; hiding merge actions once a merge succeeds so stale state doesn't linger, PR 333829; and constraining Agent Merge to only use dedicated GitHub tools instead of…
Second theme: shared resources across windows are getting proper isolation. Connor's PR 333902 stops the agent host from revoking a shared credential when one client simply hasn't loaded its token yet — a bug that could silently kill model access for every open window. Lucas Ramos's PR 333800 fixes a similar…
Third theme: correctness in how skills and prompts resolve. Don Jayamanne's PR 333928 preserves user-invocable and disable-model-invocation flags when skills get projected into Agent Host. Joaquín Ruales fixed home-directory path resolution in prompt files, PR 333942, so a tilde reference behaves the same in core…
One more worth flagging: the automated bot pipeline caught and fixed a real crash. PR 333781 guards against a null diagnostic…
What'…