feat: add approval checkpoints backend

Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
This commit is contained in:
David Kaya
2026-03-24 19:48:58 +01:00
co-authored by Copilot
parent e7dfb66038
commit 2aa8d73b2d
28 changed files with 1471 additions and 23 deletions
+2
View File
@@ -15,6 +15,7 @@ describe('run turn pending helpers', () => {
reject: (error) => rejected.push(error),
onDelta: () => undefined,
onActivity: () => undefined,
onApproval: () => undefined,
errored: false,
};
@@ -36,6 +37,7 @@ describe('run turn pending helpers', () => {
reject: () => undefined,
onDelta: () => undefined,
onActivity: () => undefined,
onApproval: () => undefined,
errored: false,
};