fix: strip envelopes in chat history

This commit is contained in:
Peter Steinberger
2026-01-19 22:48:47 +00:00
parent 4bac76e66d
commit 44c61a77c5
4 changed files with 136 additions and 1 deletions

View File

@@ -8,6 +8,9 @@ Docs: https://docs.clawd.bot
- Android: remove legacy bridge transport code now that nodes use the gateway protocol.
- Android: send structured payloads in node events/invokes and include user-agent metadata in gateway connects.
### Fixes
- Gateway: strip inbound envelope headers from chat history messages to keep clients clean.
## 2026.1.19-2
### Changes