VS Code Agents Window: Task-First Orchestration

Visual Studio Codego watch the original →

The new VS Code Agents window provides a dedicated, task-oriented interface for managing multiple parallel AI agent sessions across different projects, isolated via git worktrees.

Task-First Agent Orchestration

The Agents window is a dedicated companion UI for VS Code designed to shift development from a code-first focus to a task-first focus. It allows users to manage, steer, and review multiple agent sessions simultaneously across different repositories without cluttering the main editor workspace. The interface includes a session list, a task-initiation panel, and an integrated browser for verifying agent outputs in real-time.

Workflow Isolation and Extensibility

To prevent conflicts between parallel tasks, the system defaults to using git worktrees for each session. This isolation ensures that agent-driven changes do not interfere with local development or other active sessions. The environment supports various agent harnesses, including GitHub Copilot, Claude, and Copilot Cloud. Users can define custom instructions and skills to tailor agent behavior, and the window supports MCP (Model Context Protocol) servers for deeper integration with external tools like GitHub.

Design and Customization

The UI introduces a more modern design language for VS Code, featuring increased whitespace, rounded corners, and subtle animations for stateful feedback. The window is fully themeable, allowing users to apply distinct settings or themes separate from their primary editor instance to maintain visual separation. It is built with accessibility as a priority, including full support for screen readers and keyboard navigation.

  • #dev-tooling
  • #ai
  • #vscode

summary by google/gemini-3.1-flash-lite. probably wrong about something. check the source.