[PR #8084] fix: add missing args to windows tauri cli spawn #12615

Closed
opened 2026-02-16 18:17:30 -05:00 by yindo · 0 comments
Owner

Original Pull Request: https://github.com/anomalyco/opencode/pull/8084

State: closed
Merged: Yes


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

**Original Pull Request:** https://github.com/anomalyco/opencode/pull/8084 **State:** closed **Merged:** Yes --- 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
yindo added the pull-request label 2026-02-16 18:17:30 -05:00
yindo closed this issue 2026-02-16 18:17:31 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: anomalyco/opencode#12615