nix: disable babelfish sandbox

Avoid docker sandbox spawn so babelfish can reply.
This commit is contained in:
Josh Palmer 2026-02-04 12:39:59 -08:00
parent d846155ad0
commit 65cc44486f

View File

@ -51,11 +51,6 @@
fallbacks = [ ];
};
thinkingDefault = "medium";
sandbox = {
mode = "all";
scope = "agent";
workspaceAccess = "none";
};
};
list = [
@ -63,11 +58,6 @@
id = "babelfish";
default = true;
identity.name = "CLAWDINATOR-BABELFISH";
sandbox = {
mode = "all";
scope = "agent";
workspaceAccess = "none";
};
tools = {
profile = "minimal";
deny = [ "*" ];