Tooltip suggests opencode run --continue, but correct command is opencode --continue #6842

Closed
opened 2026-02-16 18:05:25 -05:00 by yindo · 1 comment
Owner

Originally created by @kearns-cu on GitHub (Jan 19, 2026).

Originally assigned to: @rekram1-node on GitHub.

Summary

The tooltip text "Use {highlight}opencode run --continue{/highlight} to resume the last session" is misleading. The opencode run --continue command errors unless you pass a message, and even when you do (opencode run --continue "Hi") it does not open OpenCode. The correct commands to resume and open the last session are opencode --continue or opencode --c.

Steps to Reproduce

  1. Run opencode run --continue
  2. Observe error: "Error: You must provide a message or a command"
  3. Run opencode run --continue "Hi"
  4. Observe AI response in terminal but OpenCode does not open

Expected

The tooltip should show the correct command for resuming the last session.

Actual

Tooltip suggests opencode run --continue, which does not resume/open the last session.

Suggested Fix

Update tooltip to mention opencode --continue or opencode --c instead.

Originally created by @kearns-cu on GitHub (Jan 19, 2026). Originally assigned to: @rekram1-node on GitHub. ## Summary The tooltip text "Use {highlight}opencode run --continue{/highlight} to resume the last session" is misleading. The `opencode run --continue` command errors unless you pass a message, and even when you do (`opencode run --continue "Hi"`) it does not open OpenCode. The correct commands to resume and open the last session are `opencode --continue` or `opencode --c`. ## Steps to Reproduce 1. Run `opencode run --continue` 2. Observe error: "Error: You must provide a message or a command" 3. Run `opencode run --continue "Hi"` 4. Observe AI response in terminal but OpenCode does not open ## Expected The tooltip should show the correct command for resuming the last session. ## Actual Tooltip suggests `opencode run --continue`, which does not resume/open the last session. ## Suggested Fix Update tooltip to mention `opencode --continue` or `opencode --c` instead.
yindo closed this issue 2026-02-16 18:05:25 -05:00
Author
Owner

@github-actions[bot] commented on GitHub (Jan 19, 2026):

This issue might be a duplicate of or related to existing issues. Please check:

  • #8850: Bug: opencode --continue --prompt does not work - Related to --continue command functionality
  • #4378: --continue doesn't always continue the project's previous session - Related to --continue command issues
  • #5000: opencode --continue doesn't restore state of previous subagent pane - Related to --continue command issues
  • #4801: [FEATURE]: Print some info when exiting: title, command to resume, usage stats - Related to resume command documentation

While these issues relate to the --continue flag, they address different aspects of the functionality. Your issue specifically addresses a documentation/tooltip discrepancy that should be resolved regardless of these other issues.

@github-actions[bot] commented on GitHub (Jan 19, 2026): This issue might be a duplicate of or related to existing issues. Please check: - #8850: Bug: opencode --continue --prompt does not work - Related to --continue command functionality - #4378: --continue doesn't always continue the project's previous session - Related to --continue command issues - #5000: opencode --continue doesn't restore state of previous subagent pane - Related to --continue command issues - #4801: [FEATURE]: Print some info when exiting: title, command to resume, usage stats - Related to resume command documentation While these issues relate to the `--continue` flag, they address different aspects of the functionality. Your issue specifically addresses a documentation/tooltip discrepancy that should be resolved regardless of these other issues.
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: anomalyco/opencode#6842