docs: update README known limitations for message splitting

This commit is contained in:
Adam Weidman
2026-02-19 16:49:52 -05:00
parent 9f0a2cf7b0
commit 305a47e5b5
+2 -2
View File
@@ -345,8 +345,8 @@ conversations always thread correctly; spaces may need threading enabled.
## Known Limitations
- **Google Chat 4096 character limit**: Long agent responses may be truncated by
Google Chat. The bridge does not currently split messages into chunks.
- **Google Chat 4096 character limit**: Long agent responses are automatically
split into multiple messages at paragraph/line boundaries.
- **Single bridge instance**: The bridge uses `max-instances=1` so that the
in-memory async processing guard works correctly. This means no redundancy
during deploys (brief downtime during revision rollover).