@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/lib/node/index.js CHANGED
@@ -1,4 +1,5 @@
1
1
  import './process';
2
+ export * from './embed-fs';
2
3
  export * from './ui';
3
4
  export * from './product';
4
5
  export * from './runtime';
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@tencent-ai/codebuddy-code",
3
- "version": "1.6.0",
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": {}
@@ -212,6 +212,6 @@
212
212
  "productFeatures": {
213
213
  "BillingNotice": false
214
214
  },
215
- "commit": "8c95808c716127dee3821e9f61b8697f1dcc1d86",
216
- "date": "2025-09-30T09:47:01.110Z"
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": "8c95808c716127dee3821e9f61b8697f1dcc1d86",
308
- "date": "2025-09-30T09:47:02.315Z"
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": "8c95808c716127dee3821e9f61b8697f1dcc1d86",
589
- "date": "2025-09-30T09:46:59.897Z"
610
+ "commit": "704d3144f232e94e2f12bb186ab3de3219c5e704",
611
+ "date": "2025-10-02T16:04:26.030Z"
590
612
  }