Summary
The TUI displays a Continue command for an existing session, but running the suggested command immediately fails because the session cannot be found. This prevents continuing the session from the provided command.
Environment
- opencode version:
opencode2 v0.0.0-next-15853
- OS: Linux
7.1.3-arch1-3, x86_64
- Terminal:
TERM=xterm-256color, COLORTERM=truecolor; terminal application unavailable
- Shell:
/usr/bin/bash
- Install/channel: OpenCode 2.0 preview,
next
- Active plugins:
/home/kkosu/.opencode/plugins/graphify.js; no project-configured plugins
Reproduction
-
Start OpenCode 2 in /home/kkosu/Projects/Eco3.
-
End or leave an active session so the TUI displays the Continue command.
-
Run the exact command displayed by the TUI:
opencode -s ses_080a90511ffe0Nddg5kYCCeD3E
Expected Behavior
The displayed session should be found and reopened so the conversation can continue.
Actual Behavior
OpenCode immediately exits with:
Error: Session not found: ses_080a90511ffe0Nddg5kYCCeD3E
Additional Context
The session ID and command were copied from the TUI's Continue prompt. The attached screenshot shows the TUI displaying the same session ID and the resulting error.
The project contains only a skills-path configuration:
{
"$schema": "https://opencode.ai/config.json",
"skills": {
"paths": [".opencode/skills"]
}
}
Reproducibility beyond this attempt is currently unknown. No workaround has been confirmed.
Summary
The TUI displays a
Continuecommand for an existing session, but running the suggested command immediately fails because the session cannot be found. This prevents continuing the session from the provided command.Environment
opencode2 v0.0.0-next-158537.1.3-arch1-3, x86_64TERM=xterm-256color,COLORTERM=truecolor; terminal application unavailable/usr/bin/bashnext/home/kkosu/.opencode/plugins/graphify.js; no project-configured pluginsReproduction
Start OpenCode 2 in
/home/kkosu/Projects/Eco3.End or leave an active session so the TUI displays the
Continuecommand.Run the exact command displayed by the TUI:
Expected Behavior
The displayed session should be found and reopened so the conversation can continue.
Actual Behavior
OpenCode immediately exits with:
Additional Context
The session ID and command were copied from the TUI's
Continueprompt. The attached screenshot shows the TUI displaying the same session ID and the resulting error.The project contains only a skills-path configuration:
{ "$schema": "https://opencode.ai/config.json", "skills": { "paths": [".opencode/skills"] } }Reproducibility beyond this attempt is currently unknown. No workaround has been confirmed.