Releases: crazygit/pi-codex-image-gen
Releases · crazygit/pi-codex-image-gen
Release list
v0.2.2
What's changed
- Retry HTTP
502,503,504,520,522,523, and524once 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
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_KEYis 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-genv0.2.0
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
imagegenskill for explicit image-generation and editing requests.
Install
pi install npm:@crazygit/pi-codex-image-genSee the README for requirements, security behavior, and current limitations.