Skip to content

Commit ef62d40

Browse files
committed
Add changelog
1 parent 7318508 commit ef62d40

1 file changed

Lines changed: 32 additions & 0 deletions

File tree

CHANGELOG.md

Lines changed: 32 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,32 @@
1+
# Changelog
2+
3+
All notable changes to `codex-imagen` are recorded here.
4+
5+
## [0.2.1] - 2026-04-23
6+
7+
### Added
8+
9+
- Added OAuth refresh for Codex and OpenClaw auth files, including OpenClaw-compatible cross-agent locking for shared `openai-codex` profiles.
10+
- Ignored generated `out/` image artifacts in git.
11+
12+
### Changed
13+
14+
- Simplified the CLI implementation while preserving prompt, reference-image, multi-output, and JSON behavior.
15+
- Kept Node.js 22+ as the documented target without enforcing it at runtime.
16+
17+
## [0.2.0] - 2026-04-23
18+
19+
### Changed
20+
21+
- Switched the helper from the Codex app-server flow to direct ChatGPT/Codex Responses `image_generation` calls using local OAuth credentials.
22+
- Updated the skill, README, package metadata, and OpenAI skill metadata for direct OAuth usage.
23+
24+
### Added
25+
26+
- Added OpenClaw auth-profile discovery, Codex auth fallback discovery, reference image inputs, smoke checks, JSON output, verbose diagnostics, timeout handling, and multi-image streaming saves.
27+
28+
## [0.1.3] - 2026-04-22
29+
30+
### Added
31+
32+
- Added public repository metadata and README documentation.

0 commit comments

Comments
 (0)