nix: disable babelfish sandbox
Avoid docker sandbox spawn so babelfish can reply.
This commit is contained in:
parent
d846155ad0
commit
65cc44486f
@ -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 = [ "*" ];
|
||||
|
||||
Loading…
Reference in New Issue
Block a user