@tencent-ai/codebuddy-code 1.14.0-next.c80c336.20251016 → 1.15.0-next.0b681d3.20251020
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 +71 -0
- package/dist/293.codebuddy.js +1 -0
- package/dist/33.codebuddy.js +1 -0
- package/dist/344.codebuddy.js +1 -0
- package/dist/codebuddy.js +1 -1
- package/lib/node/index.js +1 -0
- package/package.json +1 -1
- package/product.internal.json +2 -2
- package/product.ioa.json +2 -2
- package/product.json +17 -3
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": "1.
|
|
3
|
+
"version": "1.15.0-next.0b681d3.20251020",
|
|
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.internal.json
CHANGED
|
@@ -156,6 +156,6 @@
|
|
|
156
156
|
"productFeatures": {
|
|
157
157
|
"BillingNotice": false
|
|
158
158
|
},
|
|
159
|
-
"commit": "
|
|
160
|
-
"date": "2025-10-
|
|
159
|
+
"commit": "0b681d375dbfd2459cf0c1aa47ea97bd2cb244a9",
|
|
160
|
+
"date": "2025-10-19T16:05:09.355Z"
|
|
161
161
|
}
|
package/product.ioa.json
CHANGED
|
@@ -287,6 +287,6 @@
|
|
|
287
287
|
"productFeatures": {
|
|
288
288
|
"BillingNotice": false
|
|
289
289
|
},
|
|
290
|
-
"commit": "
|
|
291
|
-
"date": "2025-10-
|
|
290
|
+
"commit": "0b681d375dbfd2459cf0c1aa47ea97bd2cb244a9",
|
|
291
|
+
"date": "2025-10-19T16:05:10.587Z"
|
|
292
292
|
}
|
package/product.json
CHANGED
|
@@ -10,6 +10,12 @@
|
|
|
10
10
|
"platform": "CLI",
|
|
11
11
|
"endpoint": "https://www.codebuddy.ai",
|
|
12
12
|
"stagingEndpoint": "https://staging-codebuddy.tencent.com",
|
|
13
|
+
"officialEndpoints": [
|
|
14
|
+
"https://copilot.tencent.com",
|
|
15
|
+
"https://staging-copilot.tencent.com",
|
|
16
|
+
"https://www.codebuddy.ai",
|
|
17
|
+
"https://staging-codebuddy.tencent.com"
|
|
18
|
+
],
|
|
13
19
|
"authentication": {
|
|
14
20
|
"id": "Tencent-Cloud.coding-copilot",
|
|
15
21
|
"type": "cli-external-link",
|
|
@@ -25,9 +31,17 @@
|
|
|
25
31
|
"copilot.tencent.com",
|
|
26
32
|
"staging-copilot.tencent.com"
|
|
27
33
|
],
|
|
34
|
+
"externalDomain": [
|
|
35
|
+
"www.codebuddy.ai",
|
|
36
|
+
"staging-codebuddy.tencent.com"
|
|
37
|
+
],
|
|
28
38
|
"iOADomain": [
|
|
29
39
|
"tencent.sso.copilot.tencent.com",
|
|
30
40
|
"tencent.sso.copilot-staging.tencent.com"
|
|
41
|
+
],
|
|
42
|
+
"cloudHostedDomain": [
|
|
43
|
+
"*.sso.copilot.tencent.com",
|
|
44
|
+
"*.sso.copilot-staging.tencent.com"
|
|
31
45
|
]
|
|
32
46
|
}
|
|
33
47
|
},
|
|
@@ -208,7 +222,7 @@
|
|
|
208
222
|
},
|
|
209
223
|
{
|
|
210
224
|
"name": "init-prompt",
|
|
211
|
-
"template": "Please analyze this codebase and create a CODEBUDDY.md file, which will be given to future instances of Terminal Assistant Agent to operate in this repository.\n \nWhat to add:\n1. Commands that will be commonly used, such as how to build, lint, and run tests. Include the necessary commands to develop in this codebase, such as how to run a single test.\n2. High-level code architecture and structure so that future instances can be productive more quickly. Focus on the \"big picture\" architecture that requires reading multiple files to understand\n\nUsage notes:\n- If there's already a CODEBUDDY.md, suggest improvements to
|
|
225
|
+
"template": "Please analyze this codebase and create a CODEBUDDY.md file, which will be given to future instances of Terminal Assistant Agent to operate in this repository.\n \nWhat to add:\n1. Commands that will be commonly used, such as how to build, lint, and run tests. Include the necessary commands to develop in this codebase, such as how to run a single test.\n2. High-level code architecture and structure so that future instances can be productive more quickly. Focus on the \"big picture\" architecture that requires reading multiple files to understand\n\nUsage notes:\n- First check if there's already an AGENTS.md file in the current directory. If it exists, DO NOT create a new CODEBUDDY.md file. Instead, suggest improvements to the existing AGENTS.md file.\n- If there's already a CODEBUDDY.md but no AGENTS.md, suggest improvements to the existing CODEBUDDY.md.\n- If there's already a AGENTS.md but no CODEBUDDY.md, suggest improvements to the existing AGENTS.md.\n- When creating a new file, create CODEBUDDY.md (not AGENTS.md) if neither exists.\n- When you make the initial file, do not repeat yourself and do not include obvious instructions like \"Provide helpful error messages to users\", \"Write unit tests for all new utilities\", \"Never include sensitive information (API keys, tokens) in code or commits\" \n- Avoid listing every component or file structure that can be easily discovered\n- Don't include generic development practices\n- If there are Claude Code rules (in ./CLAUDE.md) or Cursor rules (in .cursor/rules/ or .cursorrules) or Copilot rules (in .github/copilot-instructions.md) or ./AGENTS.md, make sure to include the important parts.\n- If there is a README.md, make sure to include the important parts. \n- Do not make up information such as \"Common Development Tasks\", \"Tips for Development\", \"Support and Documentation\" unless this is expressly included in other files that you read.\n- Be sure to prefix the file with the following text:\n```\n# CODEBUDDY.md This file provides guidance to CodeBuddy Code when working with code in this repository.\n```\n"
|
|
212
226
|
},
|
|
213
227
|
{
|
|
214
228
|
"name": "compact-agent-prompt",
|
|
@@ -625,6 +639,6 @@
|
|
|
625
639
|
"description": "tool-slashcommand-description"
|
|
626
640
|
}
|
|
627
641
|
],
|
|
628
|
-
"commit": "
|
|
629
|
-
"date": "2025-10-
|
|
642
|
+
"commit": "0b681d375dbfd2459cf0c1aa47ea97bd2cb244a9",
|
|
643
|
+
"date": "2025-10-19T16:05:08.121Z"
|
|
630
644
|
}
|