github Gentleman-Programming/gentle-ai v2.1.7

latest release: v2.1.8
22 hours ago

What's New

Gentle AI v2.1.7 makes native review durable across process crashes, platform boundaries, and multi-agent orchestration. Reviewer results are now captured as content-bound native artifacts, worktree state can be frozen as an immutable overlay, and merged review slices can be recovered into an exact release scope without bypassing review authority.

Changes

Native Review Evidence

  • Content-bound reviewer results: gentle-ai review capture-result validates lineage, target, lens order, and strict reviewer JSON before atomically persisting a hash-bound artifact for FINALIZE. (#1370)
  • OpenCode result adapter: Foreground reviewer tasks automatically delegate persistence to the native capture command, while unbound tasks keep working and unsafe bound background execution fails closed. (#1373)
  • Immutable workspace overlays: Reviews can freeze branch commits, staged changes, unstaged changes, and intended untracked files into one explicit base-ref + workspace-overlay target. Protocol 1.1 advertises the capability while preserving protocol 1.0 compatibility. (#1375)

Recovery and Delivery Safety

  • Crash-safe FINALIZE: Content-bound write-ahead journaling reconciles interrupted FINALIZE operations deterministically instead of guessing whether authority mutated. (#1381)
  • Durable cross-platform publication: Review artifacts, receipts, authority state, and SDD bindings use atomic no-clobber publication and exact replay handling across Linux, macOS, and Windows. (#1381)
  • Exact release-scope recovery: gentle-ai review recover --release-scope freezes a merge commit and its first-parent diff, then requires fresh review for expanded release scope. (#1378)
  • Stable lifecycle recovery: Explicit lineage recovery, failed scoped-validation escalation, normalized identity freezing, and hardened receipt discovery remove restart and delivery ambiguity. (#1338, #1360, #1363, #1369)

Platform and Runtime Hardening

  • Native Windows release gate: CI now runs focused release-blocker tests plus the full Windows runtime suite, including correct LockFileEx ownership probing. (#1344)
  • Portable Windows suite: Runtime tests use Windows-safe filesystem and process behavior instead of relying on Unix-only assumptions. (#1355)
  • Reviewer containment: Generated reviewer configurations deny omitted OpenCode and MCP tools while the parent supplies the exact frozen candidate diff. (#1381)

Upgrade

brew upgrade gentle-ai && gentle-ai sync

Links

Don't miss a new gentle-ai release

NewReleases is sending notifications on new releases.