Release history
codex-plugin-cc releases
All releases
7 shown
Fixes agent recursion and improves argument handling.
Full changelog
What's Changed
- codex: honor --cwd when reporting session runtime by @VOIDXAI in https://github.com/openai/codex-plugin-cc/pull/35
- fix: declare model in codex-rescue agent frontmatter by @xiaolai in https://github.com/openai/codex-plugin-cc/pull/169
- fix: correct invalid 'xhigh' reasoning effort in README by @manavagarwal123 in https://github.com/openai/codex-plugin-cc/pull/99
- fix: quote $ARGUMENTS in cancel, result, and status commands by @xiaolai in https://github.com/openai/codex-plugin-cc/pull/168
- fix: route /codex:rescue through the Agent tool to stop Skill recursion (#234) by @pengyou200902 in https://github.com/openai/codex-plugin-cc/pull/235
- Update plugin version to 1.0.4 by @dkundel-openai in https://github.com/openai/codex-plugin-cc/pull/244
New Contributors
- @xiaolai made their first contribution in https://github.com/openai/codex-plugin-cc/pull/169
- @manavagarwal123 made their first contribution in https://github.com/openai/codex-plugin-cc/pull/99
- @pengyou200902 made their first contribution in https://github.com/openai/codex-plugin-cc/pull/235
Full Changelog: https://github.com/openai/codex-plugin-cc/compare/v1.0.3...v1.0.4
Fixes working-tree review crash and improves stability across platforms.
Full changelog
What's Changed
- tests: reduce background task timing flakiness by @VOIDXAI in https://github.com/openai/codex-plugin-cc/pull/37
- Fix working-tree review crash on untracked directories by @dkundel-openai in https://github.com/openai/codex-plugin-cc/pull/166
- fix: respect SHELL on Windows for Git Bash by @dkundel-openai in https://github.com/openai/codex-plugin-cc/pull/178
- Use app-server auth status for Codex readiness by @dkundel-openai in https://github.com/openai/codex-plugin-cc/pull/177
- fix: inherit process.env in app-server spawn by @Bhuvanesh09 in https://github.com/openai/codex-plugin-cc/pull/159
- fix: gracefully handle unsupported thread/name/set on older Codex CLI by @tmchow in https://github.com/openai/codex-plugin-cc/pull/126
- codex: scope implicit resume-last selection to the current Claude session by @VOIDXAI in https://github.com/openai/codex-plugin-cc/pull/83
- codex: scope default cancel selection to the current Claude session by @VOIDXAI in https://github.com/openai/codex-plugin-cc/pull/84
- fix: avoid embedding large adversarial review diffs by @dkundel-openai in https://github.com/openai/codex-plugin-cc/pull/179
- bump: update plugin version to 1.0.3 by @dkundel-openai in https://github.com/openai/codex-plugin-cc/pull/180
New Contributors
- @Bhuvanesh09 made their first contribution in https://github.com/openai/codex-plugin-cc/pull/159
- @tmchow made their first contribution in https://github.com/openai/codex-plugin-cc/pull/126
Full Changelog: https://github.com/openai/codex-plugin-cc/compare/v1.0.2...v1.0.3
Improves cross-platform compatibility and test suite portability.
Full changelog
What's Changed
- tests: derive repo roots from test file locations by @VOIDXAI in https://github.com/openai/codex-plugin-cc/pull/34
- fix: resolve Windows ENOENT when spawning codex app-server by @zeta987 in https://github.com/openai/codex-plugin-cc/pull/55
- fix: make test suite portable across platforms by @zeta987 in https://github.com/openai/codex-plugin-cc/pull/56
- Fix /codex:rescue AskUserQuestion contract by @Pranav322 in https://github.com/openai/codex-plugin-cc/pull/43
- Add pull request CI workflow for tests and builds by @dkundel-openai in https://github.com/openai/codex-plugin-cc/pull/73
- Update plugin version to 1.0.2 by @dkundel-openai in https://github.com/openai/codex-plugin-cc/pull/74
New Contributors
- @VOIDXAI made their first contribution in https://github.com/openai/codex-plugin-cc/pull/34
- @zeta987 made their first contribution in https://github.com/openai/codex-plugin-cc/pull/55
- @Pranav322 made their first contribution in https://github.com/openai/codex-plugin-cc/pull/43
Full Changelog: https://github.com/openai/codex-plugin-cc/compare/v1.0.1...v1.0.2
Fixes Windows .cmd shim resolution and improves setup documentation.
Full changelog
What's Changed
- Update README with plugin reload and setup instructions by @rgbkrk in https://github.com/openai/codex-plugin-cc/pull/2
- fix: resolve ENOENT for .cmd shims on Windows by @omid-method in https://github.com/openai/codex-plugin-cc/pull/13
New Contributors
- @rgbkrk made their first contribution in https://github.com/openai/codex-plugin-cc/pull/2
- @omid-method made their first contribution in https://github.com/openai/codex-plugin-cc/pull/13
Full Changelog: https://github.com/openai/codex-plugin-cc/compare/v1.0.0...v1.0.1