@tencent-ai/codebuddy-code 2.7.0 → 2.8.0-next.4a6630d.20251124

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/lib/node/index.js CHANGED
@@ -1,5 +1,6 @@
1
1
  import './process';
2
2
  export * from './agent';
3
+ export * from './acp';
3
4
  export * from './ask';
4
5
  export * from './authentication';
5
6
  export * from './billing';
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@tencent-ai/codebuddy-code",
3
- "version": "2.7.0",
3
+ "version": "2.8.0-next.4a6630d.20251124",
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": {}
@@ -203,6 +203,6 @@
203
203
  "BillingNotice": false,
204
204
  "CustomModelsJSON": true
205
205
  },
206
- "commit": "2ff7171279d9aebf2d8f83c7380a5c98c6f7c848",
207
- "date": "2025-11-20T16:19:26.947Z"
206
+ "commit": "4a6630d678c3d6375ba192468fc8592ebd7061f8",
207
+ "date": "2025-11-24T04:05:41.369Z"
208
208
  }
@@ -205,6 +205,6 @@
205
205
  "BillingNotice": false,
206
206
  "CustomModelsJSON": true
207
207
  },
208
- "commit": "2ff7171279d9aebf2d8f83c7380a5c98c6f7c848",
209
- "date": "2025-11-20T16:19:24.589Z"
208
+ "commit": "4a6630d678c3d6375ba192468fc8592ebd7061f8",
209
+ "date": "2025-11-24T04:05:38.798Z"
210
210
  }
package/product.ioa.json CHANGED
@@ -399,6 +399,6 @@
399
399
  "BillingNotice": false,
400
400
  "CustomModelsJSON": true
401
401
  },
402
- "commit": "2ff7171279d9aebf2d8f83c7380a5c98c6f7c848",
403
- "date": "2025-11-20T16:19:25.785Z"
402
+ "commit": "4a6630d678c3d6375ba192468fc8592ebd7061f8",
403
+ "date": "2025-11-24T04:05:40.074Z"
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{% 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"
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": "2ff7171279d9aebf2d8f83c7380a5c98c6f7c848",
779
- "date": "2025-11-20T16:19:23.447Z"
778
+ "commit": "4a6630d678c3d6375ba192468fc8592ebd7061f8",
779
+ "date": "2025-11-24T04:05:37.349Z"
780
780
  }
@@ -158,6 +158,6 @@
158
158
  "BillingNotice": false,
159
159
  "CustomModelsJSON": true
160
160
  },
161
- "commit": "2ff7171279d9aebf2d8f83c7380a5c98c6f7c848",
162
- "date": "2025-11-20T16:19:28.134Z"
161
+ "commit": "4a6630d678c3d6375ba192468fc8592ebd7061f8",
162
+ "date": "2025-11-24T04:05:42.961Z"
163
163
  }