@tencent-ai/codebuddy-code 1.0.0 → 1.0.2

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/lib/node/index.js CHANGED
@@ -25,4 +25,5 @@ export * from './client';
25
25
  export * from './shortcut';
26
26
  export * from './navigation';
27
27
  export * from './telemetry';
28
+ export * from './token-usage-thresholds';
28
29
  //# sourceMappingURL=index.js.map
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@tencent-ai/codebuddy-code",
3
- "version": "1.0.0",
3
+ "version": "1.0.2",
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",
@@ -223,6 +223,6 @@
223
223
  "supportsImages": true
224
224
  }
225
225
  ],
226
- "commit": "1a9f588b832cdab8221092c2c0fa222085ba5c28",
227
- "date": "2025-09-04T17:28:34.694Z"
226
+ "commit": "0cf2684f001fb9df70d3ab0b93329c2f292f788d",
227
+ "date": "2025-09-06T12:41:42.739Z"
228
228
  }
package/product.ioa.json CHANGED
@@ -300,6 +300,6 @@
300
300
  "maxAllowedSize": 80000
301
301
  }
302
302
  ],
303
- "commit": "1a9f588b832cdab8221092c2c0fa222085ba5c28",
304
- "date": "2025-09-04T17:28:36.005Z"
303
+ "commit": "0cf2684f001fb9df70d3ab0b93329c2f292f788d",
304
+ "date": "2025-09-06T12:41:44.061Z"
305
305
  }
package/product.json CHANGED
@@ -46,8 +46,10 @@
46
46
  "links": {
47
47
  "craftShellHelpDocument": "https://cloud.tencent.com/document/product/1749/117896",
48
48
  "craftFeedback": "https://cloud.tencent.com/document/product/1749/104249",
49
- "helpDocument": "https://cloud.tencent.com/document/product/1749",
50
- "issueFeedback": "https://cloud.tencent.com/online-service?from=intro_acc"
49
+ "helpDocument": "",
50
+ "issueFeedback": "https://cnb.cool/codebuddy/codebuddy-code/-/issues",
51
+ "officialWebsite": "https://www.codebuddy.ai",
52
+ "mcpHelpDocument": "https://cnb.cool/codebuddy/codebuddy-code/-/blob/main/docs/mcp.md"
51
53
  },
52
54
  "completion": {
53
55
  "sensitivity": "medium",
@@ -473,6 +475,13 @@
473
475
  }
474
476
  },
475
477
  "deploymentType": "SaaS",
478
+ "modelWatermark": {
479
+ "inputTokens": {
480
+ "warning": 0.5,
481
+ "critical": 0.6,
482
+ "emergency": 0.7
483
+ }
484
+ },
476
485
  "tools": [
477
486
  {
478
487
  "name": "Task",
@@ -543,6 +552,6 @@
543
552
  "description": "tool-task-description"
544
553
  }
545
554
  ],
546
- "commit": "1a9f588b832cdab8221092c2c0fa222085ba5c28",
547
- "date": "2025-09-04T17:28:33.378Z"
555
+ "commit": "0cf2684f001fb9df70d3ab0b93329c2f292f788d",
556
+ "date": "2025-09-06T12:41:41.376Z"
548
557
  }