fix(tools): honor agent tool denylist without sandbox
This commit is contained in:
@@ -816,6 +816,11 @@ export type ClawdbotConfig = {
|
||||
maxAgeDays?: number;
|
||||
};
|
||||
};
|
||||
/** Global tool allow/deny policy for all providers (deny wins). */
|
||||
tools?: {
|
||||
allow?: string[];
|
||||
deny?: string[];
|
||||
};
|
||||
};
|
||||
routing?: RoutingConfig;
|
||||
messages?: MessagesConfig;
|
||||
|
||||
Reference in New Issue
Block a user