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.
Files changed (2) hide show
  1. package/index.js +1 -1
  2. 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 = '请审核如下代码变更,文件:' + `${filePath}`;
200
+ const prompt = '请审核如下代码变更,文件:./' + `${filePath}`;
201
201
 
202
202
  //打印
203
203
  debugLog(`Claude命令: ${prompt}`);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "job51-gitlab-cr-node-jt-1",
3
- "version": "1.9.9",
3
+ "version": "2.0.0",
4
4
  "description": "GitLab merge request code review tool with AI-powered analysis",
5
5
  "main": "index.js",
6
6
  "bin": {