fix CI (#111)
This commit is contained in:
committed by
pullfrog[bot]
parent
97001d7d88
commit
4e19178c81
@@ -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() {
|
||||
|
||||
Reference in New Issue
Block a user