Skip to content

v0.5.0

Latest

Choose a tag to compare

@lynnswap lynnswap released this 12 Jun 06:29
· 56 commits to main since this release
b61d0f0

CodexReviewKit v0.5.0

New Features

  • Added review_await so MCP clients can continue waiting for a running review by jobId after the initial wait returns before terminal completion.
  • Added paged review_read log reads with logOffset, logLimit, logFilter, and logsPage metadata. 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_start wait and return nextAction guidance for continuing long reviews with review_await.
  • Clarified the MCP docs for the new await/read flow and documented that rawLogText is a diagnostic projection rather than a complete log transcript.

Full Changelog: v0.4.5...v0.5.0