@alibaba-group/open-code-review 1.1.9 → 1.1.10
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 +1 -0
- package/README.zh-CN.md +1 -0
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -238,6 +238,7 @@ See the [`examples/`](./examples/) directory for integration examples:
|
|
|
238
238
|
| `--timeout` | — | `10` | Concurrent task timeout in minutes |
|
|
239
239
|
| `--audience` | — | `human` | `human` (show progress) or `agent` (summary only) |
|
|
240
240
|
| `--rule` | — | — | Path to custom JSON review rules |
|
|
241
|
+
| `--max-tools` | — | built-in | Max tool call rounds per file; only takes effect when greater than template default |
|
|
241
242
|
| `--tools` | — | — | Path to custom JSON tools config |
|
|
242
243
|
|
|
243
244
|
## Examples
|
package/README.zh-CN.md
CHANGED
|
@@ -238,6 +238,7 @@ ocr review \
|
|
|
238
238
|
| `--timeout` | — | `10` | 并发任务超时时间(分钟) |
|
|
239
239
|
| `--audience` | — | `human` | `human`(显示进度)或 `agent`(仅输出摘要) |
|
|
240
240
|
| `--rule` | — | — | 自定义 JSON 审查规则路径 |
|
|
241
|
+
| `--max-tools` | — | 内置默认 | 每个文件的最大工具调用轮次;仅在大于模板默认值时生效 |
|
|
241
242
|
| `--tools` | — | — | 自定义 JSON 工具配置路径 |
|
|
242
243
|
|
|
243
244
|
## 示例
|