mirror of
https://github.com/claude-code-best/claude-code.git
synced 2026-06-15 12:55:51 +00:00
fix: 将 ExecuteExtraTool 加入 ASYNC_AGENT_ALLOWED_TOOLS 允许子代理执行延迟工具
This commit is contained in:
@@ -82,6 +82,7 @@ export const ASYNC_AGENT_ALLOWED_TOOLS = new Set([
|
||||
SKILL_TOOL_NAME,
|
||||
SYNTHETIC_OUTPUT_TOOL_NAME,
|
||||
SEARCH_EXTRA_TOOLS_TOOL_NAME,
|
||||
EXECUTE_TOOL_NAME,
|
||||
ENTER_WORKTREE_TOOL_NAME,
|
||||
EXIT_WORKTREE_TOOL_NAME,
|
||||
])
|
||||
|
||||
Reference in New Issue
Block a user