mirror of
https://github.com/openclaw/openclaw.git
synced 2026-05-03 13:24:36 +00:00
fix(security): scope session tools and webhook secret fallback
This commit is contained in:
@@ -71,6 +71,8 @@ export const FIELD_HELP: Record<string, string> = {
|
||||
"Allow stdin-only safe binaries to run without explicit allowlist entries.",
|
||||
"tools.fs.workspaceOnly":
|
||||
"Restrict filesystem tools (read/write/edit/apply_patch) to the workspace directory (default: false).",
|
||||
"tools.sessions.visibility":
|
||||
'Controls which sessions can be targeted by sessions_list/sessions_history/sessions_send. ("tree" default = current session + spawned subagent sessions; "self" = only current; "agent" = any session in the current agent id; "all" = any session; cross-agent still requires tools.agentToAgent).',
|
||||
"tools.message.allowCrossContextSend":
|
||||
"Legacy override: allow cross-context sends across all providers.",
|
||||
"tools.message.crossContext.allowWithinProvider":
|
||||
|
||||
Reference in New Issue
Block a user