fix: Expired pause points now explain how to recover#1335
Conversation
Add explicit expiry, timing, generation, and recovery fields to pause point responses so agents can distinguish stale markers from fresh hits and re-arm expired markers without recomputing state from partial details.
|
No actionable comments were generated in the recent review. 🎉 ℹ️ Recent review info⚙️ Run configurationConfiguration used: Path: .coderabbit.yaml Review profile: CHILL Plan: Pro Run ID: 📒 Files selected for processing (8)
📝 WalkthroughWalkthroughAdds ChangesPause-point generation, expiry, and recovery metadata
Estimated code review effort🎯 3 (Moderate) | ⏱️ ~25 minutes Possibly related PRs
🚥 Pre-merge checks | ✅ 4 | ❌ 1❌ Failed checks (1 warning)
✅ Passed checks (4 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. ✨ Finishing Touches📝 Generate docstrings
🧪 Generate unit tests (beta)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
Summary
User Impact
Changes
Verification
./cli/dist/windows-amd64/uloop.exe compile --project-path <PROJECT_ROOT>./cli/dist/windows-amd64/uloop.exe run-tests --project-path <PROJECT_ROOT> --test-mode EditMode --filter-type regex --filter-value .*PausePointTests.*go test ./internal/cli -run TestPausePoint|TestRunPausePointStatusReturnsCurrentStatus|TestRunPausePointStatusDerivesExpiredFromStatus|TestRunPausePointStatusDerivesRemainingTimeFromOlderResponse|TestRunWaitForPausePointClearsEnabledMarkerAfterTimeoutscripts/check-go-cli.shcodex review --commit HEAD