@tencent-ai/codebuddy-code 2.127.2-next.a899ae7.202607272013 → 2.127.3-next.548f19c.202607281034
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-headless.js +15 -15
- package/dist/codebuddy.js +54 -54
- 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 +5 -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.127.
|
|
3
|
+
"version": "2.127.3-next.548f19c.202607281034",
|
|
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
|
@@ -830,6 +830,6 @@
|
|
|
830
830
|
"SelectImage": true,
|
|
831
831
|
"SkipToolCallSupportCheck": true
|
|
832
832
|
},
|
|
833
|
-
"commit": "
|
|
834
|
-
"date": "2026-07-
|
|
833
|
+
"commit": "548f19c887aea9fcb3f04a2a152e8256b95986e5",
|
|
834
|
+
"date": "2026-07-28T02:34:08.332Z"
|
|
835
835
|
}
|
package/product.internal.json
CHANGED
package/product.ioa.json
CHANGED
package/product.json
CHANGED
|
@@ -31,7 +31,9 @@
|
|
|
31
31
|
"copilot.tencent.com",
|
|
32
32
|
"staging-copilot.tencent.com",
|
|
33
33
|
"www.codebuddy.cn",
|
|
34
|
-
"staging.codebuddy.cn"
|
|
34
|
+
"staging.codebuddy.cn",
|
|
35
|
+
"www.workbuddy.cn",
|
|
36
|
+
"staging.workbuddy.cn"
|
|
35
37
|
],
|
|
36
38
|
"externalDomain": [
|
|
37
39
|
"www.codebuddy.ai",
|
|
@@ -1776,6 +1778,6 @@
|
|
|
1776
1778
|
"deferLoading": true
|
|
1777
1779
|
}
|
|
1778
1780
|
],
|
|
1779
|
-
"commit": "
|
|
1780
|
-
"date": "2026-07-
|
|
1781
|
+
"commit": "548f19c887aea9fcb3f04a2a152e8256b95986e5",
|
|
1782
|
+
"date": "2026-07-28T02:34:08.376Z"
|
|
1781
1783
|
}
|
package/product.selfhosted.json
CHANGED
|
@@ -344,6 +344,6 @@
|
|
|
344
344
|
"ScheduledTasks": true,
|
|
345
345
|
"SkipToolCallSupportCheck": true
|
|
346
346
|
},
|
|
347
|
-
"commit": "
|
|
348
|
-
"date": "2026-07-
|
|
347
|
+
"commit": "548f19c887aea9fcb3f04a2a152e8256b95986e5",
|
|
348
|
+
"date": "2026-07-28T02:34:08.431Z"
|
|
349
349
|
}
|