mirror of
https://github.com/alibaba/open-code-review.git
synced 2026-08-04 14:01:45 +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> |
||
|---|---|---|
| .. | ||
| agent | ||
| config | ||
| delegate | ||
| diff | ||
| gitcmd | ||
| llm | ||
| llmloop | ||
| mcp | ||
| model | ||
| pathutil | ||
| release | ||
| scan | ||
| session | ||
| stdout | ||
| suggestdiff | ||
| telemetry | ||
| tool | ||
| viewer | ||