Skip to content

v0.7.63 — codex: tighten hook install and worker diagnostics

Choose a tag to compare

@github-actions github-actions released this 28 May 19:23

Summary\n- align Codex install hooks with the tested startup/resume matcher and timeout shape\n- improve wiki-worker failure logs so codex exec errors include status/signal/stderr details\n- prevent re-uploading a stale summary after a failed regeneration\n\n## Verification\n- npm test -- tests/codex/codex-wiki-worker.test.ts tests/cli/cli-install-codex-fs.test.ts

Summary by CodeRabbit

  • Bug Fixes

    • Enhanced error logging for execution failures, now capturing detailed error status and output information.
    • Fixed summary file upload logic to avoid re-uploading unchanged content after failed executions.
  • Configuration Changes

    • Updated hook timeouts and matchers for improved session and tool execution behavior.
  • Tests

    • Expanded test coverage for failure scenarios and summary file handling.

Review Change Stack