Improve message length handling for Slack messages
- Dominant language
- TypeScript
- Stars
- 164
- Forks
- 18
- Avg merge
- 1m
- Merged PRs (30d)
- 4
Description
## Problem
We need better handling of message length limits when sending Slack messages. Previously, this was part of the Slack prompt and worked well to prevent messages from being truncated or split unexpectedly.
## Proposed Solution
Reintroduce explicit message length handling guidance in the Slack prompt to ensure Blink:
- Respects Slack's message length limits
- Splits long messages appropriately
- Uses text snippets for longer content when needed
- Maintains context and readability across message boundaries
## Context
This functionality existed before and worked effectively. We should restore it to improve the user experience when Blink sends longer responses via Slack.
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.