@xcanwin/manyoyo 5.11.13 → 5.11.15

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.
@@ -139,6 +139,7 @@ RUN <<EOX
139
139
  # 配置 node.js
140
140
  set -eu
141
141
  npm config set registry=${NPM_REGISTRY}
142
+ npm install -g npm
142
143
  npm config set allow-scripts=@anthropic-ai/claude-code,@openai/codex,@google/gemini-cli,opencode-ai,@playwright/cli,pyright,typescript-language-server,typescript --location=user
143
144
 
144
145
  export GIT_SSL_NO_VERIFY=$GIT_SSL_NO_VERIFY
@@ -32,8 +32,8 @@ echo "[manyoyo] Agent CLI versions before update:"
32
32
  print_agent_versions
33
33
 
34
34
  if [ "${#update_packages[@]}" -gt 0 ]; then
35
- npm config set allow-scripts=@anthropic-ai/claude-code,@openai/codex,@google/gemini-cli,opencode-ai,@playwright/cli,pyright,typescript-language-server,typescript --location=user
36
35
  npm_config_update_notifier=false npm install -g npm@latest "${update_packages[@]}"
36
+ npm config set allow-scripts=@anthropic-ai/claude-code,@openai/codex,@google/gemini-cli,opencode-ai,@playwright/cli,pyright,typescript-language-server,typescript --location=user
37
37
  else
38
38
  echo "[manyoyo] No existing Agent CLI found; skip npm install."
39
39
  fi
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@xcanwin/manyoyo",
3
- "version": "5.11.13",
3
+ "version": "5.11.15",
4
4
  "imageVersion": "1.9.1-common",
5
5
  "playwrightCliVersion": "0.1.14",
6
6
  "description": "AI Agent CLI Security Sandbox for Docker and Podman",