Releases: BoldNewMedia/claude-plugin-codex
Releases · BoldNewMedia/claude-plugin-codex
Release list
v0.1.14 — Public launch foundation
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-codexThen 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
What's Changed
- Publish v0.1.13 from the maintained fork by @BoldNewMedia in #1
New Contributors
- @BoldNewMedia made their first contribution in #1
Full Changelog: https://github.com/BoldNewMedia/claude-plugin-codex/commits/v0.1.13