Skip to content

Releases: crazygit/pi-codex-image-gen

v0.2.2

Choose a tag to compare

@crazygit crazygit released this 15 Jul 11:14
ba22994

What's changed

  • Retry HTTP 502, 503, 504, 520, 522, 523, and 524 once for image generation and editing.
  • Honor provider retry headers, with bounded exponential backoff and jitter as the fallback.
  • Keep ambiguous transport failures, malformed responses, moderation blocks, usage limits, and other non-retryable errors single-attempt.
  • Improve backend error classification and report the final HTTP status after a failed retry.

Full Changelog: v0.2.1...v0.2.2

v0.2.1

Choose a tag to compare

@crazygit crazygit released this 15 Jul 09:42
24cdd80

Documentation and user-facing copy improvements for the first patch release.

Changes

  • Make the README natural-language first and move tool arguments into a collapsed advanced section.
  • Emphasize that no OPENAI_API_KEY is required.
  • Describe the integration as using the same ChatGPT-backed Codex Images flow as Codex CLI without claiming a separate image allowance.
  • Clarify default inline preview and automatic save behavior.
  • Document trusted-project, approval, headless, and collision behavior for output paths.
  • Align extension progress, approval, and error messages with the updated terminology.

Install

pi install npm:@crazygit/pi-codex-image-gen

v0.2.0

Choose a tag to compare

@crazygit crazygit released this 15 Jul 09:00
9bbbf78

First public release of @crazygit/pi-codex-image-gen.

Highlights

  • Generate or edit one PNG from Pi using ChatGPT Plus/Pro Codex subscription quota.
  • Upload one to five approved local PNG, JPEG, or WebP reference images for editing.
  • Save safely inside trusted project or Pi agent roots, with atomic no-overwrite writes.
  • Bound input dimensions, request sizes, response sizes, and retries.
  • Bundle the imagegen skill for explicit image-generation and editing requests.

Install

pi install npm:@crazygit/pi-codex-image-gen

See the README for requirements, security behavior, and current limitations.