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