mirror of
https://github.com/openclaw/openclaw.git
synced 2026-05-10 13:05:01 +00:00
fix(security): harden channel auth path checks and exec approval routing
This commit is contained in:
@@ -116,6 +116,10 @@ export function createOpenClawTools(options?: {
|
||||
createCanvasTool({ config: options?.config }),
|
||||
createNodesTool({
|
||||
agentSessionKey: options?.agentSessionKey,
|
||||
agentChannel: options?.agentChannel,
|
||||
agentAccountId: options?.agentAccountId,
|
||||
currentChannelId: options?.currentChannelId,
|
||||
currentThreadTs: options?.currentThreadTs,
|
||||
config: options?.config,
|
||||
}),
|
||||
createCronTool({
|
||||
|
||||
Reference in New Issue
Block a user