@tencent-ai/agent-sdk 0.1.3 → 0.1.5

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.23.4",
3
+ "version": "2.24.0",
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",
@@ -17,6 +17,7 @@
17
17
  ],
18
18
  "tools": [
19
19
  "Task",
20
+ "TaskOutput",
20
21
  "Read",
21
22
  "Write",
22
23
  "Edit",
@@ -252,6 +253,6 @@
252
253
  "BillingNotice": false,
253
254
  "CustomModelsJSON": true
254
255
  },
255
- "commit": "31c97deaef9061152939eeae5daa51d6497c1bf8",
256
- "date": "2025-12-23T11:30:00.538Z"
256
+ "commit": "86ed62b07bfff57ef89af82f4f40d8e6ed432d05",
257
+ "date": "2025-12-24T14:17:59.481Z"
257
258
  }
@@ -19,6 +19,7 @@
19
19
  ],
20
20
  "tools": [
21
21
  "Task",
22
+ "TaskOutput",
22
23
  "Read",
23
24
  "Write",
24
25
  "Edit",
@@ -254,6 +255,6 @@
254
255
  "BillingNotice": false,
255
256
  "CustomModelsJSON": true
256
257
  },
257
- "commit": "31c97deaef9061152939eeae5daa51d6497c1bf8",
258
- "date": "2025-12-23T11:29:58.106Z"
258
+ "commit": "86ed62b07bfff57ef89af82f4f40d8e6ed432d05",
259
+ "date": "2025-12-24T14:17:56.991Z"
259
260
  }
@@ -18,8 +18,8 @@
18
18
  "gpt-5.1-codex",
19
19
  "gpt-5.1-codex-max",
20
20
  "gpt-5.1-codex-mini",
21
- "glm-4.7",
22
- "glm-4.6",
21
+ "glm-4.7-ioa",
22
+ "glm-4.6-ioa",
23
23
  "deepseek-v3.1"
24
24
  ],
25
25
  "commands": [
@@ -29,6 +29,7 @@
29
29
  ],
30
30
  "tools": [
31
31
  "Task",
32
+ "TaskOutput",
32
33
  "Read",
33
34
  "Write",
34
35
  "Edit",
@@ -205,7 +206,7 @@
205
206
  },
206
207
  {
207
208
  "credits": "x0.20 credits",
208
- "id": "glm-4.7",
209
+ "id": "glm-4.7-ioa",
209
210
  "name": "GLM-4.7",
210
211
  "vendor": "f",
211
212
  "maxOutputTokens": 48000,
@@ -219,7 +220,7 @@
219
220
  },
220
221
  {
221
222
  "credits": "x0.20 credits",
222
- "id": "glm-4.6",
223
+ "id": "glm-4.6-ioa",
223
224
  "name": "GLM-4.6",
224
225
  "vendor": "f",
225
226
  "maxOutputTokens": 32000,
@@ -477,6 +478,6 @@
477
478
  "BillingNotice": false,
478
479
  "CustomModelsJSON": true
479
480
  },
480
- "commit": "31c97deaef9061152939eeae5daa51d6497c1bf8",
481
- "date": "2025-12-23T11:29:59.333Z"
481
+ "commit": "86ed62b07bfff57ef89af82f4f40d8e6ed432d05",
482
+ "date": "2025-12-24T14:17:58.257Z"
482
483
  }
package/cli/product.json CHANGED
@@ -451,6 +451,10 @@
451
451
  "name": "tool-todowrite-planmode-result",
452
452
  "template": "./templates/tool-todowrite-planmode-result.tpl"
453
453
  },
454
+ {
455
+ "name": "tool-taskoutput-description",
456
+ "template": "- Retrieves output from a running or completed task (background shell, agent, or remote session)\n- Takes a task_id parameter identifying the task\n- Returns the task output along with status information\n- Use block=true (default) to wait for task completion\n- Use block=false for non-blocking check of current status\n- Task IDs can be found using the /tasks command\n- Works with all task types: background shells, async agents, and remote sessions\n"
457
+ },
454
458
  {
455
459
  "name": "tool-websearch-description",
456
460
  "template": "\n- Allows CodeBuddy Code to search the web and use the results to inform responses\n- Provides up-to-date information for current events and recent data\n- Returns search result information formatted as search result blocks\n- Use this tool for accessing information beyond CodeBuddy Code's knowledge cutoff\n- Searches are performed automatically within a single API call\n\nUsage notes:\n - Domain filtering is supported to include or block specific websites\n - Web search is only available in the US\n - Account for \"Today's date\" in <env>. For example, if <env> says \"Today's date: 2025-07-01\", and the user wants the latest docs, do not use 2024 in the search query. Use 2025.\n\n"
@@ -575,6 +579,7 @@
575
579
  ],
576
580
  "tools": [
577
581
  "Task",
582
+ "TaskOutput",
578
583
  "Read",
579
584
  "Write",
580
585
  "Edit",
@@ -816,8 +821,8 @@
816
821
  "DisablePlugin": true,
817
822
  "Skills": true,
818
823
  "UIComponentLibrary": true,
819
- "BillingNotice": true,
820
- "CustomModelsJSON": true
824
+ "CustomModelsJSON": true,
825
+ "BillingNotice": true
821
826
  },
822
827
  "featureToggles": {
823
828
  "SupportHttpsAgentProxy": true
@@ -929,6 +934,10 @@
929
934
  "name": "BashOutput",
930
935
  "description": "tool-bashoutput-description"
931
936
  },
937
+ {
938
+ "name": "TaskOutput",
939
+ "description": "tool-taskoutput-description"
940
+ },
932
941
  {
933
942
  "name": "KillShell",
934
943
  "description": "tool-killshell-description"
@@ -946,6 +955,6 @@
946
955
  "description": "tool-ask-user-question-description"
947
956
  }
948
957
  ],
949
- "commit": "31c97deaef9061152939eeae5daa51d6497c1bf8",
950
- "date": "2025-12-23T11:29:56.889Z"
958
+ "commit": "86ed62b07bfff57ef89af82f4f40d8e6ed432d05",
959
+ "date": "2025-12-24T14:17:55.624Z"
951
960
  }
@@ -14,6 +14,7 @@
14
14
  ],
15
15
  "tools": [
16
16
  "Task",
17
+ "TaskOutput",
17
18
  "Read",
18
19
  "Write",
19
20
  "Edit",
@@ -191,6 +192,6 @@
191
192
  "BillingNotice": false,
192
193
  "CustomModelsJSON": true
193
194
  },
194
- "commit": "31c97deaef9061152939eeae5daa51d6497c1bf8",
195
- "date": "2025-12-23T11:30:01.763Z"
195
+ "commit": "86ed62b07bfff57ef89af82f4f40d8e6ed432d05",
196
+ "date": "2025-12-24T14:18:00.696Z"
196
197
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@tencent-ai/agent-sdk",
3
- "version": "0.1.3",
3
+ "version": "0.1.5",
4
4
  "description": "CodeBuddy Code SDK for JavaScript/TypeScript",
5
5
  "main": "lib/index.js",
6
6
  "typings": "lib/index.d.ts",