From f6daced2ce436a91b7e704ddd3629a351f35f0fe Mon Sep 17 00:00:00 2001 From: iliya Date: Mon, 30 Mar 2026 19:01:54 +0300 Subject: [PATCH] docs(README): remove outdated warning about Claude Code issue - Deleted the warning regarding the upstream Claude Code issue affecting agent teams, as it is no longer relevant. --- README.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/README.md b/README.md index a4699ce6..51909678 100644 --- a/README.md +++ b/README.md @@ -26,8 +26,6 @@ 100% free, open source. No API keys. No configuration. Runs entirely locally. Not just coding agents.

-> [!WARNING] -> There is an upstream Claude Code issue where teammates spawned via Agent/Task may fail to inherit external MCP tools. In Agent Teams this breaks bootstrap because `mcp__agent-teams__member_briefing` is missing from the teammate tool surface, so agents report that `member_briefing` is unavailable and stop before starting work. We reproduced this locally with direct Claude Code binaries `2.1.86` and `2.1.87`, so a reliable version-pin workaround is not confirmed. Track upstream status in [anthropics/claude-code#7296](https://github.com/anthropics/claude-code/issues/7296).