feat(desktop): add opt-in v2 sidecar (#39286)

This commit is contained in:
Brendan Allan 2026-07-28 17:29:27 +08:00 committed by GitHub
parent 1ead8d84a2
commit 9e432a6785
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
9 changed files with 265 additions and 58 deletions

View file

@ -219,7 +219,6 @@ jobs:
build-electron:
needs:
- build-cli
- version
if: github.repository == 'anomalyco/opencode'
continue-on-error: false
@ -316,10 +315,7 @@ jobs:
env:
OPENCODE_VERSION: ${{ needs.version.outputs.version }}
OPENCODE_CHANNEL: ${{ (github.ref_name == 'beta' && 'beta') || 'prod' }}
OPENCODE_CLI_ARTIFACT: ${{ (runner.os == 'Windows' && 'opencode-cli-windows') || 'opencode-cli' }}
RUST_TARGET: ${{ matrix.settings.target }}
GH_TOKEN: ${{ github.token }}
GITHUB_RUN_ID: ${{ github.run_id }}
- name: Build
run: bun run build