codex-update
Install or update the upstream openai/codex-plugin-cc to the pinned tag
Show or change which AI providers are enabled, the default, and the /ai:compare set
> /plugin marketplace add dysfunc/ai-plugins-ccHow it fires
How this command gets triggered: by you, by Claude, or both.
/settingsContext preview
What this command does when you run it.
Show or change which AI providers are enabled, the default, and the /ai:compare set
description: Show or change which AI providers are enabled, the default, and the /ai:compare set argument-hint: '[show|enable <id>|disable <id>|set-default <id>|set-compare <id,id,...>]' allowed-tools: Bash(node:*), AskUserQuestion
If the user passed a subcommand in `$ARGUMENTS`, run it directly:
node "${CLAUDE_PLUGIN_ROOT}/scripts/ai-companion.mjs" settings $ARGUMENTS --jsonSurface the JSON's `message` field to the user. If the call exits non-zero, show `error`.
If `$ARGUMENTS` is empty, drive the interactive flow:
1. Run `node "${CLAUDE_PLUGIN_ROOT}/scripts/ai-companion.mjs" settings show --json` to read current state. 2. Show a short status block: enabled providers, default, compare set. 3. Use `AskUserQuestion` (single choice) to ask what they want to do:
4. Based on the choice, ask for the provider id(s) (use `AskUserQuestion` again with the registered providers as options), then run the matching subcommand:
5. Loop back to step 1 until the user picks "Done".
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.
Repo: dysfunc/ai-plugins-cc
Install or update the upstream openai/codex-plugin-cc to the pinned tag
Fan out a review to multiple AI providers and render their findings side-by-side
Hand a substantial coding task to the configured AI provider (gemini, grok, or codex)
Review the pending change with the configured AI provider (gemini, grok, or codex)