tolingcode 2026.3.11 → 2026.3.12

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.
Files changed (2) hide show
  1. package/bin/tolingcode.js +18 -1
  2. package/package.json +1 -1
package/bin/tolingcode.js CHANGED
@@ -17,7 +17,24 @@ const REGISTRY_URL = process.env.TOLINGCODE_REGISTRY || 'https://toling.me/api/r
17
17
  program
18
18
  .name('tolingcode')
19
19
  .description('TolingCode CLI - 跨境电商 AI 助手技能管理工具')
20
- .version(pkg.version, '-v, --version', '显示版本号');
20
+ .version(pkg.version, '-v, --version', '显示版本号')
21
+ .addHelpText('after', `
22
+ ${chalk.bold('快速开始:')}
23
+ ${chalk.gray('# 安装技能')}
24
+ $ tolingcode install skills gigacloud-warehouse # 大健云仓(跨境电商 B2B)
25
+ $ tolingcode install skills order-fulfillment # 订单履约管理
26
+ $ tolingcode install skills hbj-ai-shell # 远程 Linux 运维
27
+
28
+ ${chalk.gray('# 列出技能')}
29
+ $ tolingcode list skills
30
+
31
+ ${chalk.gray('# 搜索技能')}
32
+ $ tolingcode search 电商
33
+ $ tolingcode search gigacloud
34
+
35
+ ${chalk.gray('# 查看更多示例')}
36
+ $ tolingcode examples
37
+ `);
21
38
 
22
39
  // install command
23
40
  program
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "tolingcode",
3
- "version": "2026.3.11",
3
+ "version": "2026.3.12",
4
4
  "description": "TolingCode CLI - Install skills and apps from toling.me",
5
5
  "main": "bin/tolingcode.js",
6
6
  "files": [