@tencent-ai/codebuddy-code 1.6.0 → 1.7.0-next.704d314.20251003
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/CHANGELOG.md +9 -1
- package/dist/codebuddy.js +1 -1
- package/lib/node/index.js +1 -0
- package/package.json +3 -2
- package/product.internal.json +2 -2
- package/product.ioa.json +25 -13
- package/product.json +26 -4
- package/dist/340.codebuddy.js +0 -1
- package/dist/422.codebuddy.js +0 -1
- package/dist/566.codebuddy.js +0 -1
- package/dist/597.codebuddy.js +0 -1
- package/dist/632.codebuddy.js +0 -1
- package/dist/952.codebuddy.js +0 -1
package/lib/node/index.js
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@tencent-ai/codebuddy-code",
|
|
3
|
-
"version": "1.
|
|
3
|
+
"version": "1.7.0-next.704d314.20251003",
|
|
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,7 +30,8 @@
|
|
|
30
30
|
"url": "https://cnb.cool/codebuddy/codebuddy-code/-/issues"
|
|
31
31
|
},
|
|
32
32
|
"publishConfig": {
|
|
33
|
-
"access": "public"
|
|
33
|
+
"access": "public",
|
|
34
|
+
"tag": "next"
|
|
34
35
|
},
|
|
35
36
|
"scripts": {},
|
|
36
37
|
"devDependencies": {}
|
package/product.internal.json
CHANGED
|
@@ -212,6 +212,6 @@
|
|
|
212
212
|
"productFeatures": {
|
|
213
213
|
"BillingNotice": false
|
|
214
214
|
},
|
|
215
|
-
"commit": "
|
|
216
|
-
"date": "2025-
|
|
215
|
+
"commit": "704d3144f232e94e2f12bb186ab3de3219c5e704",
|
|
216
|
+
"date": "2025-10-02T16:04:27.257Z"
|
|
217
217
|
}
|
package/product.ioa.json
CHANGED
|
@@ -10,6 +10,7 @@
|
|
|
10
10
|
"gemini-2.5-flash",
|
|
11
11
|
"gemini-2.5-pro",
|
|
12
12
|
"gpt-5",
|
|
13
|
+
"gpt-5-codex",
|
|
13
14
|
"gpt-5-mini",
|
|
14
15
|
"gpt-5-nano",
|
|
15
16
|
"o4-mini",
|
|
@@ -138,16 +139,6 @@
|
|
|
138
139
|
"disabledMultimodal": true,
|
|
139
140
|
"maxAllowedSize": 56000
|
|
140
141
|
},
|
|
141
|
-
{
|
|
142
|
-
"id": "claude-3.7",
|
|
143
|
-
"name": "Claude-3.7-Sonnet",
|
|
144
|
-
"vendor": "e",
|
|
145
|
-
"maxOutputTokens": 24000,
|
|
146
|
-
"maxInputTokens": 200000,
|
|
147
|
-
"supportsToolCall": true,
|
|
148
|
-
"supportsImages": true,
|
|
149
|
-
"maxAllowedSize": 80000
|
|
150
|
-
},
|
|
151
142
|
{
|
|
152
143
|
"id": "claude-4.0",
|
|
153
144
|
"name": "Claude-4.0-Sonnet",
|
|
@@ -157,6 +148,7 @@
|
|
|
157
148
|
"supportsToolCall": true,
|
|
158
149
|
"supportsImages": true,
|
|
159
150
|
"maxAllowedSize": 80000,
|
|
151
|
+
"supportsReasoning": true,
|
|
160
152
|
"isDefault": true
|
|
161
153
|
},
|
|
162
154
|
{
|
|
@@ -167,7 +159,27 @@
|
|
|
167
159
|
"maxInputTokens": 272000,
|
|
168
160
|
"supportsToolCall": true,
|
|
169
161
|
"supportsImages": true,
|
|
170
|
-
"maxAllowedSize": 80000
|
|
162
|
+
"maxAllowedSize": 80000,
|
|
163
|
+
"supportsReasoning": true,
|
|
164
|
+
"reseaning": {
|
|
165
|
+
"effort": "medium",
|
|
166
|
+
"summary": "auto"
|
|
167
|
+
}
|
|
168
|
+
},
|
|
169
|
+
{
|
|
170
|
+
"id": "gpt-5-codex",
|
|
171
|
+
"name": "GPT-5-codex",
|
|
172
|
+
"vendor": "e",
|
|
173
|
+
"maxOutputTokens": 128000,
|
|
174
|
+
"maxInputTokens": 400000,
|
|
175
|
+
"supportsToolCall": true,
|
|
176
|
+
"supportsImages": true,
|
|
177
|
+
"maxAllowedSize": 80000,
|
|
178
|
+
"supportsReasoning": true,
|
|
179
|
+
"reseaning": {
|
|
180
|
+
"effort": "medium",
|
|
181
|
+
"summary": "auto"
|
|
182
|
+
}
|
|
171
183
|
},
|
|
172
184
|
{
|
|
173
185
|
"id": "gpt-5-mini",
|
|
@@ -304,6 +316,6 @@
|
|
|
304
316
|
"productFeatures": {
|
|
305
317
|
"BillingNotice": false
|
|
306
318
|
},
|
|
307
|
-
"commit": "
|
|
308
|
-
"date": "2025-
|
|
319
|
+
"commit": "704d3144f232e94e2f12bb186ab3de3219c5e704",
|
|
320
|
+
"date": "2025-10-02T16:04:28.486Z"
|
|
309
321
|
}
|
package/product.json
CHANGED
|
@@ -87,7 +87,8 @@
|
|
|
87
87
|
"name": "Default",
|
|
88
88
|
"supportsImages": true,
|
|
89
89
|
"supportsToolCall": true,
|
|
90
|
-
"vendor": "e"
|
|
90
|
+
"vendor": "e",
|
|
91
|
+
"supportsReasoning": true
|
|
91
92
|
},
|
|
92
93
|
{
|
|
93
94
|
"credits": "x0.87 credits",
|
|
@@ -98,7 +99,28 @@
|
|
|
98
99
|
"name": "GPT-5",
|
|
99
100
|
"supportsImages": true,
|
|
100
101
|
"supportsToolCall": true,
|
|
101
|
-
"vendor": "e"
|
|
102
|
+
"vendor": "e",
|
|
103
|
+
"supportsReasoning": true,
|
|
104
|
+
"reseaning": {
|
|
105
|
+
"effort": "medium",
|
|
106
|
+
"summary": "auto"
|
|
107
|
+
}
|
|
108
|
+
},
|
|
109
|
+
{
|
|
110
|
+
"credits": "x0.87 credits",
|
|
111
|
+
"id": "gpt-5-codex",
|
|
112
|
+
"name": "GPT-5-codex",
|
|
113
|
+
"vendor": "e",
|
|
114
|
+
"maxOutputTokens": 128000,
|
|
115
|
+
"maxInputTokens": 400000,
|
|
116
|
+
"supportsToolCall": true,
|
|
117
|
+
"supportsImages": true,
|
|
118
|
+
"maxAllowedSize": 80000,
|
|
119
|
+
"supportsReasoning": true,
|
|
120
|
+
"reseaning": {
|
|
121
|
+
"effort": "medium",
|
|
122
|
+
"summary": "auto"
|
|
123
|
+
}
|
|
102
124
|
},
|
|
103
125
|
{
|
|
104
126
|
"credits": "x0.17 credits",
|
|
@@ -585,6 +607,6 @@
|
|
|
585
607
|
"description": "tool-exit-planmode-description"
|
|
586
608
|
}
|
|
587
609
|
],
|
|
588
|
-
"commit": "
|
|
589
|
-
"date": "2025-
|
|
610
|
+
"commit": "704d3144f232e94e2f12bb186ab3de3219c5e704",
|
|
611
|
+
"date": "2025-10-02T16:04:26.030Z"
|
|
590
612
|
}
|