login ยท diff

git:20260909.876af40 to git:20260916.66f655e

5 added, 8 removed. Audit A to A.

---
name: login
- description: Start the official openai browser login.
+ description: Start the official Codex login flow.
disable-model-invocation: true
allowed-tools: Bash
---
- Run this fixed helper with a timeout long enough for browser sign-in:
+ Run:
```sh
"$HOME/.local/share/multi-cli/bin/multi" login openai
```
- Show the provider's login URL and let the user complete authentication in their
- browser. Keep the login process alive while they do so; report completion only
- when it exits successfully. For remote/headless login, append --device-auth if supported by the account. If setup is missing, use /multi-core:setup.
- Never read, print or ask for tokens/passwords. Credential persistence and refresh
- belong to the official provider CLI/SDK. Tell the user to relaunch Claude after
- successful login so its models and workers can be registered.
+ Tell the user to complete the displayed browser or device login, then report
+ success only after the command exits successfully. Tell the user to relaunch
+ Claude afterward. Never accept, request, read, or print credentials in chat.