picoclaw/pkg/channels/telegram
I Putu Eddy Irawan bd0018a5d7 fix: use queue-based re-splitting for HTML expansion validation
After re-splitting an oversized chunk, sub-chunks were sent without
verifying their HTML also fits under 4096 chars. Non-uniform HTML
expansion (e.g. a sub-chunk dense with bold/links) could still exceed
the limit. Use a queue that pushes sub-chunks back for re-validation
instead of sending them blindly.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-03-04 22:19:04 +07:00
..
init.go refactor(channels): add channel subpackages and update gateway imports 2026-02-20 23:25:44 +08:00
telegram.go fix: use queue-based re-splitting for HTML expansion validation 2026-03-04 22:19:04 +07:00
telegram_commands.go Update config file reference from config.yaml to config.json 2026-02-28 00:36:39 +08:00
telegram_test.go telegram: lower MaxMessageLength to 4000 for HTML expansion margin 2026-03-04 20:46:43 +07:00