fix: 将 ExecuteExtraTool 加入 ASYNC_AGENT_ALLOWED_TOOLS 允许子代理执行延迟工具

This commit is contained in:
claude-code-best 2026-05-16 08:28:43 +08:00 committed by James Feng
parent 620e3f133d
commit 6ee204417e

View File

@ -80,6 +80,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,
])