Skip to content

fix(desktop): bundle CLI in release apps - #41431

Open
opencode-agent[bot] wants to merge 1 commit into
v2from
electron-audit-2
Open

fix(desktop): bundle CLI in release apps#41431
opencode-agent[bot] wants to merge 1 commit into
v2from
electron-audit-2

Conversation

@opencode-agent

@opencode-agent opencode-agent Bot commented Aug 9, 2026

Copy link
Copy Markdown
Contributor

Summary

  • prepare the embedded V2 CLI for dev, beta, and production desktop builds
  • package the CLI as an external executable for every channel
  • replace tests that required beta/production to omit the executable with coverage requiring it in all channels

Why

Packaged desktop startup always resolves opencode-cli from process.resourcesPath and runs it before restoring the application window. Beta and production builds excluded that file, so a fresh release build could not start its required background service.

Testing

  • bun typecheck (packages/desktop)
  • bun test (packages/desktop, 66 tests)
  • production-channel prebuild produced an executable resources/opencode-cli
  • Linux production directory package contained resources/opencode-cli; packaged CLI returned opencode2 v0.0.0-next-16365
  • Prettier and git diff --check

Requested by: @Hona (Luke Parker via Slack)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant