revert openclaw fs.workspaceOnly change
Some checks are pending
quality / changes (push) Waiting to run
quality / Flake Check (push) Blocked by required conditions
quality / Nix Format Check (push) Blocked by required conditions
quality / Deploy netty (push) Blocked by required conditions

This commit is contained in:
Harivansh Rathi 2026-04-05 19:25:59 +00:00
parent 5db9d0154f
commit 84137476bd

View file

@ -59,7 +59,7 @@ in
};
tools = {
profile = "coding";
fs.workspaceOnly = false;
fs.workspaceOnly = true;
loopDetection.enabled = true;
deny = [ "sessions_send" "sessions_spawn" ];
};