I prefer to run opencode serve on a specific port, then use opencode attach to launch a CLI that connects to the server. This fits my workflow well, as I can switch to my mobile phone and use the web client without interrupting my work.
Currently, this plugin does not work in the opencode attach <url> CLI. There is a setting called enableOnDesktop = true (maybe?) related to this scenario, but it is not yet functional.
I prefer to run
opencode serveon a specific port, then useopencode attachto launch a CLI that connects to the server. This fits my workflow well, as I can switch to my mobile phone and use the web client without interrupting my work.Currently, this plugin does not work in the
opencode attach <url>CLI. There is a setting calledenableOnDesktop = true(maybe?) related to this scenario, but it is not yet functional.