VS Code: Sessions and Agent Host Consolidate

The bulk of today's activity centers on the Agents window and Sessions system maturing rapidly, with provider-native chat discovery, a new GitHub platform service, and structural UI fixes converging into a more unified architecture. Several PRs also directly repair regressions or dead code introduced by that same push.

Duration: PT2M48S

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-14T13:06:04Z
  • Audio duration: PT2M48S

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 August 14th, and the story in VS Code today is consolidation around the Agents window and Sessions.

The biggest thread: Sandy Somavarapu's work in PR 330665 to discover provider-native Claude, Copilot, and Codex chats and register them as normal Agent Host sessions. That's a foundational change, and it needed an immediate safety follow-up — PR 330812 preserves the Copilot CLI migration gate so this discovery…

Second theme: the Agents window is becoming the single home for chat surfaces, not a cross-cutting feature. Megan Rogge's PR 330688 makes Omni Chat exclusive to the Agents window, removing it from the editor Command Center and Command Palette. Her follow-ups — 330672 for surfacing failing CI sessions, and 330689 for…

Third theme: infrastructure reuse. Benibenj's PR 330673 introduces a single reusable GitHub API service in the platform layer — credentials, transport, rate limiting, pull request queries — meant to replace scattered ad hoc GitHub calls across Agent Host and future clients. Connor's PR 330715 and PR 330675 similarly…

Worth flagging: commit 137ec5a makes chat operation context mandatory at the type level specifically to catch missing-context bugs…

Wh…

Nearby episodes from VS Code

  1. The Agent Host Grows Up
  2. Weekly Recap - Agent Host Matures Into a Multi-Provider Platform
  3. Agent Host Hardens Up
  4. Agent Host Grows Up
  5. Sessions Stability Push
  6. Agent Host Gets Its Session Architecture Rewired
  7. Agent Host Stability Push
  8. Agent Host Reliability Push