ai-git-tools 2.0.3 → 2.0.4

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "ai-git-tools",
3
- "version": "2.0.3",
3
+ "version": "2.0.4",
4
4
  "description": "AI-powered Git automation tools for commit messages and PR generation",
5
5
  "main": "src/index.js",
6
6
  "type": "module",
@@ -39,7 +39,6 @@ export default {
39
39
  // 輸出相關配置
40
40
  output: {
41
41
  verbose: false, // 詳細輸出
42
- // saveHistory: false, // 儲存歷史記錄
43
42
  },
44
43
  };
45
44
  `;