fix(tui): show opencode2 continuation command (#37933)
Co-authored-by: Dax <mail@thdxr.com>
This commit is contained in:
parent
6702ce0d3f
commit
3f4fb3f9db
3 changed files with 3 additions and 3 deletions
|
|
@ -32,7 +32,7 @@ export function sessionEpilogue(input: { title: string; sessionID?: string }) {
|
|||
...wordmark(" "),
|
||||
"",
|
||||
` ${weak("Session")}${bold}${input.title}${reset}`,
|
||||
` ${weak("Continue")}${bold}opencode -s ${input.sessionID}${reset}`,
|
||||
` ${weak("Continue")}${bold}opencode2 -s ${input.sessionID}${reset}`,
|
||||
"",
|
||||
].join("\n")
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue