From f676dfea4b4d6be408e60ba3cd0ab0b6a67843a7 Mon Sep 17 00:00:00 2001 From: Kunall Banerjee Date: Fri, 20 Feb 2026 16:15:30 -0500 Subject: [PATCH] docs: Update docs for external agents (Claude Agent) (#49739) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - Documentation URLs have been updated to point to `code.claude.com` instead. This’ll prevent an unnecessary redirect for everyone. - Added note about Agent teams feature not yet supported. Closes #49663. Before you mark this PR as ready for review, make sure that you have: - ~[ ] Added a solid test coverage and/or screenshots from doing manual testing~ N/A - ~[ ] Done a self-review taking into account security and performance aspects~ N/A - ~[ ] Aligned any UI changes with the [UI checklist](https://github.com/zed-industries/zed/blob/main/CONTRIBUTING.md#uiux-checklist)~ N/A Release Notes: - N/A --------- Co-authored-by: Katie Geer Co-authored-by: Claude Sonnet 4.6 --- docs/src/ai/external-agents.md | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/docs/src/ai/external-agents.md b/docs/src/ai/external-agents.md index d3b240df0e3d6f6b9d1d4d9f223c4a5a0daf2024..74afac9604988afe952f4735ed0f81fb994b57c7 100644 --- a/docs/src/ai/external-agents.md +++ b/docs/src/ai/external-agents.md @@ -130,9 +130,10 @@ Claude Agent supports the same workflows as Zed's first-party agent. Add context In complement to talking to it [over ACP](https://agentclientprotocol.com), Zed relies on the [Claude Agent SDK](https://platform.claude.com/docs/en/agent-sdk/overview) to support some of its specific features. However, the SDK doesn't yet expose everything needed to fully support all of them: -- Slash Commands: A subset of [built-in commands](https://docs.anthropic.com/en/docs/claude-code/slash-commands#built-in-slash-commands) are supported, while [custom slash commands](https://docs.anthropic.com/en/docs/claude-code/slash-commands#custom-slash-commands) are fully supported. -- [Subagents](https://docs.anthropic.com/en/docs/claude-code/sub-agents) are supported. -- [Hooks](https://docs.anthropic.com/en/docs/claude-code/hooks-guide) are currently _not_ supported. +- Slash Commands: [Custom slash commands](https://code.claude.com/docs/en/slash-commands#custom-slash-commands) are fully supported, and have been merged into skills. A subset of [built-in commands](https://code.claude.com/docs/en/slash-commands#built-in-slash-commands) are supported. +- [Subagents](https://code.claude.com/docs/en/sub-agents) are supported. +- [Agent teams](https://code.claude.com/docs/en/agent-teams) are currently _not_ supported. +- [Hooks](https://code.claude.com/docs/en/hooks-guide) are currently _not_ supported. > Some [agent panel](./agent-panel.md) features are not yet available with Claude Agent: editing past messages, resuming threads from history, and checkpointing.