fix(cli): initialize plugins before pairing CLI registration (#3272) (thanks @araa47)

This commit is contained in:
Shakker
2026-01-28 13:25:01 +00:00
parent 9c89ae0e98
commit aeed477be9

View File

@@ -72,6 +72,7 @@ Status: beta.
- **BREAKING:** Gateway auth mode "none" is removed; gateway now requires token/password (Tailscale Serve identity still allowed).
### Fixes
- CLI: initialize plugins before registering the pairing CLI to fix `pairing approve/list` commands. (#3272) Thanks @araa47.
- Discord: restore username directory lookup in target resolution. (#3131) Thanks @bonald.
- Agents: align MiniMax base URL test expectation with default provider config. (#3131) Thanks @bonald.
- Agents: prevent retries on oversized image errors and surface size limits. (#2871) Thanks @Suksham-sharma.