Started with just
cd /folder/thefolder
opencode
When starting a chat all that was displayed was the generated title for the chat, not the "user input" box. Trying to send more messages got the "session is busy" error box.
Had 3 gb .tar.gz file copied over via ssh in the "thefolder", when I removed that I could once again use opencode.
Sadly no snapshot of FS so I could check more info about the file.
Possible repro steps:
- cd ~/Projects/projectname
- scp copy 3gb tar.gz file from ssh host where local host username, id and gid matched remote username, id and gid
- run opencode
- send a message "hello"
- see title change to "# Hello greeting"
- see no more output
- send another message
- see error box with "session is bust"