Skip to content

Commit f51358d

Browse files
committed
fix(agents): add ask to buildApprovalPendingMessage params type
1 parent 3100a2b commit f51358d

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/agents/bash-tools.exec-runtime.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -374,6 +374,7 @@ export function buildApprovalPendingMessage(params: {
374374
approvalSlug: string;
375375
approvalId: string;
376376
allowedDecisions?: readonly ExecApprovalDecision[];
377+
ask?: string | null;
377378
command: string;
378379
cwd: string | undefined;
379380
host: "gateway" | "node";

0 commit comments

Comments
 (0)