CodexReviewKit v0.5.0
New Features
- Added
review_awaitso MCP clients can continue waiting for a running review byjobIdafter the initial wait returns before terminal completion. - Added paged
review_readlog reads withlogOffset,logLimit,logFilter, andlogsPagemetadata. Grouped replacement and delta log entries are folded into their current projected value before paging.
Improvements
- Updated Claude Code MCP sessions to use a bounded 540-second
review_startwait and returnnextActionguidance for continuing long reviews withreview_await. - Clarified the MCP docs for the new await/read flow and documented that
rawLogTextis a diagnostic projection rather than a complete log transcript.
Full Changelog: v0.4.5...v0.5.0