@tencent-ai/codebuddy-code 2.124.0-dev.d2f73ee.202607181755 → 2.124.0

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.
@@ -0,0 +1,30 @@
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
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@tencent-ai/codebuddy-code",
3
- "version": "2.124.0-dev.d2f73ee.202607181755",
3
+ "version": "2.124.0",
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",
@@ -43,8 +43,7 @@
43
43
  "url": "https://cnb.cool/codebuddy/codebuddy-code/-/issues"
44
44
  },
45
45
  "publishConfig": {
46
- "access": "public",
47
- "tag": "dev"
46
+ "access": "public"
48
47
  },
49
48
  "scripts": {},
50
49
  "devDependencies": {}
@@ -830,6 +830,6 @@
830
830
  "SelectImage": true,
831
831
  "SkipToolCallSupportCheck": true
832
832
  },
833
- "commit": "d2f73eecf45d8628dfeadb1b7bf7df85695f2697",
834
- "date": "2026-07-18T09:55:16.321Z"
833
+ "commit": "fa494b572659f7c0f58453d0e7a70117d12c2b8e",
834
+ "date": "2026-07-17T12:41:43.256Z"
835
835
  }
@@ -787,6 +787,6 @@
787
787
  }
788
788
  }
789
789
  },
790
- "commit": "d2f73eecf45d8628dfeadb1b7bf7df85695f2697",
791
- "date": "2026-07-18T09:55:16.321Z"
790
+ "commit": "fa494b572659f7c0f58453d0e7a70117d12c2b8e",
791
+ "date": "2026-07-17T12:41:43.264Z"
792
792
  }
package/product.ioa.json CHANGED
@@ -1192,6 +1192,6 @@
1192
1192
  }
1193
1193
  }
1194
1194
  },
1195
- "commit": "d2f73eecf45d8628dfeadb1b7bf7df85695f2697",
1196
- "date": "2026-07-18T09:55:16.321Z"
1195
+ "commit": "fa494b572659f7c0f58453d0e7a70117d12c2b8e",
1196
+ "date": "2026-07-17T12:41:43.259Z"
1197
1197
  }
package/product.json CHANGED
@@ -1776,6 +1776,6 @@
1776
1776
  "deferLoading": true
1777
1777
  }
1778
1778
  ],
1779
- "commit": "d2f73eecf45d8628dfeadb1b7bf7df85695f2697",
1780
- "date": "2026-07-18T09:55:16.421Z"
1779
+ "commit": "fa494b572659f7c0f58453d0e7a70117d12c2b8e",
1780
+ "date": "2026-07-17T12:41:43.260Z"
1781
1781
  }
@@ -344,6 +344,6 @@
344
344
  "ScheduledTasks": true,
345
345
  "SkipToolCallSupportCheck": true
346
346
  },
347
- "commit": "d2f73eecf45d8628dfeadb1b7bf7df85695f2697",
348
- "date": "2026-07-18T09:55:16.321Z"
347
+ "commit": "fa494b572659f7c0f58453d0e7a70117d12c2b8e",
348
+ "date": "2026-07-17T12:41:43.251Z"
349
349
  }
Binary file
Binary file