fix(e2e): pin codex init image with ziti auth fix - #125
Open
casey-brooks wants to merge 1 commit into
Open
Conversation
casey-brooks
force-pushed
the
fix/chat-app-inline-media-testllm
branch
from
May 20, 2026 23:13
8038968 to
b05f90d
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary\n- Pin CODEX_INIT_IMAGE to agent-init-codex:0.13.27 in E2E workflows.\n- Remove the stale AGYN_AGENT_INIT_IMAGE override so chat-app's default Codex setup is not forced to ghcr.io/agynio/agent-init:v1.0.0.\n- This pulls agynd-cli 0.14.16, which scrubs host Codex auth env for *.ziti LLM endpoints.\n\n## Why\nThe chat-app rerun no longer has llm-proxy 403s, but codex agent runs still fail because CODEX_INIT_IMAGE resolves to the floating 0.13 tag. In the job it resolved to 0.13.20, older than agent-init-codex 0.13.27 / agynd 0.14.16. The old agynd lets Codex use ambient auth instead of the platform LLM proxy for ziti endpoints, producing TestLLM mismatches and no agent replies.\n\n## Validation\n- Inspected chat-app job 77068320704 logs/artifacts.\n- Confirmed no llm-proxy 403s.\n- Confirmed failing codex runs use ghcr.io/agynio/agent-init-codex:0.13.20 from the floating 0.13 tag.\n- git diff --check\n