fix(gateway): read CLAWDIS_GATEWAY_PASSWORD from env
The CLI client (callGateway) now reads password from: 1. opts.password (explicit parameter) 2. CLAWDIS_GATEWAY_PASSWORD env var (NEW) 3. remote.password from config This allows CLI commands like doctor/health to authenticate without needing a --password flag when the env var is set. Fixes auth issues for users with password-protected gateways.
This commit is contained in:
@@ -29,6 +29,7 @@
|
||||
- Browser tools: add remote CDP URL support, Linux launcher options (`executablePath`, `noSandbox`), and surface `cdpUrl` in status.
|
||||
|
||||
### Fixes
|
||||
- Gateway CLI: read `CLAWDIS_GATEWAY_PASSWORD` from environment in `callGateway()` — allows `doctor`/`health` commands to auth without explicit `--password` flag.
|
||||
- Skills: switch imsg installer to brew tap formula.
|
||||
- Skills: gate macOS-only skills by OS and surface block reasons in the Skills UI.
|
||||
- Onboarding: show skill descriptions in the macOS setup flow and surface clearer Gateway/skills error messages.
|
||||
|
||||
Reference in New Issue
Block a user