@tencent-ai/codebuddy-code 2.7.0 → 2.8.0
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 +20 -0
- package/dist/codebuddy.js +3 -3
- package/lib/node/index.js +1 -0
- 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/lib/node/index.js
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@tencent-ai/codebuddy-code",
|
|
3
|
-
"version": "2.
|
|
3
|
+
"version": "2.8.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",
|
package/product.cloudhosted.json
CHANGED
|
@@ -203,6 +203,6 @@
|
|
|
203
203
|
"BillingNotice": false,
|
|
204
204
|
"CustomModelsJSON": true
|
|
205
205
|
},
|
|
206
|
-
"commit": "
|
|
207
|
-
"date": "2025-11-
|
|
206
|
+
"commit": "dee22dd2c7db1308e46d27b884d1e3c82e507e3a",
|
|
207
|
+
"date": "2025-11-24T02:03:33.089Z"
|
|
208
208
|
}
|
package/product.internal.json
CHANGED
|
@@ -205,6 +205,6 @@
|
|
|
205
205
|
"BillingNotice": false,
|
|
206
206
|
"CustomModelsJSON": true
|
|
207
207
|
},
|
|
208
|
-
"commit": "
|
|
209
|
-
"date": "2025-11-
|
|
208
|
+
"commit": "dee22dd2c7db1308e46d27b884d1e3c82e507e3a",
|
|
209
|
+
"date": "2025-11-24T02:03:29.567Z"
|
|
210
210
|
}
|
package/product.ioa.json
CHANGED
|
@@ -399,6 +399,6 @@
|
|
|
399
399
|
"BillingNotice": false,
|
|
400
400
|
"CustomModelsJSON": true
|
|
401
401
|
},
|
|
402
|
-
"commit": "
|
|
403
|
-
"date": "2025-11-
|
|
402
|
+
"commit": "dee22dd2c7db1308e46d27b884d1e3c82e507e3a",
|
|
403
|
+
"date": "2025-11-24T02:03:31.242Z"
|
|
404
404
|
}
|
package/product.json
CHANGED
|
@@ -313,7 +313,7 @@
|
|
|
313
313
|
},
|
|
314
314
|
{
|
|
315
315
|
"name": "system-reminder-md",
|
|
316
|
-
"template": "<system-reminder>\nAs you answer the user's questions, you can use the following context:\n# CodeBuddyMd\nCodebase and user instructions are shown below. Be sure to adhere to these instructions. IMPORTANT: These instructions OVERRIDE any default behavior and you MUST follow them exactly as written.\n{% if userMemory %}\n\nContents of {{homeDir}}/.codebuddy/CODEBUDDY.md (user's private global instructions for all projects):\n\n- {{userMemory}}\n{% endif %}\n{% if projectMemory %}\n\nContents of {{workDir}}/CODEBUDDY.md (project instructions, checked into the codebase):\n\n- {{projectMemory}}\n{% endif %}\n
|
|
316
|
+
"template": "<system-reminder>\nAs you answer the user's questions, you can use the following context:\n# CodeBuddyMd\nCodebase and user instructions are shown below. Be sure to adhere to these instructions. IMPORTANT: These instructions OVERRIDE any default behavior and you MUST follow them exactly as written.\n{% if userMemory %}\n\nContents of {{homeDir}}/.codebuddy/CODEBUDDY.md (user's private global instructions for all projects):\n\n- {{userMemory}}\n{% endif %}\n{% if projectMemory %}\n\nContents of {{workDir}}/CODEBUDDY.md (project instructions, checked into the codebase):\n\n- {{projectMemory}}\n{% endif %}\n\n IMPORTANT: this context may or may not be relevant to your tasks. You should not respond to this context unless it is highly relevant to your task.\n</system-reminder>\n\n"
|
|
317
317
|
},
|
|
318
318
|
{
|
|
319
319
|
"name": "system-reminder-todo-list",
|
|
@@ -775,6 +775,6 @@
|
|
|
775
775
|
"description": "tool-ask-user-question-description"
|
|
776
776
|
}
|
|
777
777
|
],
|
|
778
|
-
"commit": "
|
|
779
|
-
"date": "2025-11-
|
|
778
|
+
"commit": "dee22dd2c7db1308e46d27b884d1e3c82e507e3a",
|
|
779
|
+
"date": "2025-11-24T02:03:26.512Z"
|
|
780
780
|
}
|
package/product.selfhosted.json
CHANGED
|
@@ -158,6 +158,6 @@
|
|
|
158
158
|
"BillingNotice": false,
|
|
159
159
|
"CustomModelsJSON": true
|
|
160
160
|
},
|
|
161
|
-
"commit": "
|
|
162
|
-
"date": "2025-11-
|
|
161
|
+
"commit": "dee22dd2c7db1308e46d27b884d1e3c82e507e3a",
|
|
162
|
+
"date": "2025-11-24T02:03:34.959Z"
|
|
163
163
|
}
|