<!-- mobian-agent-page publisher="dailydev" canonical="https://daily.dev/posts/multi-agent-development-in-vs-code-9wb4f71w4" -->

---
title: Multi-agent development in VS Code | daily.dev
description: VS Code&#x27;s latest release introduces comprehensive multi-agent development capabilities, allowing developers to run multiple AI agents simultaneously. The...
canonical: https://daily.dev/posts/multi-agent-development-in-vs-code-9wb4f71w4
twitter:card: summary_large_image
twitter:site: @dailydotdev
og:type: website
og:site_name: daily.dev
og:title: Multi-agent development in VS Code | daily.dev
og:description: VS Code&#x27;s latest release introduces comprehensive multi-agent development capabilities, allowing developers to run multiple AI agents simultaneously. The...
og:url: https://daily.dev/posts/multi-agent-development-in-vs-code-9wb4f71w4
og:image: https://api.daily.dev/og/posts/9WB4f71w4.png
og:image:alt: Multi-agent development in VS Code
og:image:width: 1200
og:image:height: 630
og:locale: en
---

> ## Documentation Index
> Fetch the complete documentation index at: https://daily.dev/llms.txt
> Use this file to discover all available pages before exploring further.

# Multi-agent development in VS Code

**[Visual Studio Code](https://daily.dev/sources/vscode)** · 3 min read · 0 upvotes · 0 comments

## Summary

VS Code's latest release introduces comprehensive multi-agent development capabilities, allowing developers to run multiple AI agents simultaneously. The update includes local agents for interactive work, background agents that operate asynchronously in git worktrees, and cloud agents that create pull requests. New features include an agent sessions welcome page, support for multiple providers (Copilot, Claude, Codeex), and parallel sub-agents that handle isolated tasks with independent context. Developers can track all active agents through a unified interface and manage workflows from prompt to commit.

## Full article

daily.dev links to this article rather than hosting it. Read it at the original source: <https://www.youtube.com/watch?v=BsAHunfVwNs>

---

Tags: [#ai-agents](https://daily.dev/tags/ai-agents), [#devtools](https://daily.dev/tags/devtools), [#git](https://daily.dev/tags/git), [#github](https://daily.dev/tags/github), [#vscode](https://daily.dev/tags/vscode)

[View this post on daily.dev](https://daily.dev/posts/multi-agent-development-in-vs-code-9wb4f71w4)

```json
{"@context":"https://schema.org","@graph":[{"@type":"Organization","@id":"https://daily.dev/#organization","name":"daily.dev","url":"https://daily.dev","logo":{"@type":"ImageObject","url":"https://daily.dev/apple-touch-icon.png","width":180,"height":180},"sameAs":["https://twitter.com/dailydotdev","https://github.com/dailydotdev","https://www.linkedin.com/company/daily-dev-ltd"]},{"@type":"WebSite","@id":"https://daily.dev/#website","url":"https://daily.dev","name":"daily.dev","publisher":{"@id":"https://daily.dev/#organization"},"potentialAction":{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https://daily.dev/search?q={search_term_string}"},"query-input":"required name=search_term_string"}}]}
{"@context":"https://schema.org","@type":"TechArticle","headline":"Multi-agent development in VS Code","url":"https://daily.dev/posts/multi-agent-development-in-vs-code-9wb4f71w4","mainEntityOfPage":{"@type":"WebPage","@id":"https://daily.dev/posts/multi-agent-development-in-vs-code-9wb4f71w4"},"datePublished":"2026-02-04T19:39:03.198Z","dateModified":"2026-03-15T03:21:29.090Z","description":"VS Code's latest release introduces comprehensive multi-agent development capabilities, allowing developers to run multiple AI agents simultaneously. The...","image":"https://i.ytimg.com/vi/BsAHunfVwNs/sddefault.jpg","thumbnailUrl":"https://i.ytimg.com/vi/BsAHunfVwNs/sddefault.jpg","isAccessibleForFree":true,"articleSection":"Visual Studio Code","inLanguage":"en","publisher":{"@type":"Organization","name":"daily.dev","url":"https://daily.dev","logo":{"@type":"ImageObject","url":"https://daily.dev/apple-touch-icon.png","width":180,"height":180}},"author":{"@type":"Organization","name":"Visual Studio Code","logo":"https://media.daily.dev/image/upload/t_logo,f_auto/v1/logos/d5adab6ae9fb44d19859748fc30f5e18","url":"https://daily.dev/sources/vscode"},"commentCount":0,"discussionUrl":"https://daily.dev/posts/multi-agent-development-in-vs-code-9wb4f71w4","interactionStatistic":[{"@type":"InteractionCounter","interactionType":{"@type":"LikeAction"},"userInteractionCount":0},{"@type":"InteractionCounter","interactionType":{"@type":"CommentAction"},"userInteractionCount":0}],"keywords":"ai-agents,devtools,git,github,vscode","timeRequired":"PT3M","video":{"@type":"VideoObject","name":"Multi-agent development in VS Code","description":"VS Code's latest release introduces comprehensive multi-agent development capabilities, allowing developers to run multiple AI agents simultaneously. The...","thumbnailUrl":"https://i.ytimg.com/vi/BsAHunfVwNs/sddefault.jpg","uploadDate":"2026-02-04T19:39:03.198Z","duration":"PT3M","url":"https://api.daily.dev/r/9WB4f71w4","embedUrl":"https://www.youtube.com/embed/BsAHunfVwNs"}}
{"@context":"https://schema.org","@type":"BreadcrumbList","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https://daily.dev"},{"@type":"ListItem","position":2,"name":"Visual Studio Code","item":"https://daily.dev/sources/vscode"},{"@type":"ListItem","position":3,"name":"Multi-agent development in VS Code"}]}
```

