mirror of
https://github.com/openclaw/openclaw.git
synced 2026-04-03 03:03:24 -04:00
fix: harden agent gateway authorization scopes
This commit is contained in:
@@ -200,6 +200,7 @@ export async function handleInlineActions(params: {
|
||||
agentDir,
|
||||
workspaceDir,
|
||||
config: cfg,
|
||||
senderIsOwner: command.senderIsOwner,
|
||||
});
|
||||
|
||||
const tool = tools.find((candidate) => candidate.name === dispatch.toolName);
|
||||
|
||||
Reference in New Issue
Block a user