@tencent-ai/codebuddy-code 0.0.1-beta.21 → 0.0.1-beta.22

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": "@tencent-ai/codebuddy-code",
3
- "version": "0.0.1-beta.21",
3
+ "version": "0.0.1-beta.22",
4
4
  "description": "Use CodeBuddy, Tencent's AI assistant, right from your terminal. CodeBuddy can understand your codebase, edit files, run terminal commands, and handle entire workflows for you.",
5
5
  "main": "lib/node/index.js",
6
6
  "typings": "lib/node/index.d.ts",
@@ -18,6 +18,7 @@
18
18
  "files": [
19
19
  "dist",
20
20
  "bin",
21
+ "CHANGELOG.md",
21
22
  "product.json"
22
23
  ],
23
24
  "publishConfig": {
package/product.json CHANGED
@@ -545,7 +545,8 @@
545
545
  "edit",
546
546
  "tests",
547
547
  "fix",
548
- "explain"
548
+ "explain",
549
+ "generate rules"
549
550
  ]
550
551
  },
551
552
  {
@@ -788,6 +789,6 @@
788
789
  "description": "tool-websearch-description"
789
790
  }
790
791
  ],
791
- "commit": "c88a29cd70907e8839562fea577011c35662515e",
792
- "date": "2025-08-22T03:05:33.465Z"
792
+ "commit": "6eee55cd030e51c8b0be03dde107e8a9ec27804a",
793
+ "date": "2025-08-22T10:12:28.721Z"
793
794
  }