job51-gitlab-cr-node-jt-1 1.8.2 → 1.8.3

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
@@ -196,7 +196,7 @@ class GitLabCodeReviewer {
196
196
  async reviewDiffWithClaudeUsingFile(filePath) {
197
197
  debugLog(`开始审核文件: ${filePath}`);
198
198
 
199
- const prompt = '现在调用simple-code-review技能对文件内的代码变更进行代码审查,请严格按照技能定义中<REPORT>开始和</REPORT> 结束的格式输出审查结果,并且不要使用子代理或子进程,在当前进程执行技能等待并返回报告内容,文件:' + `${filePath}`;
199
+ const prompt = '现在调用simple-code-review技能对文件内的代码变更进行代码审查,请严格按照技能定义输出审查结果,并且不要使用子代理,在当前进程等待并返回报告内容,文件:' + `${filePath}`;
200
200
 
201
201
  //打印
202
202
  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.8.2",
3
+ "version": "1.8.3",
4
4
  "description": "GitLab merge request code review tool with AI-powered analysis",
5
5
  "main": "index.js",
6
6
  "bin": {