You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Yes, both. State is persisted to disk. On a bot restart it re-attaches to the running Claude Code session in tmux or re-connects to OpenCode, and an in-flight turn is delivered once it is back. If the OpenCode server itself crashes, the bot restarts it and restores each active session. A prompt you send during startup is buffered and replayed in order, never dropped.
So you can update or restart the bot without losing where the agent was.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
Yes, both. State is persisted to disk. On a bot restart it re-attaches to the running Claude Code session in tmux or re-connects to OpenCode, and an in-flight turn is delivered once it is back. If the OpenCode server itself crashes, the bot restarts it and restores each active session. A prompt you send during startup is buffered and replayed in order, never dropped.
So you can update or restart the bot without losing where the agent was.
Details: https://github.com/olosegres/telegramcode#restart-behaviour
All reactions