You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
go-core now passes, including TestAgentExposeLifecycle_ListAddRemove, so the remaining failure is tracing only.
Codex failure:
Error: ListSpans(filter: { messageId: 6c40ebba-c433-47e3-a77a-9a0cae3636c0 }) returned no trace id after 120s. Check message-id correlation and ensure the codex agent init image is up to date (override via CODEX_INIT_IMAGE). Last ListSpans snapshot: total=0, names=-, traceIds=-, messageTextMatches=0, messageIdAttributes=-.
Why this repo owns part of the fix
agent-init-codex has versions.env pinned to AGYND_VERSION=0.14.16, and PR #56/tag v0.13.27 exists in git, but GitHub Releases still list v0.13.22 as the latest published release. Centralized E2E is now pinned to ghcr.io/agynio/agent-init-codex:0.13.27, so we need the image/release path to be explicitly published and verified with the current agynd tracing correlation bits.
Summary
agynio/agents-orchestrator#207is still red in centralized E2E on the codex full-chain tracing deeplink test even after the E2E image pin cleanup.Latest failing validation run: https://github.com/agynio/agents-orchestrator/actions/runs/26902699431
Evidence
The rerun after
agynio/e2e#189uses:CODEX_INIT_IMAGE=ghcr.io/agynio/agent-init-codex:0.13.27CLAUDE_INIT_IMAGE=ghcr.io/agynio/agent-init-claude:0.1.27AGN_INIT_IMAGE=ghcr.io/agynio/agent-init-agn:0.5.5AGN_EXPOSE_INIT_IMAGE=ghcr.io/agynio/agent-init-agn:0.5.5go-corenow passes, includingTestAgentExposeLifecycle_ListAddRemove, so the remaining failure is tracing only.Codex failure:
Why this repo owns part of the fix
agent-init-codexhasversions.envpinned toAGYND_VERSION=0.14.16, and PR #56/tagv0.13.27exists in git, but GitHub Releases still listv0.13.22as the latest published release. Centralized E2E is now pinned toghcr.io/agynio/agent-init-codex:0.13.27, so we need the image/release path to be explicitly published and verified with the currentagyndtracing correlation bits.Related owning issue for daemon-side tracing context: agynio/agynd-cli#135.
Tracker: agynio/agents-orchestrator#207.
Required outcome
ghcr.io/agynio/agent-init-codex:0.13.27image containsagynd v0.14.16.agynd v0.14.16, use this issue to capture the release evidence and coordinate the next daemon/tracing fix in Keep message-id trace context for claude/codex exports agynd-cli#135.