job51-gitlab-cr-node-jt-1 1.9.9 → 2.0.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/index.js +1 -1
- package/package.json +1 -1
package/index.js
CHANGED
|
@@ -197,7 +197,7 @@ class GitLabCodeReviewer {
|
|
|
197
197
|
async reviewDiffWithClaudeUsingFile(filePath) {
|
|
198
198
|
debugLog(`开始审核文件: ${filePath}`);
|
|
199
199
|
|
|
200
|
-
const prompt = '
|
|
200
|
+
const prompt = '请审核如下代码变更,文件:./' + `${filePath}`;
|
|
201
201
|
|
|
202
202
|
//打印
|
|
203
203
|
debugLog(`Claude命令: ${prompt}`);
|