mirror of
https://github.com/moltbot/moltbot.git
synced 2026-04-20 13:13:06 +00:00
fix(gateway): bind node exec approvals to nodeId
This commit is contained in:
@@ -253,6 +253,7 @@ export function registerNodesInvokeCommands(nodes: Command) {
|
||||
id: approvalId,
|
||||
command: rawCommand ?? argv.join(" "),
|
||||
cwd: opts.cwd,
|
||||
nodeId,
|
||||
host: "node",
|
||||
security: hostSecurity,
|
||||
ask: hostAsk,
|
||||
|
||||
Reference in New Issue
Block a user