VS Code: Faster Startup, Steadier Agents, Chat Polish

Startup gets a build-time compile cache to cut repeated parsing across processes, while Agent Merge, session listing, and worktree setup get reliability fixes. Chat UI polish and cleaner experiment telemetry round out the cycle.

Duration: PT2M38S

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-27T13:05:31Z
  • Audio duration: PT2M38S

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 Sunday, September 27th, 2026, and here's your VS Code briefing.

The lead signal is performance and agent reliability: a new build-time startup cache plus targeted fixes to unblock tools, cut session-scan cost, and stabilize chat.

First, faster startup. PR 336410 moves parsing and compiling of startup modules to build time. Today main, extension host, shared process, P T Y host, and agent host each repeat that work on launch. Now CI launches the packaged app once, generates a compile cache per process, and bundles it with the product for…

Second, a steadier agent platform. PR 337995 narrows Agent Merge restrictions to only GitHub M C P servers, after Copilot, Claude, and Codex builds were blocking unrelated local servers with a misleading GitHub denial. PR 338145, fixing issue 337848, stops small session-list fallbacks from repeatedly scanning the…

Third, chat interface polish and cleaner data. PRs 338134 and 338138 simplify HydraFusion workflow titles and model picker descriptions, leaning on platform-provided hints. PR 338147 restores opaque session controls over experimental chat backgrounds and fixes accessibility state. Under the hood, PR 338049…

What's next:…

Nearby episodes from VS Code

  1. Sandbox Reliability Push and Chat Consistency
  2. Agents Window Hardening, MCP Setup, and Memory Fixes
  3. Multi-Folder Agent Chats and External Sessions
  4. Cloud Sessions Harden, MCP Locks Down, Agent Telemetry Expands
  5. Multi-Chat Sessions Mature
  6. Agents Window Pullback and Session Cleanup
  7. Weekly Recap - Agents Window Hardening and Trust Fixes
  8. Agent Session Hardening and JSON Test Repairs