@tencent-ai/codebuddy-code 2.6.1-next.1685d5e.20251120 → 2.6.1-next.6d5f942.20251120
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 +14 -0
- package/dist/codebuddy.js +1 -1
- package/package.json +1 -1
- package/product.cloudhosted.json +2 -2
- package/product.internal.json +2 -2
- package/product.ioa.json +2 -2
- package/product.json +3 -3
- package/product.selfhosted.json +2 -2
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@tencent-ai/codebuddy-code",
|
|
3
|
-
"version": "2.6.1-next.
|
|
3
|
+
"version": "2.6.1-next.6d5f942.20251120",
|
|
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.cloudhosted.json
CHANGED
|
@@ -201,6 +201,6 @@
|
|
|
201
201
|
"BillingNotice": false,
|
|
202
202
|
"CustomModelsJSON": true
|
|
203
203
|
},
|
|
204
|
-
"commit": "
|
|
205
|
-
"date": "2025-11-
|
|
204
|
+
"commit": "6d5f9425f79329e3fde55f0d502e840ee83d45d8",
|
|
205
|
+
"date": "2025-11-20T10:05:58.360Z"
|
|
206
206
|
}
|
package/product.internal.json
CHANGED
|
@@ -203,6 +203,6 @@
|
|
|
203
203
|
"BillingNotice": false,
|
|
204
204
|
"CustomModelsJSON": true
|
|
205
205
|
},
|
|
206
|
-
"commit": "
|
|
207
|
-
"date": "2025-11-
|
|
206
|
+
"commit": "6d5f9425f79329e3fde55f0d502e840ee83d45d8",
|
|
207
|
+
"date": "2025-11-20T10:05:55.819Z"
|
|
208
208
|
}
|
package/product.ioa.json
CHANGED
|
@@ -397,6 +397,6 @@
|
|
|
397
397
|
"BillingNotice": false,
|
|
398
398
|
"CustomModelsJSON": true
|
|
399
399
|
},
|
|
400
|
-
"commit": "
|
|
401
|
-
"date": "2025-11-
|
|
400
|
+
"commit": "6d5f9425f79329e3fde55f0d502e840ee83d45d8",
|
|
401
|
+
"date": "2025-11-20T10:05:57.071Z"
|
|
402
402
|
}
|
package/product.json
CHANGED
|
@@ -345,7 +345,7 @@
|
|
|
345
345
|
},
|
|
346
346
|
{
|
|
347
347
|
"name": "tool-read-description",
|
|
348
|
-
"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
|
|
348
|
+
"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 can call multiple tools in a single response. It is always better to speculatively read multiple potentially useful files in parallel.\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.\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"
|
|
349
349
|
},
|
|
350
350
|
{
|
|
351
351
|
"name": "tool-edit-description",
|
|
@@ -773,6 +773,6 @@
|
|
|
773
773
|
"description": "tool-ask-user-question-description"
|
|
774
774
|
}
|
|
775
775
|
],
|
|
776
|
-
"commit": "
|
|
777
|
-
"date": "2025-11-
|
|
776
|
+
"commit": "6d5f9425f79329e3fde55f0d502e840ee83d45d8",
|
|
777
|
+
"date": "2025-11-20T10:05:54.498Z"
|
|
778
778
|
}
|
package/product.selfhosted.json
CHANGED
|
@@ -156,6 +156,6 @@
|
|
|
156
156
|
"BillingNotice": false,
|
|
157
157
|
"CustomModelsJSON": true
|
|
158
158
|
},
|
|
159
|
-
"commit": "
|
|
160
|
-
"date": "2025-11-
|
|
159
|
+
"commit": "6d5f9425f79329e3fde55f0d502e840ee83d45d8",
|
|
160
|
+
"date": "2025-11-20T10:05:59.924Z"
|
|
161
161
|
}
|