/codex-update
Install or update the upstream openai/codex-plugin-cc to the pinned tag
$ npx -y skills add dysfunc/ai-plugins-cc --agent claude-codeHow it fires
How this command gets triggered: by you, by Claude, or both.
- Fires itselfClaude auto-loads it when your prompt matches the work.
- You can call itInvoke it directly when you want it.
- Slash command
/codex-update
Context preview
What this command does when you run it.
Install or update the upstream openai/codex-plugin-cc to the pinned tag
Command definition
codex-update.mddescription: Install or update the upstream openai/codex-plugin-cc to the pinned tag
argument-hint: '[--tag=vX.Y.Z] [--into=PATH] [--pin] [--json]'
allowed-tools: Bash(node:*)
Run:
node "${CLAUDE_PLUGIN_ROOT}/scripts/ai-companion.mjs" codex-update $ARGUMENTSBehavior:
- Downloads `https://codeload.github.com/openai/codex-plugin-cc/tar.gz/refs/tags/<tag>`.
- Verifies the SHA-256 against `ai-plugins-cc.upstream.pinnedSha` in `@ai-plugins-cc/codex-adapter`'s `package.json` if pinned. Refuses to install on mismatch.
- Atomic-renames the extracted tree into the managed cache (default: `~/.cache/ai-plugins-cc/codex-plugin-cc/`).
- Subsequent invocations of `/ai:review --provider=codex` and friends discover this install automatically.
Flags:
- `--tag=vX.Y.Z` — override the pinned tag. Use only when you've reviewed the upstream changes and intend to lift the pin afterwards.
- `--pin` — after install, write the observed SHA back into `@ai-plugins-cc/codex-adapter`'s `package.json` so subsequent installs hash-verify against it. **Maintainer flag only**: refuses to write to a `node_modules` copy and surfaces the SHA so it can be pasted manually instead.
- `--into=PATH` — override the install directory.
- `--json` — emit the full result as JSON.
Output the install summary verbatim so the user sees the resolved tag, SHA, target path, and whether the pin was written.
Read more
description: Install or update the upstream openai/codex-plugin-cc to the pinned tag argument-hint: '[--tag=vX.Y.Z] [--into=PATH] [--pin] [--json]' allowed-tools: Bash(node:*)
Run:
node "${CLAUDE_PLUGIN_ROOT}/scripts/ai-companion.mjs" codex-update $ARGUMENTSBehavior:
- Downloads `https://codeload.github.com/openai/codex-plugin-cc/tar.gz/refs/tags/<tag>`.
- Verifies the SHA-256 against `ai-plugins-cc.upstream.pinnedSha` in `@ai-plugins-cc/codex-adapter`'s `package.json` if pinned. Refuses to install on mismatch.
- Atomic-renames the extracted tree into the managed cache (default: `~/.cache/ai-plugins-cc/codex-plugin-cc/`).
- Subsequent invocations of `/ai:review --provider=codex` and friends discover this install automatically.
Flags:
- `--tag=vX.Y.Z` — override the pinned tag. Use only when you've reviewed the upstream changes and intend to lift the pin afterwards.
- `--pin` — after install, write the observed SHA back into `@ai-plugins-cc/codex-adapter`'s `package.json` so subsequent installs hash-verify against it. **Maintainer flag only**: refuses to write to a `node_modules` copy and surfaces the SHA so it can be pasted manually instead.
- `--into=PATH` — override the install directory.
- `--json` — emit the full result as JSON.
Output the install summary verbatim so the user sees the resolved tag, SHA, target path, and whether the pin was written.
Claude Code plugins that delegate to external AI CLIs — Codex, Gemini, and Grok — sharing a hardened core and an optional umbrella plugin that dispatches across providers. Status: active development.
Other commands on ai-plugins-cc.
- /compare
Fan out a review to multiple AI providers and render their findings side-by-side
Open command - /gater
Run a stop-time review gate via the configured AI provider
Open command - /rescue
Hand a substantial coding task to the configured AI provider (gemini, grok, or codex)
Open command - /review
Review the pending change with the configured AI provider (gemini, grok, or codex)
Open command - /settings
Show or change which AI providers are enabled, the default, and the /ai:compare set
Open command - /setup
First-run wizard — pick AI providers, walk through CLI install + auth, verify each, save settings
Open command

