diff options
| author | Ronan Kearns <[email protected]> | 2026-01-19 15:46:32 -0500 |
|---|---|---|
| committer | GitHub <[email protected]> | 2026-01-19 14:46:32 -0600 |
| commit | 88c5a7fe9e7b8fd14bc2065051779ffa89789387 (patch) | |
| tree | efd67a00f972402b0347a27007a6725bca02929a | |
| parent | 091e88c1e157c53552e215efd05122ddd973de4f (diff) | |
| download | opencode-88c5a7fe9e7b8fd14bc2065051779ffa89789387.tar.gz opencode-88c5a7fe9e7b8fd14bc2065051779ffa89789387.zip | |
fix(tui): clarify resume session tip (#9490)
| -rw-r--r-- | packages/opencode/src/cli/cmd/tui/component/tips.tsx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/opencode/src/cli/cmd/tui/component/tips.tsx b/packages/opencode/src/cli/cmd/tui/component/tips.tsx index fe2e7ca21..3f0318e26 100644 --- a/packages/opencode/src/cli/cmd/tui/component/tips.tsx +++ b/packages/opencode/src/cli/cmd/tui/component/tips.tsx @@ -106,7 +106,7 @@ const TIPS = [ "Use plugins to send OS notifications when sessions complete", "Create a plugin to prevent OpenCode from reading sensitive files", "Use {highlight}opencode run{/highlight} for non-interactive scripting", - "Use {highlight}opencode run --continue{/highlight} to resume the last session", + "Use {highlight}opencode --continue{/highlight} to resume the last session", "Use {highlight}opencode run -f file.ts{/highlight} to attach files via CLI", "Use {highlight}--format json{/highlight} for machine-readable output in scripts", "Run {highlight}opencode serve{/highlight} for headless API access to OpenCode", |
