@alibaba-group/open-code-review 1.1.22 → 1.2.0

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.
package/README.md CHANGED
@@ -251,6 +251,7 @@ See the [`examples/`](./examples/) directory for integration examples:
251
251
  | `--audience` | — | `human` | `human` (show progress) or `agent` (summary only) |
252
252
  | `--rule` | — | — | Path to custom JSON review rules |
253
253
  | `--max-tools` | — | built-in | Max tool call rounds per file; only takes effect when greater than template default |
254
+ | `--max-git-procs` | — | built-in | Max concurrent git subprocesses |
254
255
  | `--tools` | — | — | Path to custom JSON tools config |
255
256
 
256
257
  ## Examples
package/README.zh-CN.md CHANGED
@@ -251,6 +251,7 @@ ocr review \
251
251
  | `--audience` | — | `human` | `human`(显示进度)或 `agent`(仅输出摘要) |
252
252
  | `--rule` | — | — | 自定义 JSON 审查规则路径 |
253
253
  | `--max-tools` | — | 内置默认 | 每个文件的最大工具调用轮次;仅在大于模板默认值时生效 |
254
+ | `--max-git-procs` | — | 内置默认 | 最大并发 git 子进程数 |
254
255
  | `--tools` | — | — | 自定义 JSON 工具配置路径 |
255
256
 
256
257
  ## 示例
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@alibaba-group/open-code-review",
3
- "version": "1.1.22",
3
+ "version": "1.2.0",
4
4
  "description": "OpenCodeReview CLI — AI-powered code review tool",
5
5
  "bin": {
6
6
  "ocr": "bin/ocr.js"