forked from anomalyco/opencode
-
Notifications
You must be signed in to change notification settings - Fork 4
Closed
Description
Upstream Sync Conflict Report
Trigger: Upstream sync at 2025-12-10T02:59:11.051Z
Upstream Tag: v1.0.141
Upstream SHA: a3fbbec
Conflicting Files
.github/workflows/publish.yml
.github/workflows/snapshot.yml
packages/desktop/src/context/global-sync.tsx
packages/desktop/src/pages/layout.tsx
packages/opencode/script/publish.ts
packages/plugin/script/publish.ts
packages/script/src/index.ts
packages/sdk/js/openapi.json
packages/sdk/js/script/publish.ts
packages/sdk/openapi.json
script/publish.ts
Recommended Actions
- Checkout integration branch locally
- Run:
git fetch upstream && git merge v1.0.141 - Resolve conflicts manually
- Run validation:
bun install && bun turbo typecheck && bun turbo test - Push resolved integration branch
- Close this issue
Manual Sync Commands
git remote add upstream https://github.com/sst/opencode.git 2>/dev/null || true
git fetch upstream --tags
git checkout integration
git merge v1.0.141
# Resolve conflicts...
bun install
bun turbo typecheck
bun turbo test
git push origin integration