forked from anomalyco/opencode
-
Notifications
You must be signed in to change notification settings - Fork 3
Closed
Description
Upstream Sync Conflict Report
Trigger: Upstream sync at 2025-12-11T05:50:06.752Z
Upstream Tag: v1.0.144
Upstream SHA: 6251231
Conflicting Files
.github/workflows/opencode.yml
.github/workflows/sync-zed-extension.yml
packages/desktop/src/components/prompt-input.tsx
packages/desktop/src/context/global-sync.tsx
packages/desktop/src/context/layout.tsx
packages/desktop/src/pages/home.tsx
packages/opencode/src/cli/cmd/tui/routes/session/index.tsx
packages/opencode/src/session/prompt.ts
packages/ui/src/components/icon.tsx
packages/ui/src/components/select-dialog.tsx
Recommended Actions
- Checkout integration branch locally
- Run:
git fetch upstream && git merge v1.0.144 - 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.144
# Resolve conflicts...
bun install
bun turbo typecheck
bun turbo test
git push origin integration