@tencent-ai/codebuddy-code 0.0.1-beta.5 → 0.0.1-beta.7

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.7",
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,42 @@
59
59
  },
60
60
  "models": [
61
61
  {
62
- "id": "default",
63
- "name": "default",
64
- "vendor": "tencent",
65
- "maxOutputTokens": 256
66
- },
67
- {
68
- "id": "default-1.0",
69
- "name": "default-1.0",
70
- "vendor": "tencent",
71
- "maxOutputTokens": 256
72
- },
73
- {
74
- "id": "default-1.1",
75
- "name": "default-1.1",
76
- "vendor": "tencent",
77
- "maxOutputTokens": 256
78
- },
79
- {
80
- "id": "hunyuan-3b",
81
- "name": "hunyuan-3b",
82
- "vendor": "tencent",
83
- "maxOutputTokens": 256,
84
- "supportsExtra": true
85
- },
86
- {
87
- "id": "hunyuan-7b-dense",
88
- "name": "hunyuan-7b",
89
- "vendor": "tencent",
90
- "maxOutputTokens": 256,
91
- "supportsExtra": true
92
- },
93
- {
94
- "id": "codewise-14b-20250711",
95
- "name": "codewise-14b",
96
- "vendor": "tencent",
97
- "maxOutputTokens": 256,
98
- "supportsExtra": true
99
- },
100
- {
101
- "id": "deepseek-r1-0528-lkeap",
102
- "name": "deepseek-r1",
103
- "vendor": "tencent",
104
- "maxOutputTokens": 256,
105
- "supportsExtra": true
106
- },
107
- {
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
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"
70
+ },
71
+ {
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"
80
+ },
81
+ {
82
+ "id": "gemini-2.5-flash",
83
+ "maxAllowedSize": 80000,
84
+ "maxInputTokens": 1000000,
85
+ "maxOutputTokens": 16384,
86
+ "name": "Gemini-2.5-Flash",
87
+ "supportsImages": true,
88
+ "supportsToolCall": true
89
+ },
90
+ {
91
+ "id": "gemini-2.5-pro",
92
+ "maxAllowedSize": 80000,
93
+ "maxInputTokens": 1000000,
94
+ "maxOutputTokens": 16384,
95
+ "name": "Gemini-2.5-Pro",
96
+ "supportsImages": true,
97
+ "supportsToolCall": true
124
98
  }
125
99
  ],
126
100
  "prompts": [
@@ -171,8 +145,10 @@
171
145
  "instructions": "cli-agent-prompt",
172
146
  "description": "cli agent",
173
147
  "models": [
174
- "default",
175
- "deepseek-v3-0324"
148
+ "claude-3.7",
149
+ "claude-4.0",
150
+ "gemini-2.5-flash",
151
+ "gemini-2.5-pro"
176
152
  ],
177
153
  "commands": [
178
154
  "init"
@@ -182,6 +158,7 @@
182
158
  "ListFiles",
183
159
  "WriteFile",
184
160
  "EditFile",
161
+ "MultiEditFile",
185
162
  "Bash",
186
163
  "Glob",
187
164
  "Grep",
@@ -224,7 +201,8 @@
224
201
  "UseDefaultModelIfCurrentNotInList": false,
225
202
  "CodeAction": true,
226
203
  "Mcp": true,
227
- "McpMarket": true
204
+ "McpMarket": true,
205
+ "SelectImage": true
228
206
  },
229
207
  "featureToggles": {
230
208
  "SupportHttpsAgentProxy": true
@@ -243,6 +221,6 @@
243
221
  }
244
222
  },
245
223
  "deploymentType": "SaaS",
246
- "commit": "e4e24ebe7f193048beed660a76331cc9f1c1b049",
247
- "date": "2025-08-06T15:04:30.328Z"
224
+ "commit": "bd4f1209501054454ddf5bd6aaef784c8d526f31",
225
+ "date": "2025-08-08T13:26:31.024Z"
248
226
  }