fix(opencode): avoid TTY corruption from double cleanup (#16565)

Co-authored-by: Shoubhit Dash <shoubhit2005@gmail.com>
This commit is contained in:
tobwen
2026-03-08 09:25:33 +01:00
committed by GitHub
parent b022adb41c
commit 9130c188d6
@@ -208,7 +208,6 @@ export const TuiThreadCommand = cmd({
prompt, prompt,
fork: args.fork, fork: args.fork,
}, },
onExit: stop,
}) })
} finally { } finally {
await stop() await stop()