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