Skip to content

Commit b02f378

Browse files
committed
fix: restore unavailableReason and nodeId params dropped during rebase
1 parent cfc6c50 commit b02f378

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

src/agents/bash-tools.exec-host-node.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -435,8 +435,10 @@ export async function executeNodeHostCommand(
435435
expiresAtMs,
436436
initiatingSurface,
437437
sentApproverDms,
438+
unavailableReason,
438439
ask: hostAsk,
439440
allowedDecisions: resolveExecApprovalAllowedDecisions({ ask: hostAsk }),
441+
nodeId: target.nodeId,
440442
});
441443
}
442444
}

0 commit comments

Comments
 (0)