forked from anomalyco/opencode
-
Notifications
You must be signed in to change notification settings - Fork 2
Closed
Description
Upstream Sync Conflict Report
Trigger: Upstream sync at 2025-12-05T20:47:59.615Z
Upstream Tag: v1.0.134
Upstream SHA: 73258c6
Conflicting Files
.github/workflows/duplicate-issues.yml
.github/workflows/publish.yml
STATS.md
bun.lock
github/action.yml
packages/console/app/package.json
packages/console/app/src/routes/zen/util/handler.ts
packages/console/core/package.json
packages/console/core/src/model.ts
packages/console/function/package.json
packages/console/mail/package.json
packages/desktop/package.json
packages/enterprise/package.json
packages/extensions/zed/extension.toml
packages/function/package.json
packages/opencode/package.json
packages/opencode/src/agent/agent.ts
packages/opencode/src/cli/cmd/tui/component/prompt/index.tsx
packages/opencode/src/cli/cmd/tui/routes/session/index.tsx
packages/opencode/src/provider/provider.ts
packages/opencode/src/tool/bash.ts
packages/plugin/package.json
packages/sdk/js/package.json
packages/slack/package.json
packages/tauri/package.json
packages/ui/package.json
packages/util/package.json
packages/web/package.json
sdks/vscode/package.json
Recommended Actions
- Checkout integration branch locally
- Run:
git fetch upstream && git merge v1.0.134 - 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.134
# Resolve conflicts...
bun install
bun turbo typecheck
bun turbo test
git push origin integration