@tencent-ai/codebuddy-code 1.4.1-next.cfa7199.20250929 → 1.4.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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@tencent-ai/codebuddy-code",
3
- "version": "1.4.1-next.cfa7199.20250929",
3
+ "version": "1.4.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",
@@ -30,8 +30,7 @@
30
30
  "url": "https://cnb.cool/codebuddy/codebuddy-code/-/issues"
31
31
  },
32
32
  "publishConfig": {
33
- "access": "public",
34
- "tag": "next"
33
+ "access": "public"
35
34
  },
36
35
  "scripts": {},
37
36
  "devDependencies": {}
@@ -211,6 +211,6 @@
211
211
  "productFeatures": {
212
212
  "BillingNotice": false
213
213
  },
214
- "commit": "cfa71995157ea8e71360fc6f5453a7630a7fb626",
215
- "date": "2025-09-28T16:02:31.083Z"
214
+ "commit": "8ddcebed0e617863a13bce7d4c556db9d815b665",
215
+ "date": "2025-09-29T01:29:06.530Z"
216
216
  }
package/product.ioa.json CHANGED
@@ -303,6 +303,6 @@
303
303
  "productFeatures": {
304
304
  "BillingNotice": false
305
305
  },
306
- "commit": "cfa71995157ea8e71360fc6f5453a7630a7fb626",
307
- "date": "2025-09-28T16:02:32.315Z"
306
+ "commit": "8ddcebed0e617863a13bce7d4c556db9d815b665",
307
+ "date": "2025-09-29T01:29:07.763Z"
308
308
  }
package/product.json CHANGED
@@ -80,22 +80,11 @@
80
80
  "models": [
81
81
  {
82
82
  "credits": "x2.00 credits",
83
- "id": "claude-3.7",
83
+ "id": "default-model",
84
84
  "maxAllowedSize": 80000,
85
85
  "maxInputTokens": 200000,
86
86
  "maxOutputTokens": 24000,
87
- "name": "Claude-3.7-Sonnet",
88
- "supportsImages": true,
89
- "supportsToolCall": true,
90
- "vendor": "e"
91
- },
92
- {
93
- "credits": "x2.00 credits",
94
- "id": "claude-4.0",
95
- "maxAllowedSize": 80000,
96
- "maxInputTokens": 200000,
97
- "maxOutputTokens": 24000,
98
- "name": "Claude-4.0-Sonnet",
87
+ "name": "Default",
99
88
  "supportsImages": true,
100
89
  "supportsToolCall": true,
101
90
  "vendor": "e"
@@ -326,7 +315,7 @@
326
315
  "instructions": "cli-agent-prompt",
327
316
  "description": "cli agent",
328
317
  "models": [
329
- "claude-4.0",
318
+ "default-model",
330
319
  "gemini-2.5-flash",
331
320
  "gemini-2.5-pro",
332
321
  "gpt-5",
@@ -583,6 +572,6 @@
583
572
  "description": "tool-task-description"
584
573
  }
585
574
  ],
586
- "commit": "cfa71995157ea8e71360fc6f5453a7630a7fb626",
587
- "date": "2025-09-28T16:02:29.863Z"
575
+ "commit": "8ddcebed0e617863a13bce7d4c556db9d815b665",
576
+ "date": "2025-09-29T01:29:05.300Z"
588
577
  }