Changes confirmed medium confidence

GitHub Expands VS Code for Parallel Agents, Worktrees and Multi-Chat

The July editor bundle makes concurrent Copilot, Claude and Codex sessions easier to isolate, inspect and review.

GitHub's July 2026 Visual Studio Code releases turn the editor's preview Agents window into a more explicit control room for parallel coding agents. Across VS Code versions 1.127 through 1.131, GitHub added isolated worktree sessions, subagent visibility, multi-chat conversations, expanded review tools and new input options. The update matters because it makes concurrent agent work easier to inspect and separate inside the editor rather than leaving developers to coordinate several opaque sessions manually.

What changed

The preview Agents window can now open files and diffs beside a conversation, show per-file addition and deletion totals, and switch between inline and side-by-side review. Developers can launch Copilot, Claude or Codex in separate Git worktrees, which gives each session an isolated copy of the repository. The interface also shows a running subagent's model, elapsed time and active tool call, while allowing the developer to open that conversation without losing the parent session.

Conversation structure is becoming less linear. A Claude agent session can contain multiple chats with separate histories, titles and models. A peer-chat command can branch from an earlier point while retaining the original context. GitHub also added controls to close, reopen, delete and navigate those chats from the keyboard.

The same release bundle expands model and input choices. Copilot vision is now generally available for images and PDF files. Bring-your-own-key models, already supported in the VS Code editor, can now run through the Copilot agent in the Agents window. Developers can also use a command prefix to send a chat message directly to the terminal.

Why it matters

Worktree isolation and visible subagent state address two practical problems in multi-agent development: conflicting edits and uncertainty about what an agent is doing. They do not prove that parallel agents produce better code, finish faster or make fewer security mistakes. The improvements mainly give developers clearer separation, review and navigation tools around the work.

The bundle also includes experimental dictation in chat, the editor and terminal, optional AI cleanup of spoken transcripts, and better terminal screen-reader control. Those features broaden access, but GitHub still labels dictation and several interface changes as experimental or preview functionality.

Status

Confirmed. GitHub documented the changes in its official changelog. Internal confidence is medium because the evidence is a single vendor source and includes no independent productivity, accuracy or security evaluation.

Sources

Update note: Last reviewed 2026-07-31. We will revise this post if GitHub changes availability, plan requirements or preview status.

Sources

Drafted with AI assistance from source briefs; reviewed for citation completeness and label accuracy.

More Changes coverage