@tencent-ai/codebuddy-code 2.31.1 → 2.31.2-next.7f4c8cc.20260112
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 -0
- package/dist/codebuddy.js +2 -2
- package/package.json +3 -2
- package/product.cloudhosted.json +2 -2
- package/product.internal.json +2 -2
- package/product.ioa.json +2 -2
- package/product.json +7 -4
- 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.31.
|
|
3
|
+
"version": "2.31.2-next.7f4c8cc.20260112",
|
|
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",
|
|
@@ -29,7 +29,8 @@
|
|
|
29
29
|
"url": "https://cnb.cool/codebuddy/codebuddy-code/-/issues"
|
|
30
30
|
},
|
|
31
31
|
"publishConfig": {
|
|
32
|
-
"access": "public"
|
|
32
|
+
"access": "public",
|
|
33
|
+
"tag": "next"
|
|
33
34
|
},
|
|
34
35
|
"scripts": {},
|
|
35
36
|
"devDependencies": {},
|
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": "7f4c8cc62814d18709d9c0c445a66064dfe93dff",
|
|
320
|
+
"date": "2026-01-11T16:08:27.185Z"
|
|
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": "7f4c8cc62814d18709d9c0c445a66064dfe93dff",
|
|
322
|
+
"date": "2026-01-11T16:08:24.669Z"
|
|
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": "7f4c8cc62814d18709d9c0c445a66064dfe93dff",
|
|
529
|
+
"date": "2026-01-11T16:08:25.935Z"
|
|
530
530
|
}
|
package/product.json
CHANGED
|
@@ -478,12 +478,16 @@
|
|
|
478
478
|
},
|
|
479
479
|
{
|
|
480
480
|
"name": "tool-exit-planmode-description",
|
|
481
|
-
"template": "Use this tool when you are in plan mode and have finished
|
|
481
|
+
"template": "Use this tool when you are in plan mode and have finished writing your plan to the plan file and are ready for user approval.\n\n## How This Tool Works\n- You should have already written your plan to the plan file specified in the plan mode system message\n- This tool does NOT take the plan content as a parameter - it will read the plan from the file you wrote\n- This tool simply signals that you're done planning and ready for the user to review and approve\n- The user will see the contents of your plan file when they review it\n\n## When to Use This Tool\nIMPORTANT: Only use this tool when the task requires planning the implementation steps of a task that requires writing code. For research tasks where you're gathering information, searching files, reading files or in general trying to understand the codebase - do NOT use this tool.\n\n## Handling Ambiguity in Plans\nBefore using this tool, ensure your plan is clear and unambiguous. If there are multiple valid approaches or unclear requirements:\n1. Use the AskUserQuestion tool to clarify with the user\n2. Ask about specific implementation choices (e.g., architectural patterns, which library to use)\n3. Clarify any assumptions that could affect the implementation\n4. Edit your plan file to incorporate user feedback\n5. Only proceed with ExitPlanMode after resolving ambiguities and updating the plan file\n\n## Examples\n\n1. Initial task: \\\"Search for and understand the implementation of vim mode in the codebase\\\" - Do not use the exit plan mode tool because you are not planning the implementation steps of a task.\n2. Initial task: \\\"Help me implement yank mode for vim\\\" - Use the exit plan mode tool after you have finished planning the implementation steps of the task.\n3. Initial task: \\\"Add a new feature to handle user authentication\\\" - If unsure about auth method (OAuth, JWT, etc.), use AskUserQuestion first, then use exit plan mode tool after clarifying the approach.\n"
|
|
482
482
|
},
|
|
483
483
|
{
|
|
484
484
|
"name": "tool-exit-planmode-rejected",
|
|
485
485
|
"template": "The user doesn't want to proceed with this tool use. The tool use was rejected (eg. if it was a file edit, the new_string was NOT written to the file). STOP what you are doing and wait for the user to tell you how to proceed.\n"
|
|
486
486
|
},
|
|
487
|
+
{
|
|
488
|
+
"name": "tool-exit-planmode-resolve",
|
|
489
|
+
"template": "User has approved your plan. You can now start coding. Start with updating your todo list if applicable\n\nYour plan has been saved to: {{ planFilePath }}\nYou can refer back to it if needed during implementation.\n\n## Approved Plan:\n{{ plan }}\n\n<system-reminder>\n## Exited Plan Mode\n\nYou have exited plan mode. You can now make edits, run tools, and take actions. The plan file is located at {{ planFilePath }} if you need to reference it.\n</system-reminder>\n"
|
|
490
|
+
},
|
|
487
491
|
{
|
|
488
492
|
"name": "tool-bashoutput-description",
|
|
489
493
|
"template": "\n- Retrieves output from a running or completed background bash shell\n- Takes a shell_id parameter identifying the shell\n- Always returns only new output since the last check\n- Returns stdout and stderr output along with shell status\n- Supports optional regex filtering to show only lines matching a pattern\n- Use this tool when you need to monitor or check the output of a long-running shell\n- Shell IDs can be found using the /bashes command\n\n"
|
|
@@ -866,7 +870,6 @@
|
|
|
866
870
|
"SelectComponent": true,
|
|
867
871
|
"UIComponentLibrary": true,
|
|
868
872
|
"CustomModelsJSON": true,
|
|
869
|
-
"LSP": true,
|
|
870
873
|
"BillingNotice": true
|
|
871
874
|
},
|
|
872
875
|
"featureToggles": {
|
|
@@ -1014,6 +1017,6 @@
|
|
|
1014
1017
|
"description": "tool-lsp-description"
|
|
1015
1018
|
}
|
|
1016
1019
|
],
|
|
1017
|
-
"commit": "
|
|
1018
|
-
"date": "2026-01-
|
|
1020
|
+
"commit": "7f4c8cc62814d18709d9c0c445a66064dfe93dff",
|
|
1021
|
+
"date": "2026-01-11T16:08:23.419Z"
|
|
1019
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": "7f4c8cc62814d18709d9c0c445a66064dfe93dff",
|
|
202
|
+
"date": "2026-01-11T16:08:28.438Z"
|
|
203
203
|
}
|