refactor: trim progress renderer state

This commit is contained in:
banteg
2025-12-29 13:56:43 +04:00
parent 9b8a4b958c
commit abbb1a8825
4 changed files with 6 additions and 8 deletions
+3 -2
View File
@@ -3,8 +3,9 @@
Route Telegram replies back into Codex sessions using non-interactive
`codex exec` + `codex exec resume`.
The bridge stores a mapping from `(chat_id, bot_message_id)` to a route so
replies can be routed correctly.
The bridge does not persist routes. It resumes only when the incoming
message (or the replied-to bot message) contains an explicit `resume: <uuid>`
line.
## Install