fix(approvals): centralize native request binding

This commit is contained in:
Peter Steinberger
2026-03-31 15:20:07 +01:00
parent 2523e25c93
commit 584db0aff2
10 changed files with 458 additions and 127 deletions

View File

@@ -18,6 +18,9 @@ export {
} from "../infra/exec-approval-reply.js";
export { resolveExecApprovalCommandDisplay } from "../infra/exec-approval-command-display.js";
export {
doesApprovalRequestMatchChannelAccount,
resolveApprovalRequestAccountId,
resolveApprovalRequestSessionTarget,
resolveExecApprovalSessionTarget,
type ExecApprovalSessionTarget,
} from "../infra/exec-approval-session-target.js";