fix(gateway): honor local auth password for CLI (PR #301, thanks @jeffersonwarrior)

This commit is contained in:
Peter Steinberger
2026-01-08 02:57:52 +01:00
parent cda050d050
commit 440a5b82cf
3 changed files with 96 additions and 3 deletions

View File

@@ -21,6 +21,7 @@
- macOS: harden Voice Wake tester/runtime (pause trigger, mic persistence, local-only tester) and keep transcript logs private. Thanks @xadenryan for PR #438.
- Doctor/Daemon: surface gateway runtime state + port collision diagnostics; warn on legacy workspace dirs.
- Gateway/CLI: include gateway target/source details in close/timeout errors and verbose health/status output.
- Gateway/CLI: honor `gateway.auth.password` for local CLI calls when env is unset. Thanks @jeffersonwarrior for PR #301.
- Discord: format slow listener logs in seconds to match shared duration style.
- CLI: show colored table output for `clawdbot cron list` (JSON behind `--json`).
- CLI: add cron `create`/`remove`/`delete` aliases for job management.