Skip to content

feat(runner): reliable multi-gate approvals: truthful results, persisted answers, per-card dispatch - #5382

Merged
mmabrouk merged 15 commits into
feat/sessions-storage-reworkfrom
plan/concurrent-approvals
Jul 21, 2026
Merged

feat(runner): reliable multi-gate approvals: truthful results, persisted answers, per-card dispatch#5382
mmabrouk merged 15 commits into
feat/sessions-storage-reworkfrom
plan/concurrent-approvals

fix(runner): thread the resolved execution id into every request cons…

d5155fd
Select commit
Loading
Failed to load commit list.
Sign in for the full log view
GitHub Actions / Application Web Unit Test Results failed Jul 21, 2026 in 0s

1 parse errors, 2 fail, 1 265 pass in 8s

    5 files  ±0      1 errors  77 suites  ±0   8s ⏱️ -1s
1 267 tests ±0  1 265 ✅ ±0  0 💤 ±0  2 ❌ ±0 
1 269 runs  ±0  1 267 ✅ ±0  0 💤 ±0  2 ❌ ±0 

Results for commit d5155fd. ± Comparison against earlier commit ca104f0.

Annotations

Check failure on line 0 in web/packages/agenta-playground/test-results/junit.xml

See this annotation in the file changed.

@github-actions github-actions / Application Web Unit Test Results

Error processing result file

File is empty.
Raw output
web/packages/agenta-playground/test-results/junit.xml

Check warning on line 0 in tests/unit/session-mounts-store.test.ts

See this annotation in the file changed.

@github-actions github-actions / Application Web Unit Test Results

session mounts store > fetches a session's mounts and one file tree per mount, shared by key (tests/unit/session-mounts-store.test.ts) failed

web/packages/agenta-entities/test-results/junit.xml [took 2s]
Raw output
expected undefined to deeply equal [ Array(1) ]

AssertionError: expected undefined to deeply equal [ Array(1) ]

- Expected:
[
  {
    "is_folder": false,
    "path": "notes.md",
    "size": 12,
  },
]

+ Received:
undefined

 ❯ tests/unit/session-mounts-store.test.ts:76:73
 ❯ waitForAssertion tests/unit/session-mounts-store.test.ts:46:13
 ❯ tests/unit/session-mounts-store.test.ts:74:13

Check warning on line 0 in tests/unit/session-mounts-store.test.ts

See this annotation in the file changed.

@github-actions github-actions / Application Web Unit Test Results

session mounts store > revalidate refetches ACTIVE queries and marks known mount files stale (tests/unit/session-mounts-store.test.ts) failed

web/packages/agenta-entities/test-results/junit.xml [took 2s]
Raw output
expected undefined to deeply equal []

AssertionError: expected undefined to deeply equal []

- Expected:
[]

+ Received:
undefined

 ❯ tests/unit/session-mounts-store.test.ts:98:73
 ❯ waitForAssertion tests/unit/session-mounts-store.test.ts:46:13
 ❯ tests/unit/session-mounts-store.test.ts:96:13