Conversation
Codex Review SummaryThis comment shows the latest Codex review activity on this pull request.
ℹ️ About Codex in GitHubYour team has set up Codex to review pull requests in this repo. Reviews are triggered when you
Codex reacts with 👀 while any review is running, comments if it has suggestions, and reacts with 👍 once all reviews finish with no findings. |
|
I rebased and locally verified this change against current The only merge conflict was in Verification on the rebased candidate:
The focused suite was run; the full upstream suite and live cloud-agent execution were not run. No upstream branch, push, PR update, or merge was performed by this verification. |
|
I opened #950 with this PR rebased onto current |
Summary
After the user approves findings for patching, the CLI can be silent until a patch task finishes. Show the current finding, elapsed time, and live Codex activity so the user can follow each patch.
Changes
Testing
Checks on the final commit:
bun test --timeout 30000 tests-ts/cli-patch.test.ts tests-ts/cli-verify-fix.test.ts tests-ts/cli-skills.test.ts: 97 passed.pnpm run types: passed.pnpm run build:ci: passed.pnpm exec prettier --check src/cli.ts tests-ts/cli-patch.test.ts README.md: passed.git diff --check origin/main...HEAD: passed.An earlier full run before the rebase had 2,993 passes, 59 skips, and 4 failures. Three failures reproduced on the unchanged base in Git metadata and publication tests. The fourth was the headless progress case, which passes in the final focused run. The full suite was not rerun after the rebase.
Risk and rollout
Low risk. This changes terminal progress and uses existing Codex events. Existing flags control terminal behavior. Progress display failures do not stop patching.
Public disclosure review