@mediaio/cli 0.2.6-ci.104 → 0.2.6-ci.106

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 -1
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -7,7 +7,7 @@ current operating system and CPU architecture, then invokes it through a
7
7
  JavaScript launcher that forwards arguments, stdio, signals, and exit codes.
8
8
 
9
9
  For the broader technical design, see
10
- [MCP, CLI, and Agent Plugin Technical Plan v2](../media-plugin-mcp/docs/architecture/MCP、CLI与Agent插件技术方案-v2.md).
10
+ [MCP, CLI, and Agent Plugin Technical Plan v3](../media-plugin-api/docs/architecture/MCP、CLI与Agent插件技术方案-v3.md).
11
11
 
12
12
  ## Architecture
13
13
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mediaio/cli",
3
- "version": "0.2.6-ci.104",
3
+ "version": "0.2.6-ci.106",
4
4
  "description": "Media.io AI CLI — generate images and videos from the terminal.",
5
5
  "bin": {
6
6
  "mediaio": "bin/mediaio.js",