@cloudbase/cli 2.9.6 → 2.9.7

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.
@@ -393,8 +393,8 @@ class AICommandRouter {
393
393
  return {
394
394
  success: true,
395
395
  command: 'npm',
396
- args: ['install', '-g', '@tencent-ai/codebuddy-code@beta'],
397
- message: 'npm install -g @tencent-ai/codebuddy-code@beta'
396
+ args: ['install', '-g', '@tencent-ai/codebuddy-code'],
397
+ message: 'npm install -g @tencent-ai/codebuddy-code'
398
398
  };
399
399
  default:
400
400
  return { success: false, message: `# 请查阅 ${agent} 的官方安装文档` };
@@ -1238,12 +1238,12 @@ class AICommandRouter {
1238
1238
  }
1239
1239
  ]);
1240
1240
  if (shouldInstall) {
1241
- yield this.executeCommand('npm', ['install', '-g', '@tencent-ai/codebuddy-code@beta'], process.env, log);
1241
+ yield this.executeCommand('npm', ['install', '-g', '@tencent-ai/codebuddy-code'], process.env, log);
1242
1242
  log.info('✅ codebuddy 安装完成');
1243
1243
  }
1244
1244
  else {
1245
1245
  log.info('❌ codebuddy 未安装,请手动安装');
1246
- log.info('📦 安装命令: npm install -g @tencent-ai/codebuddy-code@beta');
1246
+ log.info('📦 安装命令: npm install -g @tencent-ai/codebuddy-code');
1247
1247
  process.exit(1);
1248
1248
  }
1249
1249
  }
@@ -660,7 +660,7 @@ class AISetupWizard {
660
660
  }
661
661
  configureCodebuddyAgent(log) {
662
662
  return __awaiter(this, void 0, void 0, function* () {
663
- log.info(`配置说明可参考 ${(0, output_1.genClickableLink)('https://cnb.woa.com/genie/genie/-/tree/main/docs')}`);
663
+ log.info(`配置说明可参考 ${(0, output_1.genClickableLink)('https://cnb.cool/codebuddy/codebuddy-code/-/blob/main/docs/cli-reference.md')}`);
664
664
  const { configMethod } = yield inquirer_1.default.prompt([
665
665
  {
666
666
  type: 'list',
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@cloudbase/cli",
3
- "version": "2.9.6",
3
+ "version": "2.9.7",
4
4
  "description": "cli tool for cloudbase",
5
5
  "main": "lib/index.js",
6
6
  "scripts": {
@@ -48,7 +48,7 @@
48
48
  "license": "ISC",
49
49
  "dependencies": {
50
50
  "@cloudbase/cloud-api": "^0.5.5",
51
- "@cloudbase/cloudbase-mcp": "^1.8.41",
51
+ "@cloudbase/cloudbase-mcp": "^1.8.44",
52
52
  "@cloudbase/framework-core": "^1.9.7",
53
53
  "@cloudbase/functions-framework": "1.16.0",
54
54
  "@cloudbase/iac-core": "0.0.3-alpha.11",
@@ -132,3 +132,6 @@ if (gitInfo.platform === 'cnb') {
132
132
 
133
133
 
134
134
 
135
+
136
+
137
+
@@ -51,3 +51,6 @@ tcb pull https://cnb.cool/username/repo --output ./my-project
51
51
 
52
52
 
53
53
 
54
+
55
+
56
+
Binary file