@xcanwin/manyoyo 7.1.3 → 7.1.5
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 +4 -4
- package/package.json +2 -2
package/README.md
CHANGED
|
@@ -61,7 +61,7 @@ AI Agent CLI 往往需要:
|
|
|
61
61
|
```bash
|
|
62
62
|
npm install -g @xcanwin/manyoyo
|
|
63
63
|
podman pull ubuntu:24.04 # 仅 Podman 需要
|
|
64
|
-
manyoyo build --iv 1.9.
|
|
64
|
+
manyoyo build --iv 1.9.2-common
|
|
65
65
|
manyoyo init all
|
|
66
66
|
manyoyo run -r claude
|
|
67
67
|
manyoyo serve 127.0.0.1:3000 -U admin -P 123456 # Web UI 模式
|
|
@@ -148,13 +148,13 @@ manyoyo config command
|
|
|
148
148
|
|
|
149
149
|
```bash
|
|
150
150
|
# common 版本
|
|
151
|
-
manyoyo build --iv 1.9.
|
|
151
|
+
manyoyo build --iv 1.9.2-common
|
|
152
152
|
|
|
153
153
|
# full 版本
|
|
154
|
-
manyoyo build --iv 1.9.
|
|
154
|
+
manyoyo build --iv 1.9.2-full
|
|
155
155
|
|
|
156
156
|
# 仅更新已有镜像内 Agent CLI 到 latest,不重建 Dockerfile
|
|
157
|
-
manyoyo build --iv 1.9.
|
|
157
|
+
manyoyo build --iv 1.9.2-full --update-agents --yes
|
|
158
158
|
|
|
159
159
|
# 自定义工具集
|
|
160
160
|
manyoyo build --iba TOOL=go,codex,java,gemini
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@xcanwin/manyoyo",
|
|
3
|
-
"version": "7.1.
|
|
4
|
-
"imageVersion": "1.9.
|
|
3
|
+
"version": "7.1.5",
|
|
4
|
+
"imageVersion": "1.9.2-common",
|
|
5
5
|
"playwrightCliVersion": "0.1.18",
|
|
6
6
|
"description": "AI Agent CLI Security Sandbox for Docker and Podman",
|
|
7
7
|
"keywords": [
|