fix(plugins): use default tags for official plugin installs

This commit is contained in:
Vincent Koc
2026-05-02 14:36:59 -07:00
parent 2fd1e7b32d
commit 00ad13b599
16 changed files with 29 additions and 28 deletions

View File

@@ -308,7 +308,7 @@ openclaw plugins uninstall <id> --keep-files
openclaw plugins update <id-or-npm-spec>
openclaw plugins update --all
openclaw plugins update <id-or-npm-spec> --dry-run
openclaw plugins update @openclaw/voice-call@beta
openclaw plugins update @openclaw/voice-call
openclaw plugins update openclaw-codex-app-server --dangerously-force-unsafe-install
```