@tencent-ai/codebuddy-code 1.13.0 → 1.14.0-next.c80c336.20251016
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/CHANGELOG.md +17 -2
- package/dist/codebuddy.js +1 -1
- package/package.json +3 -2
- package/product.internal.json +2 -2
- package/product.ioa.json +2 -2
- package/product.json +3 -3
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@tencent-ai/codebuddy-code",
|
|
3
|
-
"version": "1.
|
|
3
|
+
"version": "1.14.0-next.c80c336.20251016",
|
|
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,7 +30,8 @@
|
|
|
30
30
|
"url": "https://cnb.cool/codebuddy/codebuddy-code/-/issues"
|
|
31
31
|
},
|
|
32
32
|
"publishConfig": {
|
|
33
|
-
"access": "public"
|
|
33
|
+
"access": "public",
|
|
34
|
+
"tag": "next"
|
|
34
35
|
},
|
|
35
36
|
"scripts": {},
|
|
36
37
|
"devDependencies": {}
|
package/product.internal.json
CHANGED
|
@@ -156,6 +156,6 @@
|
|
|
156
156
|
"productFeatures": {
|
|
157
157
|
"BillingNotice": false
|
|
158
158
|
},
|
|
159
|
-
"commit": "
|
|
160
|
-
"date": "2025-10-
|
|
159
|
+
"commit": "c80c3363bbfbd1f924ff1abb113190af7426136c",
|
|
160
|
+
"date": "2025-10-15T16:04:50.964Z"
|
|
161
161
|
}
|
package/product.ioa.json
CHANGED
|
@@ -287,6 +287,6 @@
|
|
|
287
287
|
"productFeatures": {
|
|
288
288
|
"BillingNotice": false
|
|
289
289
|
},
|
|
290
|
-
"commit": "
|
|
291
|
-
"date": "2025-10-
|
|
290
|
+
"commit": "c80c3363bbfbd1f924ff1abb113190af7426136c",
|
|
291
|
+
"date": "2025-10-15T16:04:52.194Z"
|
|
292
292
|
}
|
package/product.json
CHANGED
|
@@ -264,7 +264,7 @@
|
|
|
264
264
|
},
|
|
265
265
|
{
|
|
266
266
|
"name": "tool-read-description",
|
|
267
|
-
"template": "Reads a file from the local filesystem. You can access any file directly by using this tool.\nAssume this tool is able to read all files on the machine. If the User provides a path to a file assume that path is valid. It is okay to read a file that does not exist; an error will be returned.\n\nUsage:\n- The file_path parameter must be an absolute path, not a relative path\n- By default, it reads up to 2000 lines starting from the beginning of the file\n- You can optionally specify a line offset and limit (especially handy for long files), but it's recommended to read the whole file by not providing these parameters\n- Any lines longer than 2000 characters will be truncated\n- Results are returned using cat -n format, with line numbers starting at 1\n- This tool allows Terminal Assistant Agent to read images (eg PNG, JPG, etc). When reading an image file the contents are presented visually as Terminal Assistant Agent is a multimodal LLM.\n- This tool can read PDF files (.pdf). PDFs are processed page by page, extracting both text and visual content for analysis.\n-
|
|
267
|
+
"template": "Reads a file from the local filesystem. You can access any file directly by using this tool.\nAssume this tool is able to read all files on the machine. If the User provides a path to a file assume that path is valid. It is okay to read a file that does not exist; an error will be returned.\n\nUsage:\n- The file_path parameter must be an absolute path, not a relative path\n- By default, it reads up to 2000 lines starting from the beginning of the file\n- You can optionally specify a line offset and limit (especially handy for long files), but it's recommended to read the whole file by not providing these parameters\n- Any lines longer than 2000 characters will be truncated\n- Results are returned using cat -n format, with line numbers starting at 1\n- This tool allows Terminal Assistant Agent to read images (eg PNG, JPG, etc). When reading an image file the contents are presented visually as Terminal Assistant Agent is a multimodal LLM.\n- This tool can read PDF files (.pdf). PDFs are processed page by page, extracting both text and visual content for analysis.\n- This tool can read Jupyter notebooks (.ipynb files) and returns all cells with their outputs, combining code, text, and visualizations.\n- This tool can only read files, not directories. To read a directory, use an ls command via the Bash tool.\n- You have the capability to call multiple tools in a single response. It is always better to speculatively read multiple files as a batch that are potentially useful.\n- You will regularly be asked to read screenshots. If the user provides a path to a screenshot ALWAYS use this tool to view the file at the path. This tool will work with all temporary file paths like /var/folders/123/abc/T/TemporaryItems/NSIRD_screencaptureui_ZfB1tD/Screenshot.png\n- If you read a file that exists but has empty contents you will receive a system reminder warning in place of file contents.\n"
|
|
268
268
|
},
|
|
269
269
|
{
|
|
270
270
|
"name": "tool-edit-description",
|
|
@@ -625,6 +625,6 @@
|
|
|
625
625
|
"description": "tool-slashcommand-description"
|
|
626
626
|
}
|
|
627
627
|
],
|
|
628
|
-
"commit": "
|
|
629
|
-
"date": "2025-10-
|
|
628
|
+
"commit": "c80c3363bbfbd1f924ff1abb113190af7426136c",
|
|
629
|
+
"date": "2025-10-15T16:04:49.737Z"
|
|
630
630
|
}
|