opencode
opencode copied to clipboard
fix(tui): Prompt from stdin breaks TUI
Closes #3871.
I also reverted to the behavior from v0.15.x where the resulting prompt is args.prompt + stdin, whereas in v1.x it is currently stdin + args.prompt.