fix: update Bedrock provider docs (#1289) (thanks @steipete)

This commit is contained in:
Peter Steinberger
2026-01-20 07:14:03 +00:00
parent 90a6ec12cc
commit 3f44f4167b

View File

@@ -7,6 +7,7 @@ Docs: https://docs.clawd.bot
### Changes
- 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.
- Docs: surface Amazon Bedrock in provider lists and clarify Bedrock auth env vars. (#1289) — thanks @steipete.
### Fixes
- Gateway: strip inbound envelope headers from chat history messages to keep clients clean.