qwen-code/packages/channels/telegram
chinesepowered ab5006fedc fix(telegram): send only failed chunk as plaintext fallback
The HTML send fallback was sending the entire original text instead of
just the failed chunk, and returning early which skipped remaining
chunks. Now strips HTML from only the failed chunk and continues to
send the remaining chunks.
2026-04-04 15:14:37 -07:00
..
src fix(telegram): send only failed chunk as plaintext fallback 2026-04-04 15:14:37 -07:00
package.json chore: bump version to 0.14.1 2026-04-03 16:17:10 +08:00
tsconfig.json test(channels): add comprehensive test suites for channel adapters 2026-03-27 15:26:39 +00:00
vitest.config.ts test(channels): add comprehensive test suites for channel adapters 2026-03-27 15:26:39 +00:00