fix: add gateway close context

This commit is contained in:
Peter Steinberger
2026-01-08 02:42:32 +01:00
parent 45deb50e1a
commit 2fe3b483b1
3 changed files with 122 additions and 10 deletions

View File

@@ -20,6 +20,7 @@
### Fixes
- 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.
- 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.