@tencent-ai/codebuddy-code 0.0.1-beta.4 → 0.0.1-beta.6

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
@@ -17,4 +17,6 @@ export * from './shell';
17
17
  export * from './git';
18
18
  export * from './memory';
19
19
  export * from './trace';
20
+ export * from './settings';
21
+ export * from './update';
20
22
  //# sourceMappingURL=index.js.map
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@tencent-ai/codebuddy-code",
3
- "version": "0.0.1-beta.4",
3
+ "version": "0.0.1-beta.6",
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",
package/product.json CHANGED
@@ -3,11 +3,12 @@
3
3
  "productName": "CodeBuddy",
4
4
  "productConfigPathEnv": "ACC_PRODUCT_CONFIG_PATH",
5
5
  "productConfigEnv": [
6
+ "ACC_PRODUCT_CONFIG_V3",
6
7
  "ACC_PRODUCT_CONFIG_V2",
7
8
  "ACC_PRODUCT_CONFIG"
8
9
  ],
9
10
  "platform": "CLI",
10
- "endpoint": "https://copilot.tencent.com",
11
+ "endpoint": "https://www.codebuddy.ai",
11
12
  "stagingEndpoint": "https://staging-copilot.tencent.com",
12
13
  "authentication": {
13
14
  "id": "Tencent-Cloud.coding-copilot",
@@ -58,68 +59,82 @@
58
59
  },
59
60
  "models": [
60
61
  {
61
- "id": "default",
62
- "name": "default",
63
- "vendor": "tencent",
64
- "maxOutputTokens": 256
62
+ "id": "claude-3.7",
63
+ "maxAllowedSize": 80000,
64
+ "maxInputTokens": 200000,
65
+ "maxOutputTokens": 8192,
66
+ "name": "Claude-3.7-Sonnet",
67
+ "supportsImages": true,
68
+ "supportsToolCall": true,
69
+ "vendor": "e"
65
70
  },
66
71
  {
67
- "id": "default-1.0",
68
- "name": "default-1.0",
69
- "vendor": "tencent",
70
- "maxOutputTokens": 256
72
+ "id": "claude-4.0",
73
+ "maxAllowedSize": 80000,
74
+ "maxInputTokens": 200000,
75
+ "maxOutputTokens": 8192,
76
+ "name": "Claude-4.0-Sonnet",
77
+ "supportsImages": true,
78
+ "supportsToolCall": true,
79
+ "vendor": "e"
71
80
  },
72
81
  {
73
- "id": "default-1.1",
74
- "name": "default-1.1",
75
- "vendor": "tencent",
76
- "maxOutputTokens": 256
82
+ "id": "o4-mini",
83
+ "maxAllowedSize": 80000,
84
+ "maxInputTokens": 200000,
85
+ "maxOutputTokens": 32000,
86
+ "name": "GPT-4o-mini",
87
+ "supportsImages": true,
88
+ "supportsToolCall": true,
89
+ "vendor": "e"
77
90
  },
78
91
  {
79
- "id": "hunyuan-3b",
80
- "name": "hunyuan-3b",
81
- "vendor": "tencent",
82
- "maxOutputTokens": 256,
83
- "supportsExtra": true
92
+ "id": "gemini-2.5-flash",
93
+ "maxAllowedSize": 80000,
94
+ "maxInputTokens": 1000000,
95
+ "maxOutputTokens": 16384,
96
+ "name": "Gemini-2.5-Flash",
97
+ "supportsImages": true,
98
+ "supportsToolCall": true
84
99
  },
85
100
  {
86
- "id": "hunyuan-7b-dense",
87
- "name": "hunyuan-7b",
88
- "vendor": "tencent",
89
- "maxOutputTokens": 256,
90
- "supportsExtra": true
101
+ "id": "gemini-2.5-pro",
102
+ "maxAllowedSize": 80000,
103
+ "maxInputTokens": 1000000,
104
+ "maxOutputTokens": 16384,
105
+ "name": "Gemini-2.5-Pro",
106
+ "supportsImages": true,
107
+ "supportsToolCall": true
91
108
  },
92
109
  {
93
- "id": "codewise-14b-20250711",
94
- "name": "codewise-14b",
95
- "vendor": "tencent",
96
- "maxOutputTokens": 256,
97
- "supportsExtra": true
110
+ "id": "gpt-5",
111
+ "maxAllowedSize": 80000,
112
+ "maxInputTokens": 272000,
113
+ "maxOutputTokens": 128000,
114
+ "name": "GPT-5",
115
+ "supportsImages": true,
116
+ "supportsToolCall": true,
117
+ "vendor": "e"
98
118
  },
99
119
  {
100
- "id": "deepseek-r1-0528-lkeap",
101
- "name": "deepseek-r1",
102
- "vendor": "tencent",
103
- "maxOutputTokens": 256,
104
- "supportsExtra": true
120
+ "id": "gpt-5-mini",
121
+ "maxAllowedSize": 80000,
122
+ "maxInputTokens": 272000,
123
+ "maxOutputTokens": 128000,
124
+ "name": "GPT-5-mini",
125
+ "supportsImages": true,
126
+ "supportsToolCall": true,
127
+ "vendor": "e"
105
128
  },
106
129
  {
107
- "id": "deepseek-v3-0324-taco-completion",
108
- "name": "deepseek-v3-0324",
109
- "vendor": "tencent",
110
- "maxOutputTokens": 256
111
- },
112
- {
113
- "id": "deepseek-v3-0324-taco",
114
- "name": "deepseek-v3-taco",
115
- "vendor": "tencent",
116
- "maxOutputTokens": 8192
117
- },
118
- {
119
- "id": "deepseek-v3-0324",
120
- "name": "deepseek-v3",
121
- "vendor": "tencent",
122
- "maxOutputTokens": 8192
130
+ "id": "gpt-5-nano",
131
+ "maxAllowedSize": 80000,
132
+ "maxInputTokens": 272000,
133
+ "maxOutputTokens": 128000,
134
+ "name": "GPT-5-nano",
135
+ "supportsImages": true,
136
+ "supportsToolCall": true,
137
+ "vendor": "e"
123
138
  }
124
139
  ],
125
140
  "prompts": [
@@ -170,8 +185,14 @@
170
185
  "instructions": "cli-agent-prompt",
171
186
  "description": "cli agent",
172
187
  "models": [
173
- "default",
174
- "deepseek-v3-0324"
188
+ "claude-3.7",
189
+ "claude-4.0",
190
+ "gpt-5",
191
+ "gpt-5-mini",
192
+ "gpt-5-nano",
193
+ "o4-mini",
194
+ "gemini-2.5-flash",
195
+ "gemini-2.5-pro"
175
196
  ],
176
197
  "commands": [
177
198
  "init"
@@ -181,6 +202,7 @@
181
202
  "ListFiles",
182
203
  "WriteFile",
183
204
  "EditFile",
205
+ "MultiEditFile",
184
206
  "Bash",
185
207
  "Glob",
186
208
  "Grep",
@@ -223,7 +245,8 @@
223
245
  "UseDefaultModelIfCurrentNotInList": false,
224
246
  "CodeAction": true,
225
247
  "Mcp": true,
226
- "McpMarket": true
248
+ "McpMarket": true,
249
+ "SelectImage": true
227
250
  },
228
251
  "featureToggles": {
229
252
  "SupportHttpsAgentProxy": true
@@ -242,6 +265,6 @@
242
265
  }
243
266
  },
244
267
  "deploymentType": "SaaS",
245
- "commit": "ddb42a83b03c5abd674df6cb9dd9e72c9845299a",
246
- "date": "2025-08-05T12:38:05.966Z"
268
+ "commit": "fa979485afca112c73f9d82606b6c4295c3ad348",
269
+ "date": "2025-08-08T10:44:09.609Z"
247
270
  }