📗 classifierDecision.ts

This commit is contained in:
nirholas
2026-03-31 10:24:23 +00:00
parent 89f47a39e3
commit f331ea8354

View File

@@ -96,3 +96,4 @@ const SAFE_YOLO_ALLOWLISTED_TOOLS = new Set([
export function isAutoModeAllowlistedTool(toolName: string): boolean {
return SAFE_YOLO_ALLOWLISTED_TOOLS.has(toolName)
}