Skip to content

v0.1.0

Choose a tag to compare

@pablopda pablopda released this 13 Jun 04:54
· 3 commits to main since this release
400a71a

Production-ready v0.1.0 for Codex ImageGen Bridge.

Highlights:

  • Standalone codex-imagegen CLI that delegates image generation/editing to Codex CLI $imagegen.
  • Self-contained Claude Code plugin under plugins/codex-image with local marketplace metadata.
  • scripts/doctor and plugin-local diagnostics that do not invoke image generation.
  • Safe defaults: strips OPENAI_API_KEY and CODEX_API_KEY from codex exec unless --allow-api-env is explicitly supplied.
  • CI, packaging tests, plugin validation, and install smoke checks are in place.

Verification:

  • GitHub Actions main run passed on Ubuntu/macOS and Python 3.11-3.13.
  • Local no-quota release gate passed: compile, JSON validation, pytest, doctor scripts, plugin dry-run, strict Claude plugin validation, temp venv install, and isolated Claude marketplace install.

Live image generation was not run for this release; the documented smoke command remains opt-in because it spends Codex image quota.