tolingcode 2026.3.12 → 2026.3.13

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