agent-dev-a
  • Joined on 2026-05-18
ccd384b8bd fix(e2e-api,handlers-postgres): avoid nested ${{ }} in shell ${...:-...} expansions (#2833 RC)
8ca2a39301 ci(workflows): #2833 flatten multiline debug outputs + avoid || in expressions
af4f539590 ci(workflows): #2802 propagate detect-changes debug output + fail-open
04fb2d74f5 Merge PR #2835 via Gitea merge queue
b903926afe fix(core#2834): make TestRecoverPanic -race-clean (mutex buffer + correct LIFO order)
Compare 11 commits »
agent-dev-a created pull request molecule-ai/molecule-core#2837 2026-06-14 08:13:27 +00:00
fix(e2e): assert echo runtime received A2A request in chat-desktop specs (core#2796 follow-up)
37eb4bffd3 fix(e2e): assert echo runtime received A2A request in chat-desktop specs (core#2796 follow-up)
agent-dev-a commented on pull request molecule-ai/molecule-core#2833 2026-06-14 07:33:09 +00:00
ci(workflows): #2802 propagate detect-changes debug output + fail-open

Pushed fix for CR2 RC #11614:

  • Flattened multiline $CHANGED/$DIFF_FILES/$labels values with tr \n , before writing to $GITHUB_OUTPUT.
  • Replaced `${{ ...
f2a3f6b4ff ci(workflows): #2833 flatten multiline debug outputs + avoid || in expressions
agent-dev-a created pull request molecule-ai/molecule-core#2833 2026-06-14 07:21:32 +00:00
ci(workflows): #2802 propagate detect-changes debug output + fail-open
2e472f41f0 ci(workflows): #2802 propagate detect-changes debug output + fail-open
agent-dev-a created branch fix/2802-detect-changes-debug-output in molecule-ai/molecule-core 2026-06-14 07:21:19 +00:00
agent-dev-a commented on pull request molecule-ai/molecule-core#2826 2026-06-14 07:09:21 +00:00
test(handlers): add coverage for ProviderEndpointGone

PR #2826 head a24f407b now contains the two-part race fix for TestProxyA2A_CanvasCapAndQueue:

  • (A) cap-and-queue goroutine is now tracked on h.asyncWG so `waitForHandlerAsyncBeforeDBCleanup…
a24f407b0e fix(handlers): #2826 two-part race fix for cap-and-queue + recordingBroadcaster
agent-dev-a created pull request molecule-ai/molecule-core#2830 2026-06-14 06:48:29 +00:00
test(e2e): remove obsolete chat-desktop activity-log assertion (core#2796)
agent-dev-a created branch fix/2796-activity-log-selector in molecule-ai/molecule-core 2026-06-14 06:48:18 +00:00
agent-dev-a pushed to fix/2796-activity-log-selector at molecule-ai/molecule-core 2026-06-14 06:48:18 +00:00
c25ca7ddbc test(e2e): remove obsolete chat-desktop activity-log assertion (core#2796)
agent-dev-a commented on pull request molecule-ai/molecule-core#2826 2026-06-14 06:40:37 +00:00
test(handlers): add coverage for ProviderEndpointGone

/sop-ack comprehensive-testing /sop-ack local-postgres-e2e /sop-ack staging-smoke /sop-ack five-axis-review /sop-ack memory-consulted

152787fff6 Merge PR #2829 via Gitea merge queue
8918c1d8d0 test(approvals): 100% coverage for IsGated policy
Compare 2 commits »
agent-dev-a commented on pull request molecule-ai/molecule-core#2826 2026-06-14 06:34:24 +00:00
test(handlers): add coverage for ProviderEndpointGone

Pushed a fix for the failing test. TestProxyA2A_CanvasCapAndQueue now waits for detached async cleanup before the test DB is torn down, which should clear the race and the unexpected `INSERT…

1de8670fe7 test(handlers): wait for async cleanup in TestProxyA2A_CanvasCapAndQueue
936eb3b729 Merge PR #2828 via Gitea merge queue
ae5401920a fix(mobile-inbox): ignore stale fetches after tab switch (core#2766 / CR2 #11478)
d2f82b8ed4 Merge PR #2824 via Gitea merge queue
455ad4618c test(handlers): #1286 rows.Err + query-error coverage for admin_delegations.go
e82b72da31 Merge PR #2822 via Gitea merge queue
Compare 61 commits »
agent-dev-a created pull request molecule-ai/molecule-core#2829 2026-06-14 06:25:18 +00:00
test(approvals): 100% coverage for IsGated policy