VS Code: Agent Sessions Get Trust Gates and Cleaner Telemetry
Today's changes center on hardening the Agents sessions experience—workspace trust gating, lifecycle protection, and recursive telemetry—alongside a cluster of chat UI polish fixes. The through-line: agent sessions are being treated as a first-class, security-and-reliability-sensitive surface, not just a chat feature.
Duration: PT2M41S
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-23T13:04:56Z
- Audio duration: PT2M41S
Transcript excerpt
This excerpt keeps the crawler page concise. Listen to the episode or use the RSS feed for the full update.
It's August 23rd, 2026, and this is your VS Code development briefing.
The clearest pattern today is investment in making Agent sessions safer and more predictable. Three PRs converge on this. Don Jayamanne's PR 331981 gates session opening on workspace trust—every working directory a session touches now has to be trusted before the agent can run against it, closing a path where a…
A second theme is chat interface cleanup, largely from Justin Chen and Beni Benjamin. Sticky scroll got more compact in PR 332095, padding was tuned for scroll anchoring in PR 331982, and reasoning headers got a scrolling fix in PR 332143. On the pills front, PR 331972 removed the workspace chat pill entirely, and…
Worth flagging separately: SimonSiefke's PR 332139 fixes a memory leak where terminal line-data listeners kept stacking up on repeated task reruns—real impact for anyone running long dev loops. And connor4312's PR 332150 proposes a contribution model for agent host behavior, aiming to replace scattered branching…
What's next: expect more session lifecycle and trust-related PRs as the Agents window matures, and watch for the contribution model in PR 332150 to reshape how future agent features…
That…