DEV Community

Cover image for VS Code November 2025 (version 1.107) Release Notes
Muhammad Hamid Raza
Muhammad Hamid Raza

Posted on

VS Code November 2025 (version 1.107) Release Notes

VS Code 1.107 introduces multi-agent orchestration, allowing you to use GitHub Copilot and custom agents together to accelerate and parallelize development.

Highlights

  • Agent HQ: Manage all your agents in one place, letting Copilot and custom agents collaborate across tasks.
  • Background Agents: Run isolated workspaces without interfering with your active work, enabling multiple background tasks at once.
  • Delegation: Assign tasks across local, background, or cloud agents to keep your workflow moving uninterrupted.

Agents

  • Manage agents from chat
  • Share agents across your organization
  • Keep agents active while chat is closed
  • Move agent sessions from local to cloud
  • Run agents in dedicated Git worktrees
  • Attach context to background agents
  • Customize background agents
  • Reuse custom agents across environments
  • Run custom subagents
  • Reuse Claude skills

Integrating Agent Sessions and Chat

Agents can run locally, in the background, or in the cloud. The chat interface now provides a unified experience for agent sessions, showing status, progress, and file change statistics.

  • Archive/unarchive sessions to keep them manageable.
  • Workspace sessions only show related sessions.
  • Open sessions in Chat view, editor tab, or new window.
  • Compact view shows recent sessions, with the ability to toggle side-by-side view.
  • Filter sessions by provider or state.

Local and Background Agents

  • Local agents now continue running in the background even when chat is closed.
  • Tasks can be handed off to background or cloud agents seamlessly.
  • Background agents can run in isolated Git worktrees to avoid conflicts.
  • Context can be attached to background agents for richer prompts.

Custom Agents

  • Share custom agents across GitHub organizations (experimental).
  • Bring custom agents into background agents (experimental).
  • Agents can delegate tasks to subagents (experimental).
  • Reuse existing Claude skills (experimental).

Chat

  • Inline chat optimized for code edits.
  • Manage multiple language models via the Language Models editor.
  • Enhanced security for fetching dynamic web content with two-step URL approval.
  • Rich terminal output in chat.
  • Auto approve terminal commands for sessions.
  • Chat appearance improvements and previous session restoration.

MCP (Model Control Protocol)

  • Support for the latest MCP specification (2025-11-25).
  • Built-in GitHub MCP Server (Preview).

Accessibility

  • Keyboard approval for chat confirmations with Ctrl+Enter.

Editor Experience

  • Identify open projects more easily.
  • macOS 3-finger swipe to navigate editors.
  • Hover popups can be triggered on-demand via keyboard modifier.

Code Editing

  • TypeScript rename suggestions.
  • Smarter next edit suggestions.
  • Preview next edit suggestions outside the viewport.

Source Control

  • Experimental support for viewing stashes in the Source Control Repositories view.

Debugging

  • Attach variables, scopes, and expressions to chat context.

Terminal

  • Terminal Suggest now available for stable users.
  • Command status details displayed in chat terminals.
  • Keyboard shortcuts for chat terminal actions.

Authentication

  • Cross-platform native broker support for Microsoft Authentication.

Languages

  • TypeScript 7.0 preview with native performance improvements.

Remote Development

  • SSH reconnection grace time control.

Enterprise

  • Control auto approval for agent tools.
  • Disable agent use via policy.
  • Support GitHub Enterprise policies in Codespaces.

Contributions to Extensions

  • GitHub Pull Requests extension improvements.
  • Proposed APIs for chat context.

Engineering

  • Progressive rollout of Insiders and Stable builds.
  • Improved website search functionality.
  • Updated build scripts run directly as TypeScript.
  • Copilot extensions unified under GitHub Copilot Chat.

Notable Fixes

  • vscode#233635: Close other windows action.
  • vscode#262817: Move Editor into Previous Group behavior.
  • vscode#264569: Window border color reset issue.
  • vscode#140186: Local terminal issue in remote container.
  • vscode#228359: Terminal relaunch closing issue.
  • vscode#232420: Terminal cursor issue with Python 3.13.
  • vscode#247568: Terminal Ctrl+Click filename issue.
  • vscode#275011: Strange terminal message in WSL.
  • vscode#275417: WSL tasks with reveal:never, close:true.
  • vscode#277311: Remove recent command in Command Palette.
  • vscode#282222: SCM git blame/timeline/graph hover rendering.
  • vscode-python-environments#1000: Environment activation reliability.

Thank You

Contributors to issue tracking and VS Code development are acknowledged in the full release notes.

Read the full release notes online at Updates on code.visualstudio.com.

Top comments (0)