From 9e71a9fb211a773363b4afe49e0da78266cc5b1e Mon Sep 17 00:00:00 2001 From: Sobroinc Date: Wed, 20 May 2026 11:46:17 -0400 Subject: [PATCH] docs(changelog): backfill 1.0.1 through 1.0.4 CHANGELOG.md was stuck at 1.0.0 while plugin.json and marketplace.json are at 1.0.4. Backfill the four missing version sections with the PRs that actually shipped per range. --- plugins/codex/CHANGELOG.md | 27 +++++++++++++++++++++++++++ 1 file changed, 27 insertions(+) diff --git a/plugins/codex/CHANGELOG.md b/plugins/codex/CHANGELOG.md index d647561b..295abfb4 100644 --- a/plugins/codex/CHANGELOG.md +++ b/plugins/codex/CHANGELOG.md @@ -1,5 +1,32 @@ # Changelog +## 1.0.4 + +- Route `/codex:rescue` through the Agent tool to stop Skill recursion (#234, #235) +- Quote `$ARGUMENTS` in `cancel`, `result`, and `status` commands (#168) +- Declare model in `codex-rescue` agent frontmatter (#169) +- Honor `--cwd` when reporting session runtime (#35) + +## 1.0.3 + +- Avoid embedding large adversarial review diffs (#179) +- Scope default cancel selection to the current Claude session (#84) +- Scope implicit resume-last selection to the current Claude session (#83) +- Gracefully handle unsupported thread/name/set on older Codex CLI (#126) +- Inherit `process.env` in app-server spawn when no explicit env is provided (#159) +- Use app-server auth status for Codex readiness (#177) +- Respect `SHELL` on Windows for Git Bash (#178) +- Fix working-tree review crash on untracked directories / broken symlinks (#166) + +## 1.0.2 + +- Fix `/codex:rescue` AskUserQuestion contract (#43) +- Resolve Windows ENOENT when spawning Codex app-server (#55) + +## 1.0.1 + +- Add `shell: true` on Windows so `spawnSync` can resolve `.cmd` shims (#13) + ## 1.0.0 - Initial version of the Codex plugin for Claude Code