fix: honor /new resets with mentions in groups

This commit is contained in:
Peter Steinberger
2025-12-23 13:20:11 +00:00
parent c8c807adcc
commit e54ed10bc1
2 changed files with 7 additions and 5 deletions

View File

@@ -15,6 +15,7 @@
- Group chats now honor `inbound.groupChat.requireMention=false` as the default activation when no per-group override exists.
- Gateway auth no longer supports PAM/system mode; use token or shared password.
- Tailscale Funnel now requires password auth (no token-only public exposure).
- Group `/new` resets now work with @mentions so activation guidance appears on fresh sessions.
- Canvas defaults/A2UI auto-nav aligned; debug status overlay centered; redundant await removed in `CanvasManager`.
- Gateway launchd loop fixed by removing redundant `kickstart -k`.
- CLI now hints when Peekaboo is unauthorized.