mirror of
https://github.com/openclaw/openclaw.git
synced 2026-03-12 07:20:45 +00:00
fix(security): scope session tools and webhook secret fallback
This commit is contained in:
@@ -710,7 +710,11 @@ Common use cases:
|
||||
scope: "agent",
|
||||
workspaceAccess: "none",
|
||||
},
|
||||
// Session tools can reveal sensitive data from transcripts. By default OpenClaw limits these tools
|
||||
// to the current session + spawned subagent sessions, but you can clamp further if needed.
|
||||
// See `tools.sessions.visibility` in the configuration reference.
|
||||
tools: {
|
||||
sessions: { visibility: "tree" }, // self | tree | agent | all
|
||||
allow: [
|
||||
"sessions_list",
|
||||
"sessions_history",
|
||||
|
||||
Reference in New Issue
Block a user