refactor: truncate telegram messages instead of chunking

This commit is contained in:
banteg
2025-12-29 02:35:20 +04:00
parent 05dc4b65fa
commit a3ac573985
3 changed files with 34 additions and 86 deletions
+1 -1
View File
@@ -50,7 +50,7 @@ Optional flags:
- `src/codex_telegram_bridge/constants.py`: limits and config path constants
- `src/codex_telegram_bridge/config.py`: config loading and chat-id parsing helpers
- `src/codex_telegram_bridge/exec_render.py`: renderers for codex exec JSONL events
- `src/codex_telegram_bridge/rendering.py`: markdown rendering + chunking
- `src/codex_telegram_bridge/rendering.py`: markdown rendering
- `src/codex_telegram_bridge/routes.py`: sqlite routing store
- `src/codex_telegram_bridge/telegram_client.py`: Telegram Bot API client
- `src/codex_telegram_bridge/exec_bridge.py`: codex exec + resume bridge