## openai/codex-plugin-cc — v1.0.1…v1.0.2

_6 commits._

### Fixes
- **Allow user questions in rescue command** — Updated the /codex:rescue command to permit the AskUserQuestion tool alongside Bash, enabling the rescue agent to ask for user input when needed during investigation or fixes. (64dc174)
- **Tests now work on Windows** — Fixed the test suite to run reliably across Windows, macOS, and Linux by using cross-platform path handling, creating Windows command wrappers for the fake test binary, and adding shell options that match how the code runs in production. Windows test pass rate improved from 12 to 59 out of 64 tests. (a126634)
- **Fix app-server startup on Windows** — Fixed an issue where the Codex app-server failed to start on Windows due to Node.js being unable to resolve .cmd shims without shell support. The fix adds platform-specific shell and window-hiding options to properly spawn the process and ensures child processes are fully cleaned up on exit, preventing orphaned processes from accumulating. (1a79ae5)

### Backend
- **Make test paths portable** — Updated test files to dynamically derive repository root paths from test file locations instead of using hardcoded absolute paths. This makes the tests work correctly regardless of where the repository is cloned. (19642ad)

### Chore
- **Plugin version updated to 1.0.2** — The Codex plugin version has been bumped from 1.0.1 to 1.0.2 across all configuration and package files. (6360899)
- **Add pull request CI workflow** — Added automated testing and build checks that run whenever a pull request is opened. The workflow installs dependencies, runs the test suite, and builds the project to ensure code quality before merging. (65486f2)

_Recap by [Repo Wrapped](https://repowrapped.com/gh/openai/codex-plugin-cc?utm_source=github-action)._