This commit is contained in:
David Blass
2026-01-20 17:25:06 +00:00
committed by pullfrog[bot]
parent 97001d7d88
commit 4e19178c81
6 changed files with 13 additions and 4 deletions
+1 -1
View File
@@ -138454,7 +138454,7 @@ function buildDisallowedTools(ctx) {
if (ctx.payload.search === "disabled") disallowed.push("WebSearch");
if (ctx.payload.write === "disabled") disallowed.push("Write");
const bash = ctx.payload.bash;
if (bash !== "enabled") disallowed.push("Bash");
if (bash !== "enabled") disallowed.push("Bash", "Task(Bash)");
return disallowed;
}
async function installClaude() {