feat(claude-cli): codex CLI + baked delegation skills (general-purpose image) - #277
Merged
Conversation
Install @openai/codex alongside claude and bake the delegation plugin into the
base plugin set, so a phase's primary agent can delegate one-shot to the other
CLI (opt-in via agent.allow_delegation in syntropic137). Verified: claude
2.1.126 + codex-cli 0.144.6 + delegating-to-{codex,claude-p} skills baked.
…ex-delegation-base
There was a problem hiding this comment.
Pull request overview
Copilot reviewed 2 out of 2 changed files in this pull request and generated no new comments.
Suppressed comments (1)
providers/workspaces/claude-cli/Dockerfile:105
- This adds multiple consecutive RUN layers for closely related setup steps, which increases image layers and can slightly reduce build efficiency. Consider combining the installs and version checks into a single RUN (and optionally adding npm flags like
--no-audit/--no-fundto reduce build time and noise) while keeping the version pinning via ARGs.
RUN npm install -g @anthropic-ai/claude-code@${CLAUDE_CLI_VERSION}
# Install Codex CLI globally (delegation target). Pinned via global ARG above.
ARG CODEX_CLI_VERSION
RUN npm install -g @openai/codex@${CODEX_CLI_VERSION}
RUN claude --version && codex --version
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.
Makes the claude-cli workspace image a general-purpose multi-agent base: installs @openai/codex 0.144.6 alongside claude 2.1.126, and bakes the
delegationplugin (delegating-to-codex / delegating-to-claude-p skills) into the base plugin set. Coexists with #230's skills CLI (merged in). Manifest 1.1.1 -> 1.2.0.Consumed by syntropic137 codex-bridge (#779) + delegation. Verified: claude + codex + skills CLI 1.5.14 + delegation skill all present in a built image; codex delegation live-proven end to end. Reframe/rename to a general-purpose name tracked #276; python runtime #275.
https://claude.ai/code/session_019TtekhJft4s2qBGRGgxToG