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 2 days 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