build(docker): update codex-acp to 0.11.1 and add runtime utilities#250
Open
clsung wants to merge 1 commit intoopenabdev:mainfrom
Open
build(docker): update codex-acp to 0.11.1 and add runtime utilities#250clsung wants to merge 1 commit intoopenabdev:mainfrom
clsung wants to merge 1 commit intoopenabdev:mainfrom
Conversation
Contributor
clsung
commented
Apr 12, 2026
- Upgrade @zed-industries/codex-acp from 0.9.5 to 0.11.1.
- Install procps and ripgrep in the runtime stage to support improved process monitoring (health check) and search capabilities (rg) within the container.
- Upgrade @zed-industries/codex-acp from 0.9.5 to 0.11.1. - Install procps and ripgrep in the runtime stage to support improved process monitoring (health check) and search capabilities (rg) within the container.
Contributor
masami-agent
left a comment
There was a problem hiding this comment.
Review — PR #250
Clean, minimal change. Two items:
✅ What looks good
- codex-acp 0.9.5 → 0.11.1 — version bump is straightforward
ripgrepaddition — useful for agent search capabilities inside the container- Single file, +2/-2 lines — tight scope
🟡 Potential overlap with PR #234
PR #234 (fix(docker): install procps for healthchecks) also adds procps to Dockerfile.codex (and all other Dockerfiles). If #234 merges first, this PR will have a merge conflict on the same apt-get install line.
Suggestion: coordinate with #234 — whoever merges first, the other should rebase. Or if both are ready, merge #234 first (it covers all 4 Dockerfiles) and then this PR only needs the codex-acp version bump + ripgrep.
Question
@clsung — is the codex-acp 0.11.1 upgrade a breaking change or backward compatible? Any release notes worth noting?
Otherwise this is ready to approve once the overlap with #234 is sorted out.
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.