bailian-cli 1.2.0 → 1.2.1

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/README.md CHANGED
@@ -9,7 +9,7 @@
9
9
  [![TypeScript](https://img.shields.io/badge/TypeScript-strict-3178c6)](https://www.typescriptlang.org)
10
10
  [![License](https://img.shields.io/badge/license-Apache%202.0-blue)](LICENSE)
11
11
 
12
- [Aliyun Model Studio CLI Site](https://bailian.console.aliyun.com/cli?source_channel=cli_github&) · [中文文档](https://github.com/modelstudioai/cli/blob/main/README_CN.md) · [API Documentation](https://help.aliyun.com/zh/model-studio/) · [Get API Key](https://bailian.console.aliyun.com/cli?source_channel=key_github&)
12
+ [Aliyun Model Studio CLI Site](https://bailian.console.aliyun.com/cli?source_channel=cli_github&) · [中文文档](https://github.com/modelstudioai/cli/blob/main/README.zh.md) · [API Documentation](https://help.aliyun.com/zh/model-studio/) · [Get API Key](https://bailian.console.aliyun.com/cli?source_channel=key_github&)
13
13
 
14
14
  ---
15
15
 
@@ -73,7 +73,7 @@ No timeline scrubbing. No frame-by-frame editing. Just one sentence → one vide
73
73
 
74
74
  ```bash
75
75
  npm install -g bailian-cli
76
- npx skills add modelstudioai/skills --all -g
76
+ npx skills add modelstudioai/cli --all -g
77
77
  ```
78
78
 
79
79
  > Requires Node.js >= 22.12.
@@ -71,7 +71,7 @@ _专为 AI Agent 打造,每个命令均可作为结构化工具调用。_
71
71
 
72
72
  ```bash
73
73
  npm install -g bailian-cli
74
- npx skills add modelstudioai/skills --all -g
74
+ npx skills add modelstudioai/cli --all -g
75
75
  ```
76
76
 
77
77
  > 需要预先安装 Node.js >= 22.12。
@@ -177,8 +177,8 @@ bl update
177
177
 
178
178
  ## 更新日志
179
179
 
180
- 每个版本的变更详情记录在 [CHANGELOG_CN.md](https://github.com/modelstudioai/cli/blob/main/CHANGELOG_CN.md)。
180
+ 每个版本的变更详情记录在 [CHANGELOG.zh.md](https://github.com/modelstudioai/cli/blob/main/CHANGELOG.zh.md)。
181
181
 
182
182
  ## 参与贡献
183
183
 
184
- 欢迎提 Issue、Feature Request 和 PR。开发环境搭建、仓库结构、新增/修改命令的工作流请见 [CONTRIBUTING_CN.md](https://github.com/modelstudioai/cli/blob/main/CONTRIBUTING_CN.md)。
184
+ 欢迎提 Issue、Feature Request 和 PR。开发环境搭建、仓库结构、新增/修改命令的工作流请见 [CONTRIBUTING.zh.md](https://github.com/modelstudioai/cli/blob/main/CONTRIBUTING.zh.md)。