Description
I lost several active OpenCode sessions after my laptop froze and I had to perform a hard power-off.
After rebooting:
opencode session list did not show any of the active sessions.
- The conversations appear to be unrecoverable.
This seems like OpenCode may not be persisting session state frequently enough, causing complete loss of active conversations after an unexpected shutdown.
The missing sessions are not present in the session table, and there are no corresponding rows in the message or session_message tables.
The database itself appears healthy.
The log only contains process startup messages for the lost instances and never logs a session.id, suggesting the sessions may never have been committed before the crash.
Plugins
No response
OpenCode version
1.17.13
Steps to reproduce
-
Start an OpenCode session with opencode:
-
Work in the sessions for a while.
-
Simulate an unexpected shutdown (kernel panic / hard power-off).
-
Reboot.
-
Run:
Screenshot and/or share link
No response
Operating System
Ubuntu 24.04.4 LTS
Terminal
Bash
Description
I lost several active OpenCode sessions after my laptop froze and I had to perform a hard power-off.
After rebooting:
opencode session listdid not show any of the active sessions.This seems like OpenCode may not be persisting session state frequently enough, causing complete loss of active conversations after an unexpected shutdown.
The missing sessions are not present in the
sessiontable, and there are no corresponding rows in themessageorsession_messagetables.The database itself appears healthy.
The log only contains process startup messages for the lost instances and never logs a
session.id, suggesting the sessions may never have been committed before the crash.Plugins
No response
OpenCode version
1.17.13
Steps to reproduce
Start an OpenCode session with
opencode:Work in the sessions for a while.
Simulate an unexpected shutdown (kernel panic / hard power-off).
Reboot.
Run:
Screenshot and/or share link
No response
Operating System
Ubuntu 24.04.4 LTS
Terminal
Bash