@tencent-ai/codebuddy-code 1.2.0 → 1.3.0-next.8c29f31.20250926

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": "1.2.0",
3
+ "version": "1.3.0-next.8c29f31.20250926",
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",
@@ -19,6 +19,7 @@
19
19
  "files": [
20
20
  "dist",
21
21
  "bin",
22
+ "vendor",
22
23
  "CHANGELOG.md",
23
24
  "product.json",
24
25
  "product.internal.json",
@@ -29,7 +30,8 @@
29
30
  "url": "https://cnb.cool/codebuddy/codebuddy-code/-/issues"
30
31
  },
31
32
  "publishConfig": {
32
- "access": "public"
33
+ "access": "public",
34
+ "tag": "next"
33
35
  },
34
36
  "scripts": {},
35
37
  "devDependencies": {}
@@ -212,6 +212,6 @@
212
212
  "productFeatures": {
213
213
  "BillingNotice": false
214
214
  },
215
- "commit": "eda17a5228f1cf83e4bf5b07ea7106050cf260b7",
216
- "date": "2025-09-24T11:47:51.107Z"
215
+ "commit": "8c29f31a325f6e79346e6a1996c181c794eff24f",
216
+ "date": "2025-09-25T16:02:51.496Z"
217
217
  }
package/product.ioa.json CHANGED
@@ -303,6 +303,6 @@
303
303
  "productFeatures": {
304
304
  "BillingNotice": false
305
305
  },
306
- "commit": "eda17a5228f1cf83e4bf5b07ea7106050cf260b7",
307
- "date": "2025-09-24T11:47:52.345Z"
306
+ "commit": "8c29f31a325f6e79346e6a1996c181c794eff24f",
307
+ "date": "2025-09-25T16:02:52.751Z"
308
308
  }
package/product.json CHANGED
@@ -508,9 +508,9 @@
508
508
  "deploymentType": "SaaS",
509
509
  "tokenUsageThresholds": {
510
510
  "inputTokens": {
511
- "warning": 0.5,
512
- "critical": 0.6,
513
- "emergency": 0.7
511
+ "warning": 0.7,
512
+ "critical": 0.8,
513
+ "emergency": 0.92
514
514
  }
515
515
  },
516
516
  "tools": [
@@ -583,6 +583,6 @@
583
583
  "description": "tool-task-description"
584
584
  }
585
585
  ],
586
- "commit": "eda17a5228f1cf83e4bf5b07ea7106050cf260b7",
587
- "date": "2025-09-24T11:47:49.864Z"
586
+ "commit": "8c29f31a325f6e79346e6a1996c181c794eff24f",
587
+ "date": "2025-09-25T16:02:50.239Z"
588
588
  }
@@ -0,0 +1,3 @@
1
+ This project is dual-licensed under the Unlicense and MIT licenses.
2
+
3
+ You may use this code under the terms of either license.
Binary file
Binary file
Binary file
Binary file
Binary file