fix: align bluebubbles outbound group sessions

This commit is contained in:
Peter Steinberger
2026-01-24 12:22:49 +00:00
parent 0dca8acbe2
commit 49c518951c
4 changed files with 77 additions and 44 deletions

View File

@@ -39,6 +39,7 @@ Outbound sends were mirrored into the *current* agent session (tool session key)
- Notes:
- Mattermost targets now strip `@` for DM session key routing.
- Zalo Personal uses DM peer kind for 1:1 targets (group only when `group:` is present).
- BlueBubbles group targets strip `chat_*` prefixes to match inbound session keys.
## Decisions
- **Gateway send session derivation**: if `sessionKey` is provided, use it. If omitted, derive a sessionKey from target + default agent and mirror there.