fix: suppress stray HEARTBEAT_OK replies

This commit is contained in:
Peter Steinberger
2026-01-01 23:53:29 +01:00
parent 7c0379ce05
commit 06e379a239
5 changed files with 68 additions and 5 deletions

View File

@@ -31,6 +31,7 @@
### Fixes
- Gateway CLI: read `CLAWDIS_GATEWAY_PASSWORD` from environment in `callGateway()` — allows `doctor`/`health` commands to auth without explicit `--password` flag.
- Auto-reply: suppress stray `HEARTBEAT_OK` acks so they never get delivered as messages.
- 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.