diff --git a/src/constants/tools.ts b/src/constants/tools.ts index 359ccefea..77a33820b 100644 --- a/src/constants/tools.ts +++ b/src/constants/tools.ts @@ -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, ])