VS Code: Agents Window Hardens Its Remote Story
Today's activity centers on the Agents window maturing under real-world stress — remote host connections, session list polish, and reliability fixes for both the terminal and chat rendering pipelines. Multiple PRs from Aaron Munger, sandy081, and benibenj converge on making remote sessions and the sessions list more trustworthy and less error-prone.
Duration: PT2M31S
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-15T13:06:46Z
- Audio duration: PT2M31S
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 15th, and the through-line in today's changes is trust in remote and long-running sessions.
The biggest cluster is remote host reliability in the Agents window. Aaron Munger's PR 336201 fixes a real bug class: tunnel discovery failures were being treated as an authoritative "no hosts" result, silently wiping cached remotes from the picker. Now a failed discovery preserves what's cached, and a successful…
Layered on top, sandy081's compact sessions list work, PR 336169 and its follow-up PR 336184, tightens view-state transitions across desktop and phone layouts, fixing regressions caught by Copilot code review after merge. And benibenj shipped three related session UX PRs — updated context menus, archive nudges that…
Second theme: quiet infrastructure fixes with outsized impact. Jacob Jove's PR 323980 fixes a main-process out-of-memory crash — unconsumed buffered pty host events were piling up in the V8 heap, crashing terminals running heavy tools like tmux within hours. Dmitriy Vasyura landed a cluster of build and packaging…
One more worth flagging: ChakshuGupta13's open PR 336236 addresses a resource leak in the prompt renderer, where a thrown…
What's…
Nearby episodes from VS Code
- 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
- Agents Window Stabilization Push
- Sessions Workflow Gets a Major Overhaul
- Agent Host Session Reliability Push
- Automations Hardening and Sessions Get a Polish Pass