opencode icon indicating copy to clipboard operation
opencode copied to clipboard

fix: add missing args to windows tauri cli spawn

Open pschiel opened this issue 1 week ago • 1 comments

Fixes #8074

Cause: args missing in windows cli spawning

  • When the desktop app tried to spawn the sidecar with: cli::create_command(app, "serve --port 63591")
  • Expected: Run opencode-cli.exe serve --port 63591
  • Actually ran: opencode-cli.exe (no arguments at all!)

Fix: add args

pschiel avatar Jan 12 '26 22:01 pschiel

The following comment was made by an LLM, it may be inaccurate:

No duplicate PRs found

github-actions[bot] avatar Jan 12 '26 22:01 github-actions[bot]

image I am getting the same issue here.

emco1234 avatar Jan 13 '26 07:01 emco1234

image How can I fix it?

starkovskypro-code avatar Jan 13 '26 08:01 starkovskypro-code