@alibaba-group/open-code-review 1.7.0 → 1.7.2
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.ja-JP.md +5 -0
- package/README.ko-KR.md +5 -0
- package/README.md +5 -0
- package/README.ru-RU.md +5 -0
- package/README.zh-CN.md +5 -0
- package/package.json +7 -7
package/README.ja-JP.md
CHANGED
|
@@ -92,6 +92,10 @@ Open Code Reviewのコア哲学は、決定論的エンジニアリングとエ
|
|
|
92
92
|
|
|
93
93
|
## 使い方
|
|
94
94
|
|
|
95
|
+
### 前提条件
|
|
96
|
+
|
|
97
|
+
- **Git >= 2.41** — Open Code Review は diff 生成、コード検索、リポジトリ操作に Git を利用します。
|
|
98
|
+
|
|
95
99
|
### CLI
|
|
96
100
|
|
|
97
101
|
#### インストール
|
|
@@ -404,6 +408,7 @@ ocr review \
|
|
|
404
408
|
|
|
405
409
|
- [`github_actions/`](./examples/github_actions/) — GitHub Actions統合の例
|
|
406
410
|
- [`gitlab_ci/`](./examples/gitlab_ci/) — GitLab CI統合の例
|
|
411
|
+
- [`gitflic_ci/`](./examples/gitflic_ci/) — GitFlic CI統合の例
|
|
407
412
|
|
|
408
413
|
## コマンド
|
|
409
414
|
|
package/README.ko-KR.md
CHANGED
|
@@ -92,6 +92,10 @@ agent의 강점은 동적 판단과 동적 context 검색이 중요한 지점에
|
|
|
92
92
|
|
|
93
93
|
## 사용 방법
|
|
94
94
|
|
|
95
|
+
### 사전 요구 사항
|
|
96
|
+
|
|
97
|
+
- **Git >= 2.41** — Open Code Review는 diff 생성, 코드 검색, 저장소 작업에 Git을 사용합니다.
|
|
98
|
+
|
|
95
99
|
### CLI
|
|
96
100
|
|
|
97
101
|
#### 설치
|
|
@@ -404,6 +408,7 @@ ocr review \
|
|
|
404
408
|
|
|
405
409
|
- [`github_actions/`](./examples/github_actions/): GitHub Actions 통합 예시
|
|
406
410
|
- [`gitlab_ci/`](./examples/gitlab_ci/): GitLab CI 통합 예시
|
|
411
|
+
- [`gitflic_ci/`](./examples/gitflic_ci/): GitFlic CI 통합 예시
|
|
407
412
|
|
|
408
413
|
## Commands
|
|
409
414
|
|
package/README.md
CHANGED
|
@@ -92,6 +92,10 @@ The agent's strengths are concentrated where they matter most — dynamic decisi
|
|
|
92
92
|
|
|
93
93
|
## How to Use
|
|
94
94
|
|
|
95
|
+
### Prerequisites
|
|
96
|
+
|
|
97
|
+
- **Git >= 2.41** — Open Code Review relies on Git for diff generation, code search, and repository operations.
|
|
98
|
+
|
|
95
99
|
### CLI
|
|
96
100
|
|
|
97
101
|
#### Install
|
|
@@ -406,6 +410,7 @@ See the [`examples/`](./examples/) directory for integration examples:
|
|
|
406
410
|
|
|
407
411
|
- [`github_actions/`](./examples/github_actions/) — GitHub Actions integration example
|
|
408
412
|
- [`gitlab_ci/`](./examples/gitlab_ci/) — GitLab CI integration example
|
|
413
|
+
- [`gitflic_ci/`](./examples/gitflic_ci/) — GitFlic CI integration example
|
|
409
414
|
|
|
410
415
|
## Commands
|
|
411
416
|
|
package/README.ru-RU.md
CHANGED
|
@@ -92,6 +92,10 @@ Open Code Review — это CLI-инструмент для код-ревью н
|
|
|
92
92
|
|
|
93
93
|
## Как использовать
|
|
94
94
|
|
|
95
|
+
### Предварительные требования
|
|
96
|
+
|
|
97
|
+
- **Git >= 2.41** — Open Code Review использует Git для генерации diff, поиска по коду и операций с репозиторием.
|
|
98
|
+
|
|
95
99
|
### CLI
|
|
96
100
|
|
|
97
101
|
#### Установка
|
|
@@ -406,6 +410,7 @@ ocr review \
|
|
|
406
410
|
|
|
407
411
|
- [`github_actions/`](./examples/github_actions/) — пример интеграции с GitHub Actions
|
|
408
412
|
- [`gitlab_ci/`](./examples/gitlab_ci/) — пример интеграции с GitLab CI
|
|
413
|
+
- [`gitflic_ci/`](./examples/gitflic_ci/) — пример интеграции с GitFlic CI
|
|
409
414
|
|
|
410
415
|
## Команды
|
|
411
416
|
|
package/README.zh-CN.md
CHANGED
|
@@ -92,6 +92,10 @@ Open Code Review 的核心设计理念是将确定性工程与 Agent 结合,
|
|
|
92
92
|
|
|
93
93
|
## 如何使用
|
|
94
94
|
|
|
95
|
+
### 前置条件
|
|
96
|
+
|
|
97
|
+
- **Git >= 2.41** — Open Code Review 依赖 Git 进行 diff 生成、代码搜索和仓库操作。
|
|
98
|
+
|
|
95
99
|
### CLI
|
|
96
100
|
|
|
97
101
|
#### 安装
|
|
@@ -404,6 +408,7 @@ ocr review \
|
|
|
404
408
|
|
|
405
409
|
- [`github_actions/`](./examples/github_actions/) — GitHub Actions 集成示例
|
|
406
410
|
- [`gitlab_ci/`](./examples/gitlab_ci/) — GitLab CI 集成示例
|
|
411
|
+
- [`gitflic_ci/`](./examples/gitflic_ci/) — GitFlic CI 集成示例
|
|
407
412
|
|
|
408
413
|
## 命令
|
|
409
414
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@alibaba-group/open-code-review",
|
|
3
|
-
"version": "1.7.
|
|
3
|
+
"version": "1.7.2",
|
|
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.7.
|
|
32
|
-
"@alibaba-group/ocr-darwin-x64": "1.7.
|
|
33
|
-
"@alibaba-group/ocr-linux-arm64": "1.7.
|
|
34
|
-
"@alibaba-group/ocr-linux-x64": "1.7.
|
|
35
|
-
"@alibaba-group/ocr-win32-arm64": "1.7.
|
|
36
|
-
"@alibaba-group/ocr-win32-x64": "1.7.
|
|
31
|
+
"@alibaba-group/ocr-darwin-arm64": "1.7.2",
|
|
32
|
+
"@alibaba-group/ocr-darwin-x64": "1.7.2",
|
|
33
|
+
"@alibaba-group/ocr-linux-arm64": "1.7.2",
|
|
34
|
+
"@alibaba-group/ocr-linux-x64": "1.7.2",
|
|
35
|
+
"@alibaba-group/ocr-win32-arm64": "1.7.2",
|
|
36
|
+
"@alibaba-group/ocr-win32-x64": "1.7.2"
|
|
37
37
|
},
|
|
38
38
|
"engines": {
|
|
39
39
|
"node": ">=14"
|