fix(claude-cli): disable unsupported background tools (#95008) (thank… · openclaw/openclaw@298a0cd
anagnorisis2
·
2026-06-22
·
via Recent Commits to openclaw:main
| Original file line number | Diff line number | Diff line change |
|---|
@@ -49,7 +49,7 @@ export function buildAnthropicCliBackend(): CliBackendPlugin {
|
49 | 49 | "--allowedTools", |
50 | 50 | "mcp__openclaw__*", |
51 | 51 | "--disallowedTools", |
52 | | -"ScheduleWakeup,CronCreate", |
| 52 | +"ScheduleWakeup,CronCreate,Bash(run_in_background:true),Monitor", |
53 | 53 | ], |
54 | 54 | resumeArgs: [ |
55 | 55 | "-p", |
@@ -62,7 +62,7 @@ export function buildAnthropicCliBackend(): CliBackendPlugin {
|
62 | 62 | "--allowedTools", |
63 | 63 | "mcp__openclaw__*", |
64 | 64 | "--disallowedTools", |
65 | | -"ScheduleWakeup,CronCreate", |
| 65 | +"ScheduleWakeup,CronCreate,Bash(run_in_background:true),Monitor", |
66 | 66 | "--resume", |
67 | 67 | "{sessionId}", |
68 | 68 | ], |
|
此内容由惯性聚合(RSS阅读器)自动聚合整理,仅供阅读参考。 原文来自 — 版权归原作者所有。