Skip to content

feat(claude-cli): codex CLI + baked delegation skills (general-purpose image) - #277

Merged
NeuralEmpowerment merged 3 commits into
mainfrom
feat/codex-delegation-base
Aug 7, 2026
Merged

feat(claude-cli): codex CLI + baked delegation skills (general-purpose image)#277
NeuralEmpowerment merged 3 commits into
mainfrom
feat/codex-delegation-base

Conversation

@NeuralEmpowerment

Copy link
Copy Markdown
Contributor

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 delegation plugin (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

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.

Copilot AI left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Copilot was unable to review this pull request because the user who requested the review has reached their quota limit.

Copilot AI review requested due to automatic review settings August 6, 2026 21:40

Copilot AI left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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-fund to 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

@NeuralEmpowerment
NeuralEmpowerment merged commit 3f9aa9d into main Aug 7, 2026
13 of 16 checks passed
@NeuralEmpowerment
NeuralEmpowerment deleted the feat/codex-delegation-base branch August 7, 2026 18:26
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants