@alibaba-group/open-code-review 1.8.4 → 1.8.6

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/README.md +4 -0
  2. package/package.json +7 -7
package/README.md CHANGED
@@ -145,6 +145,10 @@ ocr review --commit abc123
145
145
  ocr session list
146
146
  ocr review --from main --to feature-branch --resume <session-id>
147
147
 
148
+ # Print the review comments recorded in a saved session
149
+ ocr session comments <session-id>
150
+ ocr session comments --severity critical,high --json <session-id>
151
+
148
152
  # Full-file scan — review whole files instead of a diff (no git history needed)
149
153
  ocr scan # scan the entire repository
150
154
  ocr scan --path internal/agent # scan a directory or specific files
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@alibaba-group/open-code-review",
3
- "version": "1.8.4",
3
+ "version": "1.8.6",
4
4
  "description": "OpenCodeReview CLI — AI-powered code review tool",
5
5
  "bin": {
6
6
  "ocr": "bin/ocr.js"
@@ -28,12 +28,12 @@
28
28
  "checksumPattern": "https://github.com/alibaba/open-code-review/releases/download/v{version}/sha256sum.txt"
29
29
  },
30
30
  "optionalDependencies": {
31
- "@alibaba-group/ocr-darwin-arm64": "1.8.4",
32
- "@alibaba-group/ocr-darwin-x64": "1.8.4",
33
- "@alibaba-group/ocr-linux-arm64": "1.8.4",
34
- "@alibaba-group/ocr-linux-x64": "1.8.4",
35
- "@alibaba-group/ocr-win32-arm64": "1.8.4",
36
- "@alibaba-group/ocr-win32-x64": "1.8.4"
31
+ "@alibaba-group/ocr-darwin-arm64": "1.8.6",
32
+ "@alibaba-group/ocr-darwin-x64": "1.8.6",
33
+ "@alibaba-group/ocr-linux-arm64": "1.8.6",
34
+ "@alibaba-group/ocr-linux-x64": "1.8.6",
35
+ "@alibaba-group/ocr-win32-arm64": "1.8.6",
36
+ "@alibaba-group/ocr-win32-x64": "1.8.6"
37
37
  },
38
38
  "engines": {
39
39
  "node": ">=14"