fix: cover slack open policy gating (#1563) (thanks @itsjaydesu)

This commit is contained in:
Peter Steinberger
2026-01-24 07:05:31 +00:00
parent b1482957f5
commit 6a60d47c53
4 changed files with 211 additions and 5 deletions

View File

@@ -20,6 +20,7 @@ Docs: https://docs.clawd.bot
- Channels: allow per-group tool allow/deny policies across built-in + plugin channels. (#1546) Thanks @adam91holt.
### Fixes
- Slack: honor open groupPolicy for unlisted channels in message + slash gating. (#1563) Thanks @itsjaydesu.
- Agents: ignore IDENTITY.md template placeholders when parsing identity to avoid placeholder replies. (#1556)
- Docker: update gateway command in docker-compose and Hetzner guide. (#1514)
- Sessions: reject array-backed session stores to prevent silent wipes. (#1469)