VS Code: Automations Get a Real Architecture
A multi-week overhaul of the Automations feature landed this week, replacing a fragile flattened config model with provider-owned session templates, followed immediately by a backport and two fast-follow fixes. Meanwhile, a cluster of smaller reliability fixes shipped across tabs, side bar sizing, and telemetry logging.
Duration: PT2M40S
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-07T13:04:50Z
- Audio duration: PT2M40S
Transcript excerpt
This excerpt keeps the crawler page concise. Listen to the episode or use the RSS feed for the full update.
Good day. It's September seventh, twenty twenty-six.
The dominant story this week is Automations. The team replaced how automation session settings are stored and executed, and that ripple is visible across nearly a dozen pull requests.
At the center is PR 334521, which makes provider-owned session templates the canonical source of truth instead of a legacy flattened model, mode, and permission-level structure. That old format was conflating or silently dropping Mode and Approval settings — a real correctness bug for anyone relying on automation…
That groundwork immediately enabled PR 334836, which adds starter automation templates and makes target selection explicit, so users can tell the difference between "no automations yet" and "still loading." Both changes were cherry-picked into release 1.137 within hours, in PRs 334831 and 334865 — a sign the team…
Second theme: workbench UI papercuts got real fixes this week. PR 334515 fixes tabs stuck showing "Close Others" after an Alt-Tab focus change — also cherry-picked into 1.137 in 334874. PR 334864 fixes the primary side bar snapping to minimum width when toggled on the right side. PR 334908 corrects spacing in the…
Worth noting…
Nearby episodes from VS Code
- Weekly Recap - Agent Sessions Get a Foundation Rebuild
- Agent Host Stability Push and a Codebase-Wide Lint Cleanup
- Sessions and Agent Host Get a Consolidation Pass
- Agents Sessions Get Serious About Workspaces
- Agent Host Reliability Push
- Agent Host Hardens Up
- Agent Host Consolidation
- The Agents Window Grows Up