Skip to content

Add Parallel Agents documentation - #53535

Merged
macraig merged 29 commits into
mainfrom
docs/parallel-agents
Apr 22, 2026
Merged

macraig merged 29 commits into
mainfrom
docs/parallel-agents

Conversation

@macraig

@macraig macraig commented Apr 9, 2026

Copy link
Copy Markdown
Contributor

Adds documentation for the Parallel Agents feature.

Changes

  • New page docs/src/ai/parallel-agents.md: covers the Threads Sidebar component, switching threads, the archive and search, importing ACP threads, running multiple threads, multiple projects, worktree isolation, and the default layout change
  • docs/src/ai/overview.md: rewrites the Agentic editing section to lead with the Threads Sidebar, adds Parallel Agents to the Getting started links
  • docs/src/ai/agent-panel.md: adds a cross-link to the Threads Sidebar in Creating New Threads, removes the Navigating History section (now covered in the Threads Sidebar docs)
  • docs/src/SUMMARY.md: adds Parallel Agents between External Agents and Inline Assistant

Release Notes:

  • N/A

@cla-bot

cla-bot Bot commented Apr 9, 2026

Copy link
Copy Markdown

Thank you for your pull request and welcome to our community. We could not parse the GitHub identity of the following contributors: María Craig.
This is most likely caused by a git client misconfiguration; please make sure to:

  1. check if your git client is configured with an email to sign commits git config --list | grep email
  2. If not, set it up using git config --global user.email email@example.com
  3. Make sure that the git commit email is configured in your GitHub account settings, see https://github.com/settings/emails

@zed-community-bot zed-community-bot Bot added the staff Pull requests authored by a current member of Zed staff label Apr 9, 2026
@macraig
macraig force-pushed the docs/parallel-agents branch from 3b8c4ca to dafc6a6 Compare April 9, 2026 19:09
@cla-bot cla-bot Bot added the cla-signed The user has signed the Contributor License Agreement label Apr 9, 2026
Comment thread docs/src/ai/parallel-agents.md Outdated
katie-z-geer and others added 2 commits April 10, 2026 09:46
- Fix archive section: clarify it holds all threads, add how to archive,
  restore, and permanently delete threads
- Fix agent selection: use new thread menu, not model selector
- Update worktree isolation: simplify selector description, add
  new_thread_location setting, clarify archive worktree behavior
- Update default layout version phrasing

@danilo-leal danilo-leal left a comment

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Just some quick notes!

Comment thread docs/src/ai/agent-panel.md Outdated
Comment thread docs/src/ai/overview.md Outdated
Comment thread docs/src/ai/parallel-agents.md Outdated
Comment thread docs/src/ai/parallel-agents.md Outdated
Comment thread docs/src/ai/parallel-agents.md Outdated
Comment thread docs/src/ai/parallel-agents.md Outdated
@macraig
macraig marked this pull request as ready for review April 20, 2026 15:13
@macraig
macraig requested a review from Anthony-Eid April 21, 2026 17:40
Comment thread docs/src/tasks.md Outdated
Comment thread docs/src/ai/parallel-agents.md

@danilo-leal danilo-leal left a comment

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Little tweaks only but looking great! :shipit:

Comment thread docs/src/ai/agent-panel.md Outdated
Comment thread docs/src/ai/agent-panel.md Outdated
- Choose **New From Summary** to start a fresh Zed Agent thread seeded with a summary of the current conversation — useful for compacting long threads as you approach the context window limit.
- Click **Add More Agents** to install additional external agents.

When an external-agent thread is focused, {#action agent::NewExternalAgentThread} creates another thread with the same external agent.

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We should be able to say here that hitting this keybinding will always create a new thread with the currently selected agent. Not a particular thing for external agents-only.

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Good catch, updating!

Comment thread docs/src/ai/agent-panel.md Outdated
Comment thread docs/src/tasks.md Outdated
@macraig
macraig merged commit 2d30f95 into main Apr 22, 2026
31 checks passed
@macraig
macraig deleted the docs/parallel-agents branch April 22, 2026 16:28
kathbigra pushed a commit to kathbigra/zed that referenced this pull request May 10, 2026
Adds documentation for the Parallel Agents feature.

## Changes

- **New page** `docs/src/ai/parallel-agents.md`: covers the Threads
Sidebar component, switching threads, the archive and search, importing
ACP threads, running multiple threads, multiple projects, worktree
isolation, and the default layout change
- **`docs/src/ai/overview.md`**: rewrites the Agentic editing section to
lead with the Threads Sidebar, adds Parallel Agents to the Getting
started links
- **`docs/src/ai/agent-panel.md`**: adds a cross-link to the Threads
Sidebar in Creating New Threads, removes the Navigating History section
(now covered in the Threads Sidebar docs)
- **`docs/src/SUMMARY.md`**: adds Parallel Agents between External
Agents and Inline Assistant

Release Notes:

- N/A

---------

Co-authored-by: Katie Geer <katie@zed.dev>
Co-authored-by: Max Brunsfeld <maxbrunsfeld@gmail.com>
Co-authored-by: Danilo Leal <67129314+danilo-leal@users.noreply.github.com>
Zenor27 pushed a commit to Zenor27/zed that referenced this pull request Jul 4, 2026
Adds documentation for the Parallel Agents feature.

## Changes

- **New page** `docs/src/ai/parallel-agents.md`: covers the Threads
Sidebar component, switching threads, the archive and search, importing
ACP threads, running multiple threads, multiple projects, worktree
isolation, and the default layout change
- **`docs/src/ai/overview.md`**: rewrites the Agentic editing section to
lead with the Threads Sidebar, adds Parallel Agents to the Getting
started links
- **`docs/src/ai/agent-panel.md`**: adds a cross-link to the Threads
Sidebar in Creating New Threads, removes the Navigating History section
(now covered in the Threads Sidebar docs)
- **`docs/src/SUMMARY.md`**: adds Parallel Agents between External
Agents and Inline Assistant

Release Notes:

- N/A

---------

Co-authored-by: Katie Geer <katie@zed.dev>
Co-authored-by: Max Brunsfeld <maxbrunsfeld@gmail.com>
Co-authored-by: Danilo Leal <67129314+danilo-leal@users.noreply.github.com>
jonx pushed a commit to jonx/zed-aros that referenced this pull request Jul 17, 2026
Adds documentation for the Parallel Agents feature.

## Changes

- **New page** `docs/src/ai/parallel-agents.md`: covers the Threads
Sidebar component, switching threads, the archive and search, importing
ACP threads, running multiple threads, multiple projects, worktree
isolation, and the default layout change
- **`docs/src/ai/overview.md`**: rewrites the Agentic editing section to
lead with the Threads Sidebar, adds Parallel Agents to the Getting
started links
- **`docs/src/ai/agent-panel.md`**: adds a cross-link to the Threads
Sidebar in Creating New Threads, removes the Navigating History section
(now covered in the Threads Sidebar docs)
- **`docs/src/SUMMARY.md`**: adds Parallel Agents between External
Agents and Inline Assistant

Release Notes:

- N/A

---------

Co-authored-by: Katie Geer <katie@zed.dev>
Co-authored-by: Max Brunsfeld <maxbrunsfeld@gmail.com>
Co-authored-by: Danilo Leal <67129314+danilo-leal@users.noreply.github.com>
jolutz pushed a commit to jolutz/zed that referenced this pull request Aug 8, 2026
Adds documentation for the Parallel Agents feature.

## Changes

- **New page** `docs/src/ai/parallel-agents.md`: covers the Threads
Sidebar component, switching threads, the archive and search, importing
ACP threads, running multiple threads, multiple projects, worktree
isolation, and the default layout change
- **`docs/src/ai/overview.md`**: rewrites the Agentic editing section to
lead with the Threads Sidebar, adds Parallel Agents to the Getting
started links
- **`docs/src/ai/agent-panel.md`**: adds a cross-link to the Threads
Sidebar in Creating New Threads, removes the Navigating History section
(now covered in the Threads Sidebar docs)
- **`docs/src/SUMMARY.md`**: adds Parallel Agents between External
Agents and Inline Assistant

Release Notes:

- N/A

---------

Co-authored-by: Katie Geer <katie@zed.dev>
Co-authored-by: Max Brunsfeld <maxbrunsfeld@gmail.com>
Co-authored-by: Danilo Leal <67129314+danilo-leal@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

cla-signed The user has signed the Contributor License Agreement staff Pull requests authored by a current member of Zed staff

Projects

None yet

Development

Successfully merging this pull request may close these issues.

5 participants