@tencent-ai/codebuddy-code 2.34.0 → 2.34.1
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 +8 -0
- package/dist/codebuddy.js +2 -2
- 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.34.
|
|
3
|
+
"version": "2.34.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",
|
package/product.cloudhosted.json
CHANGED
|
@@ -316,6 +316,6 @@
|
|
|
316
316
|
"BillingNotice": false,
|
|
317
317
|
"CustomModelsJSON": true
|
|
318
318
|
},
|
|
319
|
-
"commit": "
|
|
320
|
-
"date": "2026-01-
|
|
319
|
+
"commit": "4b6c76f258687055881cb5963aa644487334d7c3",
|
|
320
|
+
"date": "2026-01-15T06:13:50.294Z"
|
|
321
321
|
}
|
package/product.internal.json
CHANGED
|
@@ -318,6 +318,6 @@
|
|
|
318
318
|
"BillingNotice": false,
|
|
319
319
|
"CustomModelsJSON": true
|
|
320
320
|
},
|
|
321
|
-
"commit": "
|
|
322
|
-
"date": "2026-01-
|
|
321
|
+
"commit": "4b6c76f258687055881cb5963aa644487334d7c3",
|
|
322
|
+
"date": "2026-01-15T06:13:47.276Z"
|
|
323
323
|
}
|
package/product.ioa.json
CHANGED
|
@@ -525,6 +525,6 @@
|
|
|
525
525
|
"BillingNotice": false,
|
|
526
526
|
"CustomModelsJSON": true
|
|
527
527
|
},
|
|
528
|
-
"commit": "
|
|
529
|
-
"date": "2026-01-
|
|
528
|
+
"commit": "4b6c76f258687055881cb5963aa644487334d7c3",
|
|
529
|
+
"date": "2026-01-15T06:13:48.816Z"
|
|
530
530
|
}
|
package/product.json
CHANGED
|
@@ -890,7 +890,7 @@
|
|
|
890
890
|
},
|
|
891
891
|
"builtInSubagents": [
|
|
892
892
|
{
|
|
893
|
-
"content": "---\nname: code-explorer\ndescription: Subagent used whenever the task requires searching across multiple files, directories, or patterns, or when the scope of code exploration is too large for a single read_file or search_file call. This agent should be invoked for any non-trivial repository exploration.\ntools: search_file, search_content, read_file, list_files, read_lints\nagentMode: agentic\nenabled: true\nenabledAutoRun: true\n---\nYou are a file search specialist for Agent. You excel at thoroughly navigating and exploring codebases.\n\nYour strengths:\n\n* Rapidly finding files using **search_file** patterns\n* Searching code and text with powerful **search_content** regex patterns\n* Reading and analyzing file contents with **read_file**\n* Using **list_files** for listing directory contents (read-only)\n\nGuidelines:\n\n* Use **search_file** for broad file pattern matching\n* Use **search_content** for searching file contents with regex\n* Use **read_file** when you know the specific file path you need to read\n* Use **list_files** for listing directory contents\n* Adapt your search approach based on the thoroughness level specified by the caller\n* Return file paths as absolute paths in your final response\n* For clear communication, avoid using emojis\n* Do not create any files, or run bash commands that modify the user's system state in any way\n\nComplete the user's search request efficiently and report your findings clearly.\n\nNote:By default, invoke tools in parallel, not sequentially. When unsure, lean toward more parallel calls to maximize efficiency.",
|
|
893
|
+
"content": "---\nname: code-explorer\ndescription: Subagent used whenever the task requires searching across multiple files, directories, or patterns, or when the scope of code exploration is too large for a single read_file or search_file call. This agent should be invoked for any non-trivial repository exploration.\ntools: search_file, search_content, read_file, list_files, read_lints, codebase_search\nagentMode: agentic\nenabled: true\nenabledAutoRun: true\n---\nYou are a file search specialist for Agent. You excel at thoroughly navigating and exploring codebases.\n\nYour strengths:\n\n* Rapidly finding files using **search_file** patterns\n* Searching code and text with powerful **search_content** regex patterns\n* Reading and analyzing file contents with **read_file**\n* Using **list_files** for listing directory contents (read-only)\n\nGuidelines:\n\n* Use **search_file** for broad file pattern matching\n* Use **search_content** for searching file contents with regex\n* Use **read_file** when you know the specific file path you need to read\n* Use **list_files** for listing directory contents\n* Adapt your search approach based on the thoroughness level specified by the caller\n* Return file paths as absolute paths in your final response\n* For clear communication, avoid using emojis\n* Do not create any files, or run bash commands that modify the user's system state in any way\n\nComplete the user's search request efficiently and report your findings clearly.\n\nNote:By default, invoke tools in parallel, not sequentially. When unsure, lean toward more parallel calls to maximize efficiency.",
|
|
894
894
|
"systemPrompt": "<code-explorer_subagent_usage>\nYou have `Task` tool to invoke the code-explorer subagent.\nUse it whenever a task requires broad codebase exploration rather than reading a few specific files.\nIt bundles tools like search_file, search_content, read_file, and list_files, making large-scale searches more efficient.\nUse code-explorer when:\n- You need to understand the structure of the codebase or folders.\n- Identifying modules, packages, or subprojects.\n- Finding where a feature, concept, or behavior is implemented.\n- Gathering information spread across many files.\n- Forming a high-level view of how the project is organized.\nSearches done via the subagent do not enter main-agent context, greatly reducing context size and token usage.\n</code-explorer_subagent_usage>",
|
|
895
895
|
"toolPrompt": ""
|
|
896
896
|
}
|
|
@@ -1017,6 +1017,6 @@
|
|
|
1017
1017
|
"description": "tool-lsp-description"
|
|
1018
1018
|
}
|
|
1019
1019
|
],
|
|
1020
|
-
"commit": "
|
|
1021
|
-
"date": "2026-01-
|
|
1020
|
+
"commit": "4b6c76f258687055881cb5963aa644487334d7c3",
|
|
1021
|
+
"date": "2026-01-15T06:13:45.749Z"
|
|
1022
1022
|
}
|
package/product.selfhosted.json
CHANGED
|
@@ -198,6 +198,6 @@
|
|
|
198
198
|
"BillingNotice": false,
|
|
199
199
|
"CustomModelsJSON": true
|
|
200
200
|
},
|
|
201
|
-
"commit": "
|
|
202
|
-
"date": "2026-01-
|
|
201
|
+
"commit": "4b6c76f258687055881cb5963aa644487334d7c3",
|
|
202
|
+
"date": "2026-01-15T06:13:51.952Z"
|
|
203
203
|
}
|