@tencent-ai/agent-sdk 0.3.33 → 0.3.36

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/cli/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@tencent-ai/codebuddy-code",
3
- "version": "2.42.2",
3
+ "version": "2.43.1",
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,13 +30,14 @@
30
30
  "Grep",
31
31
  "EnterPlanMode",
32
32
  "ExitPlanMode",
33
- "TodoWrite",
33
+ "TaskCreate",
34
+ "TaskGet",
35
+ "TaskUpdate",
36
+ "TaskList",
34
37
  "WebFetch",
35
38
  "WebSearch",
36
39
  "NotebookEdit",
37
- "BashOutput",
38
- "KillShell",
39
- "SlashCommand",
40
+ "TaskStop",
40
41
  "Skill",
41
42
  "AskUserQuestion",
42
43
  "LSP",
@@ -60,13 +61,14 @@
60
61
  "Bash",
61
62
  "Glob",
62
63
  "Grep",
63
- "TodoWrite",
64
+ "TaskCreate",
65
+ "TaskGet",
66
+ "TaskUpdate",
67
+ "TaskList",
64
68
  "WebFetch",
65
69
  "WebSearch",
66
70
  "NotebookEdit",
67
- "BashOutput",
68
- "KillShell",
69
- "SlashCommand",
71
+ "TaskStop",
70
72
  "Skill",
71
73
  "AskUserQuestion",
72
74
  "LSP"
@@ -108,6 +110,16 @@
108
110
  ],
109
111
  "tools": []
110
112
  },
113
+ {
114
+ "name": "summaryGenerator",
115
+ "instructions": "summary-generator-instructions",
116
+ "description": "Generate session summaries from conversation content.",
117
+ "tags": [
118
+ "cli",
119
+ "summary-generator"
120
+ ],
121
+ "tools": []
122
+ },
111
123
  {
112
124
  "name": "agentInstructions",
113
125
  "instructions": "agent-instructions",
@@ -137,18 +149,21 @@
137
149
  "name": "Explore",
138
150
  "instructions": "agent-explore-instructions",
139
151
  "description": "Fast agent specialized for exploring codebases. Use this when you need to quickly find files by patterns (eg. \"src/components/**/*.tsx\"), search code for keywords (eg. \"API endpoints\"), or answer questions about the codebase (eg. \"how do API endpoints work?\"). When calling this agent, specify the desired thoroughness level: \"quick\" for basic searches, \"medium\" for moderate exploration, or \"very thorough\" for comprehensive analysis across multiple locations and naming conventions.",
152
+ "models": [
153
+ "lite"
154
+ ],
140
155
  "tools": [
141
156
  "Read",
142
157
  "Bash",
143
158
  "Glob",
144
159
  "Grep",
160
+ "TaskCreate",
161
+ "TaskGet",
162
+ "TaskUpdate",
163
+ "TaskList",
145
164
  "WebFetch",
146
165
  "WebSearch",
147
- "BashOutput",
148
- "KillShell",
149
- "SlashCommand",
150
- "Skill",
151
- "AskUserQuestion"
166
+ "Skill"
152
167
  ],
153
168
  "asTool": true,
154
169
  "tags": [
@@ -165,12 +180,14 @@
165
180
  "Bash",
166
181
  "Glob",
167
182
  "Grep",
168
- "TodoWrite",
183
+ "EnterPlanMode",
184
+ "TaskCreate",
185
+ "TaskGet",
186
+ "TaskUpdate",
187
+ "TaskList",
169
188
  "WebFetch",
170
189
  "WebSearch",
171
- "BashOutput",
172
- "KillShell",
173
- "SlashCommand",
190
+ "TaskStop",
174
191
  "Skill",
175
192
  "AskUserQuestion"
176
193
  ],
@@ -297,7 +314,7 @@
297
314
  "name": "Kimi-K2-Thinking",
298
315
  "vendor": "f",
299
316
  "maxOutputTokens": 32000,
300
- "maxInputTokens": 256000,
317
+ "maxInputTokens": 205000,
301
318
  "supportsToolCall": true,
302
319
  "supportsImages": false,
303
320
  "supportsReasoning": true,
@@ -307,7 +324,7 @@
307
324
  "effort": "medium",
308
325
  "summary": "auto"
309
326
  },
310
- "maxAllowedSize": 256000
327
+ "maxAllowedSize": 205000
311
328
  },
312
329
  {
313
330
  "id": "hunyuan-image-v3.0",
@@ -332,6 +349,6 @@
332
349
  "CustomModelsJSON": true,
333
350
  "ImageGen": true
334
351
  },
335
- "commit": "88ee7b3928f7ee7731fd11e69f775e7f8085d071",
336
- "date": "2026-01-31T13:16:22.350Z"
352
+ "commit": "dacef1f1e5b2caffd9dffef6bf7cf1cb4aeeab38",
353
+ "date": "2026-02-01T19:23:11.425Z"
337
354
  }
@@ -33,13 +33,14 @@
33
33
  "Grep",
34
34
  "EnterPlanMode",
35
35
  "ExitPlanMode",
36
- "TodoWrite",
36
+ "TaskCreate",
37
+ "TaskGet",
38
+ "TaskUpdate",
39
+ "TaskList",
37
40
  "WebFetch",
38
41
  "WebSearch",
39
42
  "NotebookEdit",
40
- "BashOutput",
41
- "KillShell",
42
- "SlashCommand",
43
+ "TaskStop",
43
44
  "Skill",
44
45
  "AskUserQuestion",
45
46
  "LSP",
@@ -63,13 +64,14 @@
63
64
  "Bash",
64
65
  "Glob",
65
66
  "Grep",
66
- "TodoWrite",
67
+ "TaskCreate",
68
+ "TaskGet",
69
+ "TaskUpdate",
70
+ "TaskList",
67
71
  "WebFetch",
68
72
  "WebSearch",
69
73
  "NotebookEdit",
70
- "BashOutput",
71
- "KillShell",
72
- "SlashCommand",
74
+ "TaskStop",
73
75
  "Skill",
74
76
  "AskUserQuestion",
75
77
  "LSP"
@@ -111,6 +113,16 @@
111
113
  ],
112
114
  "tools": []
113
115
  },
116
+ {
117
+ "name": "summaryGenerator",
118
+ "instructions": "summary-generator-instructions",
119
+ "description": "Generate session summaries from conversation content.",
120
+ "tags": [
121
+ "cli",
122
+ "summary-generator"
123
+ ],
124
+ "tools": []
125
+ },
114
126
  {
115
127
  "name": "agentInstructions",
116
128
  "instructions": "agent-instructions",
@@ -140,18 +152,21 @@
140
152
  "name": "Explore",
141
153
  "instructions": "agent-explore-instructions",
142
154
  "description": "Fast agent specialized for exploring codebases. Use this when you need to quickly find files by patterns (eg. \"src/components/**/*.tsx\"), search code for keywords (eg. \"API endpoints\"), or answer questions about the codebase (eg. \"how do API endpoints work?\"). When calling this agent, specify the desired thoroughness level: \"quick\" for basic searches, \"medium\" for moderate exploration, or \"very thorough\" for comprehensive analysis across multiple locations and naming conventions.",
155
+ "models": [
156
+ "lite"
157
+ ],
143
158
  "tools": [
144
159
  "Read",
145
160
  "Bash",
146
161
  "Glob",
147
162
  "Grep",
163
+ "TaskCreate",
164
+ "TaskGet",
165
+ "TaskUpdate",
166
+ "TaskList",
148
167
  "WebFetch",
149
168
  "WebSearch",
150
- "BashOutput",
151
- "KillShell",
152
- "SlashCommand",
153
- "Skill",
154
- "AskUserQuestion"
169
+ "Skill"
155
170
  ],
156
171
  "asTool": true,
157
172
  "tags": [
@@ -168,12 +183,14 @@
168
183
  "Bash",
169
184
  "Glob",
170
185
  "Grep",
171
- "TodoWrite",
186
+ "EnterPlanMode",
187
+ "TaskCreate",
188
+ "TaskGet",
189
+ "TaskUpdate",
190
+ "TaskList",
172
191
  "WebFetch",
173
192
  "WebSearch",
174
- "BashOutput",
175
- "KillShell",
176
- "SlashCommand",
193
+ "TaskStop",
177
194
  "Skill",
178
195
  "AskUserQuestion"
179
196
  ],
@@ -300,7 +317,7 @@
300
317
  "name": "Kimi-K2-Thinking",
301
318
  "vendor": "f",
302
319
  "maxOutputTokens": 32000,
303
- "maxInputTokens": 256000,
320
+ "maxInputTokens": 205000,
304
321
  "supportsToolCall": true,
305
322
  "supportsImages": false,
306
323
  "supportsReasoning": true,
@@ -310,7 +327,7 @@
310
327
  "effort": "medium",
311
328
  "summary": "auto"
312
329
  },
313
- "maxAllowedSize": 256000
330
+ "maxAllowedSize": 205000
314
331
  },
315
332
  {
316
333
  "credits": "x0.42 credits",
@@ -318,7 +335,7 @@
318
335
  "name": "Kimi-K2.5",
319
336
  "vendor": "f",
320
337
  "maxOutputTokens": 32000,
321
- "maxInputTokens": 256000,
338
+ "maxInputTokens": 205000,
322
339
  "supportsToolCall": true,
323
340
  "supportsImages": true,
324
341
  "supportsReasoning": true,
@@ -328,7 +345,7 @@
328
345
  "effort": "medium",
329
346
  "summary": "auto"
330
347
  },
331
- "maxAllowedSize": 256000
348
+ "maxAllowedSize": 205000
332
349
  },
333
350
  {
334
351
  "id": "hunyuan-image-v3.0",
@@ -353,6 +370,6 @@
353
370
  "CustomModelsJSON": true,
354
371
  "ImageGen": true
355
372
  },
356
- "commit": "88ee7b3928f7ee7731fd11e69f775e7f8085d071",
357
- "date": "2026-01-31T13:16:19.735Z"
373
+ "commit": "dacef1f1e5b2caffd9dffef6bf7cf1cb4aeeab38",
374
+ "date": "2026-02-01T19:23:08.852Z"
358
375
  }
@@ -47,13 +47,14 @@
47
47
  "Grep",
48
48
  "EnterPlanMode",
49
49
  "ExitPlanMode",
50
- "TodoWrite",
50
+ "TaskCreate",
51
+ "TaskGet",
52
+ "TaskUpdate",
53
+ "TaskList",
51
54
  "WebFetch",
52
55
  "WebSearch",
53
56
  "NotebookEdit",
54
- "BashOutput",
55
- "KillShell",
56
- "SlashCommand",
57
+ "TaskStop",
57
58
  "Skill",
58
59
  "AskUserQuestion",
59
60
  "LSP",
@@ -77,16 +78,15 @@
77
78
  "Bash",
78
79
  "Glob",
79
80
  "Grep",
80
- "TodoWrite",
81
+ "TaskCreate",
82
+ "TaskGet",
83
+ "TaskUpdate",
84
+ "TaskList",
81
85
  "SaveMemory",
82
86
  "WebFetch",
83
87
  "WebSearch",
84
- "NotebookRead",
85
88
  "NotebookEdit",
86
- "NotebookWrite",
87
- "BashOutput",
88
- "KillShell",
89
- "SlashCommand",
89
+ "TaskStop",
90
90
  "Skill",
91
91
  "AskUserQuestion",
92
92
  "LSP"
@@ -134,6 +134,19 @@
134
134
  ],
135
135
  "tools": []
136
136
  },
137
+ {
138
+ "name": "summaryGenerator",
139
+ "instructions": "summary-generator-instructions",
140
+ "description": "Generate session summaries from conversation content.",
141
+ "models": [
142
+ "lite"
143
+ ],
144
+ "tags": [
145
+ "cli",
146
+ "summary-generator"
147
+ ],
148
+ "tools": []
149
+ },
137
150
  {
138
151
  "name": "agentInstructions",
139
152
  "instructions": "agent-instructions",
@@ -163,18 +176,21 @@
163
176
  "name": "Explore",
164
177
  "instructions": "agent-explore-instructions",
165
178
  "description": "Fast agent specialized for exploring codebases. Use this when you need to quickly find files by patterns (eg. \"src/components/**/*.tsx\"), search code for keywords (eg. \"API endpoints\"), or answer questions about the codebase (eg. \"how do API endpoints work?\"). When calling this agent, specify the desired thoroughness level: \"quick\" for basic searches, \"medium\" for moderate exploration, or \"very thorough\" for comprehensive analysis across multiple locations and naming conventions.",
179
+ "models": [
180
+ "lite"
181
+ ],
166
182
  "tools": [
167
183
  "Read",
168
184
  "Bash",
169
185
  "Glob",
170
186
  "Grep",
187
+ "TaskCreate",
188
+ "TaskGet",
189
+ "TaskUpdate",
190
+ "TaskList",
171
191
  "WebFetch",
172
192
  "WebSearch",
173
- "BashOutput",
174
- "KillShell",
175
- "SlashCommand",
176
- "Skill",
177
- "AskUserQuestion"
193
+ "Skill"
178
194
  ],
179
195
  "asTool": true,
180
196
  "tags": [
@@ -191,12 +207,14 @@
191
207
  "Bash",
192
208
  "Glob",
193
209
  "Grep",
194
- "TodoWrite",
210
+ "EnterPlanMode",
211
+ "TaskCreate",
212
+ "TaskGet",
213
+ "TaskUpdate",
214
+ "TaskList",
195
215
  "WebFetch",
196
216
  "WebSearch",
197
- "BashOutput",
198
- "KillShell",
199
- "SlashCommand",
217
+ "TaskStop",
200
218
  "Skill",
201
219
  "AskUserQuestion"
202
220
  ],
@@ -237,7 +255,7 @@
237
255
  "name": "Kimi-K2-Thinking",
238
256
  "vendor": "f",
239
257
  "maxOutputTokens": 32000,
240
- "maxInputTokens": 256000,
258
+ "maxInputTokens": 205000,
241
259
  "supportsToolCall": true,
242
260
  "supportsImages": false,
243
261
  "supportsReasoning": true,
@@ -247,7 +265,7 @@
247
265
  "effort": "medium",
248
266
  "summary": "auto"
249
267
  },
250
- "maxAllowedSize": 256000
268
+ "maxAllowedSize": 205000
251
269
  },
252
270
  {
253
271
  "credits": "x0.00 credits",
@@ -255,7 +273,7 @@
255
273
  "name": "Kimi-K2.5",
256
274
  "vendor": "f",
257
275
  "maxOutputTokens": 32000,
258
- "maxInputTokens": 256000,
276
+ "maxInputTokens": 205000,
259
277
  "supportsToolCall": true,
260
278
  "supportsImages": true,
261
279
  "supportsReasoning": true,
@@ -265,7 +283,7 @@
265
283
  "effort": "medium",
266
284
  "summary": "auto"
267
285
  },
268
- "maxAllowedSize": 256000
286
+ "maxAllowedSize": 205000
269
287
  },
270
288
  {
271
289
  "credits": "x0.00 credits",
@@ -273,11 +291,11 @@
273
291
  "name": "GLM-4.7",
274
292
  "vendor": "f",
275
293
  "maxOutputTokens": 48000,
276
- "maxInputTokens": 200000,
294
+ "maxInputTokens": 160000,
277
295
  "supportsToolCall": true,
278
296
  "supportsImages": false,
279
297
  "disabledMultimodal": true,
280
- "maxAllowedSize": 200000,
298
+ "maxAllowedSize": 160000,
281
299
  "supportsReasoning": true,
282
300
  "temperature": 1,
283
301
  "relatedModels": {
@@ -518,6 +536,6 @@
518
536
  "CustomModelsJSON": true,
519
537
  "ImageGen": true
520
538
  },
521
- "commit": "88ee7b3928f7ee7731fd11e69f775e7f8085d071",
522
- "date": "2026-01-31T13:16:21.027Z"
539
+ "commit": "dacef1f1e5b2caffd9dffef6bf7cf1cb4aeeab38",
540
+ "date": "2026-02-01T19:23:10.137Z"
523
541
  }