mirror of
https://github.com/openclaw/openclaw.git
synced 2026-05-05 21:39:34 +00:00
Agents/Subagents: honor subagent alsoAllow grants
This commit is contained in:
@@ -520,6 +520,8 @@ export type ToolsConfig = {
|
||||
model?: string | { primary?: string; fallbacks?: string[] };
|
||||
tools?: {
|
||||
allow?: string[];
|
||||
/** Additional allowlist entries merged into allow and/or default sub-agent denylist. */
|
||||
alsoAllow?: string[];
|
||||
deny?: string[];
|
||||
};
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user