@mediaio/cli 0.1.0 → 0.1.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.
Files changed (2) hide show
  1. package/README.md +1 -2
  2. package/package.json +2 -2
package/README.md CHANGED
@@ -4,8 +4,7 @@ Media.io CLI 的 npm 安装与启动层。该包本身不实现 Media.io API,
4
4
  `postinstall` 阶段下载与当前操作系统、CPU 架构匹配的 `media-plugin-bin` Go
5
5
  binary,并通过 JavaScript launcher 透传参数、标准输入输出、signal 和退出码。
6
6
 
7
- 整体技术方案参考:
8
- `media-plugin-docs/architecture/MCP、CLI与Agent插件技术方案-v2.md`。
7
+ 整体技术方案参考:[MCP、CLI 与 Agent 插件技术方案 v2](../media-plugin-mcp/docs/architecture/MCP、CLI与Agent插件技术方案-v2.md)。
9
8
 
10
9
  > 正式发布包名为 `@mediaio/cli`。安装、排障和发布均以 `package.json.name` 为准。
11
10
 
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@mediaio/cli",
3
- "version": "0.1.0",
4
- "description": "mediaio AI CLI — generate images and videos from the terminal.",
3
+ "version": "0.1.1",
4
+ "description": "Media.io AI CLI — generate images and videos from the terminal.",
5
5
  "bin": {
6
6
  "mediaio": "bin/mediaio.js"
7
7
  },