Skip to content

RalphX.app v0.102.0

Pre-release
Pre-release

Choose a tag to compare

@github-actions github-actions released this 20 Aug 06:38
· 7 commits to main since this release

RalphX.app 0.102.0 separates PR reviews in the inbox, fixes mid-run chat ordering, and makes Workspace Review more resilient and incremental.

User-Facing Changes

  • PR Review inbox: Review PR conversations now use a dedicated PR Reviews lane with Needs you, Working, and Watching groups; rows show actual states such as Approved rather than a generic publish action. 57024970
  • Workspace Review timeout recovery: When a reviewer writes a current final artifact but times out before completion, RalphX can settle the review gate from that typed evidence and explains the degraded settlement in the Review tab. Degraded outcomes do not arm auto-merge, so publishing remains manual. a3e65c70
  • Incremental Workspace Review: Re-reviews now receive the prior settled review plus files changed since it, allowing them to re-check prior blocking or fold-in findings without restarting from the full delta when the history is available. a3e65c70
  • Review context: Inline review excerpts now omit low-signal files such as lockfiles, generated output, snapshots, assets, and binaries while retaining on-demand diff pages; the excerpt budget increases from 42k to 60k. a3e65c70
  • Commit & Publish annotations: Hunk annotations carry forward for files whose patch has not changed, leaving subsequent review cycles to annotate only newly changed hunks. a3e65c70

Fixes And Polish

  • Live chat transcripts: User messages sent while an agent is running now appear at their chronological position between streamed content, and keep that ordering when the assistant message finalizes. 9768cdf0
  • Sidebar navigation: The four inbox chips collapse to icon-and-count presentation at narrow sidebar widths to avoid label truncation. 57024970

Developer And Maintainer Changes

  • Workspace Review operations: Reviewer deadlines now come from runtime configuration, while durable settlement evidence, annotator identity, and per-file annotation hashes are persisted through an additive migration. a3e65c70
  • CI stability: Rust library test archive builds now cap Cargo concurrency at two jobs to avoid hosted-runner memory exhaustion. 57024970

What's Changed

  • Optimize workspace review: separation of concerns, durable settlement, and incremental re-review by @lazabogdan in #1038
  • fix: interleave mid-run user messages at their correct timeline position by @lazabogdan in #1030
  • Separate PR review conversations into their own inbox lane with review-state by @lazaflorin in #1043

Full Changelog: v0.101.0...v0.102.0