feat(plan): enable AskUser tool in Plan mode for clarifying questions (#17694)

This commit is contained in:
Jerop Kipruto
2026-01-27 15:23:49 -05:00
committed by GitHub
parent 771ece03c9
commit 0774f60e08
5 changed files with 15 additions and 3 deletions
+1
View File
@@ -60,6 +60,7 @@ export const PLAN_MODE_TOOLS = [
READ_FILE_TOOL_NAME,
LS_TOOL_NAME,
WEB_SEARCH_TOOL_NAME,
ASK_USER_TOOL_NAME,
] as const;
/**