VS Code: Agent Host Stability Push and a Codebase-Wide Lint Cleanup
Today's activity centers on stabilizing Agent Host session tracking after a string of state-consistency bugs, alongside a large, mechanical rollout of a new no-bracket-notation lint rule across nearly a dozen code areas.
Duration: PT2M43S
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-06T13:05:10Z
- Audio duration: PT2M43S
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 6th, and today's codebase activity has two clear threads: agent session reliability, and a sweeping lint standardization effort.
First, Agent Host. Several PRs today independently fixed state-tracking bugs in agent sessions. Benjamin Simmonds landed three separate fixes: PR 334781 resolved sessions stuck showing "in progress" after a subagent finished, because the completion hook didn't carry the same agent ID as the start hook. PR 334719…
Second, a large-scale lint migration. Dmitriy Vasyura's PR 334756 turned on a new rule banning bracket notation for identifier-like property access, grandfathering over five hundred existing files. That triggered a wave of follow-up cleanup PRs, spanning workbench services, build scripts, app environment, remote…
Smaller but notable: PR 320898 fixes IME composition input fighting with find-box focus restoration, a real usability bug for CJK typists. PR 334751 defers title bar overflow measurement off the startup path, and PR 334638 threads a CAPI request ID through chat telemetry for cross-system correlation.
What's next: watch for the remaining bracket-notation PRs to land as the base branch shifts to main. And if you…
T…
Nearby episodes from VS Code
- Weekly Recap - Agent Sessions Get a Foundation Rebuild
- 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
- Weekly Recap - Agents Window Gets a Structural Overhaul