@tencent-ai/codebuddy-code 2.121.1 → 2.121.2-dev.91a753c.202607151135
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 +18 -0
- package/dist/codebuddy-headless.js +44 -59
- package/dist/codebuddy.js +49 -64
- package/dist/web-ui/assets/{index-BYWE_gvw.js → index-XpnCWZWc.js} +230 -230
- package/dist/web-ui/index.html +1 -1
- package/dist/web-ui/sw.js +1 -1
- package/package.json +3 -2
- package/product.cloudhosted.json +2 -2
- package/product.internal.json +2 -2
- package/product.ioa.json +2 -2
- package/product.json +2 -2
- package/product.selfhosted.json +2 -2
- package/vendor/toybox-macos/toybox +0 -0
- package/vendor/zsh-macos/bin/zsh +0 -0
- package/lib/node/index.js +0 -30
package/dist/web-ui/index.html
CHANGED
|
@@ -15,7 +15,7 @@
|
|
|
15
15
|
<meta name="apple-mobile-web-app-status-bar-style" content="black-translucent">
|
|
16
16
|
<meta name="mobile-web-app-capable" content="yes">
|
|
17
17
|
<link rel="apple-touch-icon" href="/pwa-icon.svg">
|
|
18
|
-
<script type="module" crossorigin src="/assets/index-
|
|
18
|
+
<script type="module" crossorigin src="/assets/index-XpnCWZWc.js"></script>
|
|
19
19
|
<link rel="modulepreload" crossorigin href="/assets/markdown-Ce2Umeb2.js">
|
|
20
20
|
<link rel="modulepreload" crossorigin href="/assets/vendor-DpYitQz5.js">
|
|
21
21
|
<link rel="stylesheet" crossorigin href="/assets/index-BgfMmD6x.css">
|
package/dist/web-ui/sw.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
if(!self.define){let e,s={};const
|
|
1
|
+
if(!self.define){let e,s={};const n=(n,o)=>(n=new URL(n+".js",o).href,s[n]||new Promise(s=>{if("document"in self){const e=document.createElement("script");e.src=n,e.onload=s,document.head.appendChild(e)}else e=n,importScripts(n),s()}).then(()=>{let e=s[n];if(!e)throw new Error(`Module ${n} didn’t register its module`);return e}));self.define=(o,i)=>{const l=e||("document"in self?document.currentScript.src:"")||location.href;if(s[l])return;let r={};const t=e=>n(e,l),f={module:{uri:l},exports:r,require:t};s[l]=Promise.all(o.map(e=>f[e]||t(e))).then(e=>(i(...e),r))}}define(["./workbox-fed2bdfe"],function(e){"use strict";self.skipWaiting(),e.clientsClaim(),e.precacheAndRoute([{url:"sandbox_proxy.html",revision:"e54bd087bf8b90d87d84c3cd8f2c22e9"},{url:"pwa-icon.svg",revision:"673adddf1548f59682764258005b6034"},{url:"logo.svg",revision:"269aa921a3f446f8e17843c89ed7bf35"},{url:"index.html",revision:"ccc01f554bbbd00683470fe357f2a1c0"},{url:"assets/workbox-window.prod.es5-BBnX5xw4.js",revision:null},{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/index-XpnCWZWc.js",revision:null},{url:"assets/index-DixJ0kqk.js",revision:null},{url:"assets/index-BgfMmD6x.css",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:"269aa921a3f446f8e17843c89ed7bf35"},{url:"pwa-icon.svg",revision:"673adddf1548f59682764258005b6034"},{url:"manifest.webmanifest",revision:"7a003d0094122eb3e607566c757e9885"}],{}),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.121.
|
|
3
|
+
"version": "2.121.2-dev.91a753c.202607151135",
|
|
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",
|
|
@@ -42,7 +42,8 @@
|
|
|
42
42
|
"url": "https://cnb.cool/codebuddy/codebuddy-code/-/issues"
|
|
43
43
|
},
|
|
44
44
|
"publishConfig": {
|
|
45
|
-
"access": "public"
|
|
45
|
+
"access": "public",
|
|
46
|
+
"tag": "dev"
|
|
46
47
|
},
|
|
47
48
|
"scripts": {},
|
|
48
49
|
"devDependencies": {}
|
package/product.cloudhosted.json
CHANGED
|
@@ -827,6 +827,6 @@
|
|
|
827
827
|
"SelectImage": true,
|
|
828
828
|
"SkipToolCallSupportCheck": true
|
|
829
829
|
},
|
|
830
|
-
"commit": "
|
|
831
|
-
"date": "2026-07-
|
|
830
|
+
"commit": "91a753cda0f3475dfc61f0c68a1e2e000eeb00c0",
|
|
831
|
+
"date": "2026-07-15T03:34:29.602Z"
|
|
832
832
|
}
|
package/product.internal.json
CHANGED
package/product.ioa.json
CHANGED
package/product.json
CHANGED
package/product.selfhosted.json
CHANGED
|
@@ -342,6 +342,6 @@
|
|
|
342
342
|
"ScheduledTasks": true,
|
|
343
343
|
"SkipToolCallSupportCheck": true
|
|
344
344
|
},
|
|
345
|
-
"commit": "
|
|
346
|
-
"date": "2026-07-
|
|
345
|
+
"commit": "91a753cda0f3475dfc61f0c68a1e2e000eeb00c0",
|
|
346
|
+
"date": "2026-07-15T03:34:29.602Z"
|
|
347
347
|
}
|
|
Binary file
|
package/vendor/zsh-macos/bin/zsh
CHANGED
|
Binary file
|
package/lib/node/index.js
DELETED
|
@@ -1,30 +0,0 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* TUI mode entry point — full module set.
|
|
3
|
-
*
|
|
4
|
-
* Re-exports all shared modules from index-shared.ts, then adds TUI-only modules.
|
|
5
|
-
* The shared file is the DEFAULT place to add new modules.
|
|
6
|
-
* Only add exports here if the module has hard TUI dependencies
|
|
7
|
-
* (e.g., imports from ./ui, ink, react, TUI panels).
|
|
8
|
-
*
|
|
9
|
-
* See also: index-headless.ts (headless/SDK entry point)
|
|
10
|
-
*/
|
|
11
|
-
import './process';
|
|
12
|
-
export * from './index-shared';
|
|
13
|
-
// ── TUI-only modules ─────────────────────────────────────────────────
|
|
14
|
-
// These modules are excluded from headless builds because they depend on
|
|
15
|
-
// TUI rendering (ink/react), heavy optional deps, or interactive-only features.
|
|
16
|
-
export * from './doctor'; // CLI diagnostics wizard
|
|
17
|
-
export * from './install'; // CLI install / shell-setup
|
|
18
|
-
export * from './navigation'; // TUI page routing
|
|
19
|
-
export * from './remote-control'; // Remote control via WeChat etc.
|
|
20
|
-
export * from './remote-gateway'; // Remote gateway (local + cloud)
|
|
21
|
-
export * from './resume'; // ResumeMiddleware (imports TUI panel)
|
|
22
|
-
export * from './sandbox'; // e2b sandbox (heavy deps ~1250 modules)
|
|
23
|
-
export * from './shortcut'; // TUI keyboard shortcuts
|
|
24
|
-
export * from './tips'; // TUI tips / user state tracking
|
|
25
|
-
export * from './worktree'; // Git worktree management
|
|
26
|
-
export * from './ui'; // TUI UI components
|
|
27
|
-
export * from './feedback-survey'; // TUI feedback survey
|
|
28
|
-
export * from './undo-redo'; // TUI undo/redo
|
|
29
|
-
export * from './prompt-suggestion'; // TUI prompt suggestions
|
|
30
|
-
//# sourceMappingURL=index.js.map
|