Skip to content

Releases: BoldNewMedia/claude-plugin-codex

v0.1.14 — Public launch foundation

Pre-release

Choose a tag to compare

@BoldNewMedia BoldNewMedia released this 17 Aug 22:42
4c16f71

Claude Code Advisor for Codex gives Codex a structured, read-only second opinion from the user's existing local Claude Code installation.

Install

codex plugin marketplace add BoldNewMedia/claude-plugin-codex
codex plugin add claude-code-advisor@claude-plugin-codex

Then run:

$claude setup
$claude adversarial-review

What changed

  • clarified the community-maintained product name and non-affiliation statement
  • added direct CLI installation, update and removal instructions
  • added compatibility status and alpha exit criteria
  • added public privacy, terms, security, support and contribution documentation
  • added issue templates, pull request guidance and launch visual assets
  • published a concise command reference

Verified compatibility

  • CI: Node.js 20, 22 and 24
  • Codex CLI: 0.130.0 end-to-end routing test
  • Claude Code: 2.1.201 local smoke test

Safety and privacy

  • Codex remains the orchestrator.
  • Review workflows are read-only by default.
  • Write access is explicit and reserved for prepared rescue work.
  • The plugin uses the user's local authenticated Claude Code installation and does not add a hosted service or phone-home analytics.
  • Existing Codex and Claude Code account terms and usage limits still apply.

Alpha limitations

  • This is an alpha release of an unofficial community project. It is not affiliated with or endorsed by OpenAI or Anthropic.
  • Fresh-install validation outside macOS is still limited.
  • Use $claude; slash-command handling is not the stable invocation path.
  • Do not include secrets or private source code in public bug reports.

External testers can join alpha issue #3.

Full changes: CHANGELOG.md

v0.1.13

Choose a tag to compare

@BoldNewMedia BoldNewMedia released this 17 Aug 14:30
b131e15

What's Changed

New Contributors

Full Changelog: https://github.com/BoldNewMedia/claude-plugin-codex/commits/v0.1.13