fix: add discord mention context history

This commit is contained in:
Peter Steinberger
2026-01-01 23:58:35 +01:00
parent 06e379a239
commit 38d8a669b4
6 changed files with 69 additions and 5 deletions

View File

@@ -32,6 +32,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.
- Discord: include recent guild context when replying to mentions and add `discord.historyLimit` to tune how many messages are captured.
- 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.