mirror of
https://github.com/alibaba/open-code-review.git
synced 2026-08-06 15:24:25 +00:00
|
Some checks are pending
CI / cross-compile (arm64, linux) (push) Waiting to run
CI / cross-compile (arm64, windows) (push) Waiting to run
CI / cross-compile (arm64, darwin) (push) Waiting to run
CI / test (push) Waiting to run
CI / cross-compile (amd64, darwin) (push) Waiting to run
CI / cross-compile (amd64, windows) (push) Waiting to run
Deploy Pages / build (push) Waiting to run
Deploy Pages / deploy (push) Blocked by required conditions
Adds a new 'ocr session comments <session-id>' subcommand that prints the review comments persisted in a session, rendered in the same style as 'ocr review' terminal output (path, line range, severity badge, suggestion diff). Supports --json for machine-readable output and --severity/--category comma-separated filters. Comments are read from the review_item_done / review_item_reused checkpoint records via a new session.LoadComments, mirroring resume replay semantics: a later checkpoint for the same fingerprint supersedes the earlier one and a subsequent failure drops it. Also adds shell tab completion for session ids (session show, session comments, and review --resume) and for the --severity/--category values. Co-authored-by: Claude Fable 5 <noreply@anthropic.com> |
||
|---|---|---|
| .. | ||
| comments.go | ||
| comments_test.go | ||
| history.go | ||
| history_test.go | ||
| list.go | ||
| list_test.go | ||
| manifest.go | ||
| manifest_test.go | ||
| persist.go | ||
| persist_test.go | ||
| resume.go | ||
| resume_test.go | ||
| testing.go | ||