@xcanwin/manyoyo 5.11.11 → 5.11.12
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 config set allow-scripts=@anthropic-ai/claude-code,@openai/codex,@google/gemini-cli,opencode-ai,@playwright/cli,pyright,typescript-language-server,typescript --location=user
|
|
142
143
|
|
|
143
144
|
export GIT_SSL_NO_VERIFY=$GIT_SSL_NO_VERIFY
|
|
144
145
|
|
|
@@ -32,6 +32,7 @@ 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
|
|
35
36
|
npm_config_update_notifier=false npm install -g npm@latest "${update_packages[@]}"
|
|
36
37
|
else
|
|
37
38
|
echo "[manyoyo] No existing Agent CLI found; skip npm install."
|