Summary
agynio/agents-orchestrator#207 remains red only on Claude/Codex full-chain tracing deeplink after expose lifecycle was fixed and agent-init-codex:0.13.28 / agent-init-claude:0.1.28 were pinned.
Latest validation run: https://github.com/agynio/agents-orchestrator/actions/runs/26902699431
Confirmed in that run:
TestAgentExposeLifecycle_ListAddRemove passes.
- Claude/Codex still fail with
ListSpans(filter: { messageId }) returned no trace id after 120s.
Fix path
Required change
Pin centralized E2E defaults from:
agent-init-codex:0.13.28 -> agent-init-codex:0.13.29
agent-init-claude:0.1.28 -> agent-init-claude:0.1.29
No skips.
Summary
agynio/agents-orchestrator#207remains red only on Claude/Codex full-chain tracing deeplink after expose lifecycle was fixed andagent-init-codex:0.13.28/agent-init-claude:0.1.28were pinned.Latest validation run: https://github.com/agynio/agents-orchestrator/actions/runs/26902699431
Confirmed in that run:
TestAgentExposeLifecycle_ListAddRemovepasses.ListSpans(filter: { messageId }) returned no trace id after 120s.Fix path
agynd v0.14.18, which mirrorsagyn.thread.message.idonto exported span attributes while preserving resource-level injection.ghcr.io/agynio/agent-init-codex:0.13.29withAGYND_VERSION=0.14.18.ghcr.io/agynio/agent-init-claude:0.1.29withAGYND_VERSION=0.14.18.Required change
Pin centralized E2E defaults from:
agent-init-codex:0.13.28->agent-init-codex:0.13.29agent-init-claude:0.1.28->agent-init-claude:0.1.29No skips.