Merge pull request #1414 from czekaj/fix/discord-exec-resolvedpath-validation

fix(exec): pass undefined instead of null for optional approval params
This commit is contained in:
Peter Steinberger
2026-01-22 03:11:26 +00:00
committed by GitHub
3 changed files with 50 additions and 6 deletions

View File

@@ -267,8 +267,8 @@ export function registerNodesInvokeCommands(nodes: Command) {
security: hostSecurity,
ask: hostAsk,
agentId,
resolvedPath: null,
sessionKey: null,
resolvedPath: undefined,
sessionKey: undefined,
timeoutMs: 120_000,
})) as { decision?: string } | null;
const decision =