@xcanwin/manyoyo 7.0.13 → 7.0.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.
@@ -32,7 +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_update_notifier=false npm install -g npm@latest "${update_packages[@]}"
35
+ npm_config_update_notifier=false npm install -g npm@latest "${update_packages[@]}" @playwright/cli@latest
36
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."