mirror of
https://github.com/openclaw/openclaw.git
synced 2026-05-06 09:41:36 +00:00
fix: tighten group elevated targeting
This commit is contained in:
@@ -723,6 +723,8 @@ export type RoutingConfig = {
|
||||
workspace?: string;
|
||||
agentDir?: string;
|
||||
model?: string;
|
||||
/** Per-agent override for group mention patterns. */
|
||||
mentionPatterns?: string[];
|
||||
subagents?: {
|
||||
/** Allow spawning sub-agents under other agent ids. Use "*" to allow any. */
|
||||
allowAgents?: string[];
|
||||
|
||||
Reference in New Issue
Block a user