@tencent-ai/codebuddy-code 1.0.7 → 1.0.8

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
@@ -26,4 +26,5 @@ export * from './shortcut';
26
26
  export * from './navigation';
27
27
  export * from './telemetry';
28
28
  export * from './token-usage-thresholds';
29
+ export * from './references';
29
30
  //# 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.7",
3
+ "version": "1.0.8",
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",
@@ -184,6 +184,6 @@
184
184
  "maxInputTokens": 200000
185
185
  }
186
186
  ],
187
- "commit": "42cecaf02e55eb5698c32892f411e0ab84a6af3f",
188
- "date": "2025-09-08T16:35:13.985Z"
187
+ "commit": "97cdf3a93d8c7ba3de72ec940080118340225d06",
188
+ "date": "2025-09-10T00:23:18.562Z"
189
189
  }
package/product.ioa.json CHANGED
@@ -8,7 +8,10 @@
8
8
  "models": [
9
9
  "claude-4.0",
10
10
  "gemini-2.5-flash",
11
- "gemini-2.5-pro"
11
+ "gemini-2.5-pro",
12
+ "gpt-5",
13
+ "gpt-5-mini",
14
+ "gpt-5-nano"
12
15
  ],
13
16
  "commands": [
14
17
  "init",
@@ -271,6 +274,6 @@
271
274
  "disabledMultimodal": true
272
275
  }
273
276
  ],
274
- "commit": "42cecaf02e55eb5698c32892f411e0ab84a6af3f",
275
- "date": "2025-09-08T16:35:15.304Z"
277
+ "commit": "97cdf3a93d8c7ba3de72ec940080118340225d06",
278
+ "date": "2025-09-10T00:23:19.905Z"
276
279
  }
package/product.json CHANGED
@@ -311,6 +311,9 @@
311
311
  "claude-4.0",
312
312
  "gemini-2.5-flash",
313
313
  "gemini-2.5-pro",
314
+ "gpt-5",
315
+ "gpt-5-mini",
316
+ "gpt-5-nano",
314
317
  "auto-chat"
315
318
  ],
316
319
  "commands": [
@@ -344,12 +347,6 @@
344
347
  "name": "task",
345
348
  "instructions": "cli-agent-prompt",
346
349
  "description": "task agent",
347
- "models": [
348
- "claude-4.0",
349
- "claude-3.7",
350
- "gemini-2.5-flash",
351
- "gemini-2.5-pro"
352
- ],
353
350
  "tools": [
354
351
  "Read",
355
352
  "LS",
@@ -551,6 +548,6 @@
551
548
  "description": "tool-task-description"
552
549
  }
553
550
  ],
554
- "commit": "42cecaf02e55eb5698c32892f411e0ab84a6af3f",
555
- "date": "2025-09-08T16:35:12.659Z"
551
+ "commit": "97cdf3a93d8c7ba3de72ec940080118340225d06",
552
+ "date": "2025-09-10T00:23:17.209Z"
556
553
  }