@tencent-ai/codebuddy-code 0.0.1-beta.5 → 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.5",
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
@@ -8,7 +8,7 @@
8
8
  "ACC_PRODUCT_CONFIG"
9
9
  ],
10
10
  "platform": "CLI",
11
- "endpoint": "https://copilot.tencent.com",
11
+ "endpoint": "https://www.codebuddy.ai",
12
12
  "stagingEndpoint": "https://staging-copilot.tencent.com",
13
13
  "authentication": {
14
14
  "id": "Tencent-Cloud.coding-copilot",
@@ -59,68 +59,82 @@
59
59
  },
60
60
  "models": [
61
61
  {
62
- "id": "default",
63
- "name": "default",
64
- "vendor": "tencent",
65
- "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"
66
70
  },
67
71
  {
68
- "id": "default-1.0",
69
- "name": "default-1.0",
70
- "vendor": "tencent",
71
- "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"
72
80
  },
73
81
  {
74
- "id": "default-1.1",
75
- "name": "default-1.1",
76
- "vendor": "tencent",
77
- "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"
78
90
  },
79
91
  {
80
- "id": "hunyuan-3b",
81
- "name": "hunyuan-3b",
82
- "vendor": "tencent",
83
- "maxOutputTokens": 256,
84
- "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
85
99
  },
86
100
  {
87
- "id": "hunyuan-7b-dense",
88
- "name": "hunyuan-7b",
89
- "vendor": "tencent",
90
- "maxOutputTokens": 256,
91
- "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
92
108
  },
93
109
  {
94
- "id": "codewise-14b-20250711",
95
- "name": "codewise-14b",
96
- "vendor": "tencent",
97
- "maxOutputTokens": 256,
98
- "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"
99
118
  },
100
119
  {
101
- "id": "deepseek-r1-0528-lkeap",
102
- "name": "deepseek-r1",
103
- "vendor": "tencent",
104
- "maxOutputTokens": 256,
105
- "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"
106
128
  },
107
129
  {
108
- "id": "deepseek-v3-0324-taco-completion",
109
- "name": "deepseek-v3-0324",
110
- "vendor": "tencent",
111
- "maxOutputTokens": 256
112
- },
113
- {
114
- "id": "deepseek-v3-0324-taco",
115
- "name": "deepseek-v3-taco",
116
- "vendor": "tencent",
117
- "maxOutputTokens": 8192
118
- },
119
- {
120
- "id": "deepseek-v3-0324",
121
- "name": "deepseek-v3",
122
- "vendor": "tencent",
123
- "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"
124
138
  }
125
139
  ],
126
140
  "prompts": [
@@ -171,8 +185,14 @@
171
185
  "instructions": "cli-agent-prompt",
172
186
  "description": "cli agent",
173
187
  "models": [
174
- "default",
175
- "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"
176
196
  ],
177
197
  "commands": [
178
198
  "init"
@@ -182,6 +202,7 @@
182
202
  "ListFiles",
183
203
  "WriteFile",
184
204
  "EditFile",
205
+ "MultiEditFile",
185
206
  "Bash",
186
207
  "Glob",
187
208
  "Grep",
@@ -224,7 +245,8 @@
224
245
  "UseDefaultModelIfCurrentNotInList": false,
225
246
  "CodeAction": true,
226
247
  "Mcp": true,
227
- "McpMarket": true
248
+ "McpMarket": true,
249
+ "SelectImage": true
228
250
  },
229
251
  "featureToggles": {
230
252
  "SupportHttpsAgentProxy": true
@@ -243,6 +265,6 @@
243
265
  }
244
266
  },
245
267
  "deploymentType": "SaaS",
246
- "commit": "e4e24ebe7f193048beed660a76331cc9f1c1b049",
247
- "date": "2025-08-06T15:04:30.328Z"
268
+ "commit": "fa979485afca112c73f9d82606b6c4295c3ad348",
269
+ "date": "2025-08-08T10:44:09.609Z"
248
270
  }