@tencent-ai/codebuddy-code 2.94.2-next.002b273.20260429 → 2.94.3
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 +11 -0
- package/dist/codebuddy-headless.js +2 -2
- package/dist/codebuddy.js +2 -2
- package/dist/web-ui/assets/{index-DLM8MyYE.js → index-CTVrXYxd.js} +126 -126
- package/dist/web-ui/index.html +1 -1
- package/dist/web-ui/sw.js +1 -1
- package/package.json +2 -3
- package/product.cloudhosted.json +2 -2
- package/product.internal.json +4 -4
- package/product.ioa.json +3 -3
- package/product.json +2 -2
- package/product.selfhosted.json +2 -2
package/dist/web-ui/index.html
CHANGED
|
@@ -19,7 +19,7 @@
|
|
|
19
19
|
<link rel="preconnect" href="https://fonts.googleapis.com">
|
|
20
20
|
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
|
|
21
21
|
<link href="https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600;700&display=swap" rel="stylesheet">
|
|
22
|
-
<script type="module" crossorigin src="/assets/index-
|
|
22
|
+
<script type="module" crossorigin src="/assets/index-CTVrXYxd.js"></script>
|
|
23
23
|
<link rel="modulepreload" crossorigin href="/assets/markdown-Ce2Umeb2.js">
|
|
24
24
|
<link rel="modulepreload" crossorigin href="/assets/vendor-DpYitQz5.js">
|
|
25
25
|
<link rel="stylesheet" crossorigin href="/assets/index-pCdeaJFc.css">
|
package/dist/web-ui/sw.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
if(!self.define){let e,s={};const i=(i,n)=>(i=new URL(i+".js",n).href,s[i]||new Promise(s=>{if("document"in self){const e=document.createElement("script");e.src=i,e.onload=s,document.head.appendChild(e)}else e=i,importScripts(i),s()}).then(()=>{let e=s[i];if(!e)throw new Error(`Module ${i} didn’t register its module`);return e}));self.define=(n,o)=>{const l=e||("document"in self?document.currentScript.src:"")||location.href;if(s[l])return;let t={};const r=e=>i(e,l),u={module:{uri:l},exports:t,require:r};s[l]=Promise.all(n.map(e=>u[e]||r(e))).then(e=>(o(...e),t))}}define(["./workbox-e082a648"],function(e){"use strict";self.skipWaiting(),e.clientsClaim(),e.precacheAndRoute([{url:"registerSW.js",revision:"1872c500de691dce40960bb85481de07"},{url:"logo.svg",revision:"6165db837a6039880af9705aa09be574"},{url:"index.html",revision:"
|
|
1
|
+
if(!self.define){let e,s={};const i=(i,n)=>(i=new URL(i+".js",n).href,s[i]||new Promise(s=>{if("document"in self){const e=document.createElement("script");e.src=i,e.onload=s,document.head.appendChild(e)}else e=i,importScripts(i),s()}).then(()=>{let e=s[i];if(!e)throw new Error(`Module ${i} didn’t register its module`);return e}));self.define=(n,o)=>{const l=e||("document"in self?document.currentScript.src:"")||location.href;if(s[l])return;let t={};const r=e=>i(e,l),u={module:{uri:l},exports:t,require:r};s[l]=Promise.all(n.map(e=>u[e]||r(e))).then(e=>(o(...e),t))}}define(["./workbox-e082a648"],function(e){"use strict";self.skipWaiting(),e.clientsClaim(),e.precacheAndRoute([{url:"registerSW.js",revision:"1872c500de691dce40960bb85481de07"},{url:"logo.svg",revision:"6165db837a6039880af9705aa09be574"},{url:"index.html",revision:"02b5737b7cc2cc3d54583ae54ea8db2c"},{url:"assets/vendor-DpYitQz5.js",revision:null},{url:"assets/octicons-CaZ_fok2.woff2",revision:null},{url:"assets/mfixx-CpAhKOZz.woff2",revision:null},{url:"assets/markdown-Ce2Umeb2.js",revision:null},{url:"assets/logo-iZVLr450.svg",revision:null},{url:"assets/index-pCdeaJFc.css",revision:null},{url:"assets/index-DixJ0kqk.js",revision:null},{url:"assets/index-CTVrXYxd.js",revision:null},{url:"assets/fontawesome-B-jkhYfk.woff2",revision:null},{url:"assets/file-icons-C0jOugUK.woff2",revision:null},{url:"assets/devopicons-QN4QXivI.woff2",revision:null},{url:"logo.svg",revision:"6165db837a6039880af9705aa09be574"},{url:"manifest.webmanifest",revision:"ed76a251c8eb35918791b0d0a060a0c2"}],{}),e.cleanupOutdatedCaches(),e.registerRoute(new e.NavigationRoute(e.createHandlerBoundToURL("/index.html"),{denylist:[/^\/api/,/^\/gateway/,/^\/docs\//]})),e.registerRoute(/^https:\/\/fonts\.googleapis\.com/,new e.StaleWhileRevalidate({cacheName:"google-fonts-stylesheets",plugins:[]}),"GET"),e.registerRoute(/^https:\/\/fonts\.gstatic\.com/,new e.CacheFirst({cacheName:"google-fonts-webfonts",plugins:[new e.ExpirationPlugin({maxEntries:20,maxAgeSeconds:31536e3})]}),"GET")});
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@tencent-ai/codebuddy-code",
|
|
3
|
-
"version": "2.94.
|
|
3
|
+
"version": "2.94.3",
|
|
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,8 +29,7 @@
|
|
|
29
29
|
"url": "https://cnb.cool/codebuddy/codebuddy-code/-/issues"
|
|
30
30
|
},
|
|
31
31
|
"publishConfig": {
|
|
32
|
-
"access": "public"
|
|
33
|
-
"tag": "next"
|
|
32
|
+
"access": "public"
|
|
34
33
|
},
|
|
35
34
|
"scripts": {},
|
|
36
35
|
"devDependencies": {},
|
package/product.cloudhosted.json
CHANGED
|
@@ -399,6 +399,6 @@
|
|
|
399
399
|
"ScheduledTasks": true,
|
|
400
400
|
"SkillManage": false
|
|
401
401
|
},
|
|
402
|
-
"commit": "
|
|
403
|
-
"date": "2026-04-29T04:
|
|
402
|
+
"commit": "8bbadadbb5725c1bcb4f9cbe9d93aa05947983a8",
|
|
403
|
+
"date": "2026-04-29T04:45:38.914Z"
|
|
404
404
|
}
|
package/product.internal.json
CHANGED
|
@@ -525,7 +525,7 @@
|
|
|
525
525
|
}
|
|
526
526
|
},
|
|
527
527
|
{
|
|
528
|
-
"credits": "x0.
|
|
528
|
+
"credits": "x0.37 credits",
|
|
529
529
|
"id": "hy3-preview",
|
|
530
530
|
"name": "Hy3 preview",
|
|
531
531
|
"vendor": "j",
|
|
@@ -533,7 +533,7 @@
|
|
|
533
533
|
"maxInputTokens": 192000,
|
|
534
534
|
"maxAllowedSize": 192000,
|
|
535
535
|
"supportsToolCall": true,
|
|
536
|
-
"supportsImages":
|
|
536
|
+
"supportsImages": true,
|
|
537
537
|
"disabledMultimodal": false,
|
|
538
538
|
"supportsReasoning": true,
|
|
539
539
|
"temperature": 0.9,
|
|
@@ -606,6 +606,6 @@
|
|
|
606
606
|
}
|
|
607
607
|
}
|
|
608
608
|
},
|
|
609
|
-
"commit": "
|
|
610
|
-
"date": "2026-04-29T04:
|
|
609
|
+
"commit": "8bbadadbb5725c1bcb4f9cbe9d93aa05947983a8",
|
|
610
|
+
"date": "2026-04-29T04:45:38.883Z"
|
|
611
611
|
}
|
package/product.ioa.json
CHANGED
|
@@ -585,7 +585,7 @@
|
|
|
585
585
|
"maxInputTokens": 192000,
|
|
586
586
|
"maxAllowedSize": 192000,
|
|
587
587
|
"supportsToolCall": true,
|
|
588
|
-
"supportsImages":
|
|
588
|
+
"supportsImages": true,
|
|
589
589
|
"disabledMultimodal": false,
|
|
590
590
|
"supportsReasoning": true,
|
|
591
591
|
"temperature": 0.9,
|
|
@@ -1028,6 +1028,6 @@
|
|
|
1028
1028
|
}
|
|
1029
1029
|
}
|
|
1030
1030
|
},
|
|
1031
|
-
"commit": "
|
|
1032
|
-
"date": "2026-04-29T04:
|
|
1031
|
+
"commit": "8bbadadbb5725c1bcb4f9cbe9d93aa05947983a8",
|
|
1032
|
+
"date": "2026-04-29T04:45:38.960Z"
|
|
1033
1033
|
}
|
package/product.json
CHANGED
|
@@ -1566,6 +1566,6 @@
|
|
|
1566
1566
|
"description": "Send a reply to a WeCom (企业微信) user. For text: pass text (markdown supported)."
|
|
1567
1567
|
}
|
|
1568
1568
|
],
|
|
1569
|
-
"commit": "
|
|
1570
|
-
"date": "2026-04-29T04:
|
|
1569
|
+
"commit": "8bbadadbb5725c1bcb4f9cbe9d93aa05947983a8",
|
|
1570
|
+
"date": "2026-04-29T04:45:38.959Z"
|
|
1571
1571
|
}
|
package/product.selfhosted.json
CHANGED
|
@@ -286,6 +286,6 @@
|
|
|
286
286
|
"DeferToolLoading": true,
|
|
287
287
|
"ScheduledTasks": true
|
|
288
288
|
},
|
|
289
|
-
"commit": "
|
|
290
|
-
"date": "2026-04-29T04:
|
|
289
|
+
"commit": "8bbadadbb5725c1bcb4f9cbe9d93aa05947983a8",
|
|
290
|
+
"date": "2026-04-29T04:45:38.966Z"
|
|
291
291
|
}
|