fix CI (#111)
This commit is contained in:
committed by
pullfrog[bot]
parent
97001d7d88
commit
4e19178c81
+1
-1
@@ -31,7 +31,7 @@ function buildDisallowedTools(ctx: AgentRunContext): string[] {
|
||||
// both "disabled" and "restricted" block native bash
|
||||
// "restricted" means use MCP bash tool instead
|
||||
const bash = ctx.payload.bash;
|
||||
if (bash !== "enabled") disallowed.push("Bash");
|
||||
if (bash !== "enabled") disallowed.push("Bash", "Task(Bash)");
|
||||
return disallowed;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user