job51-gitlab-cr-node-jt-1 2.4.0 → 2.4.1

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
@@ -262,7 +262,7 @@ ${diffObject.diff}`;
262
262
  //若结果为空,则记录日志
263
263
  if (!claudeResult) {
264
264
  debugLog(`本地AI命令审核结果为空`);
265
- return { reportContent: claudeResult || '<REPORT>\n## 🤖 AI 代码审查结果\n\n</REPORT>', lineInfo: '[]' };
265
+ return { reportContent: '<REPORT>\n## 🤖 AI 代码审查结果\n\n</REPORT>', lineInfo: '[]' };
266
266
  }
267
267
  debugLog(`本地 AI 命令审核完成,审核结果长度:${claudeResult?.length || 0}`);
268
268
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "job51-gitlab-cr-node-jt-1",
3
- "version": "2.4.0",
3
+ "version": "2.4.1",
4
4
  "description": "GitLab merge request code review tool with AI-powered analysis and project context support",
5
5
  "main": "index.js",
6
6
  "bin": {