Skip to content

[Upstream Sync] Merge conflict with v1.0.182 #178

Description

@github-actions

Upstream Sync Conflict Report

Trigger: Upstream sync at 2025-12-21T03:08:33.290Z
Upstream Tag: v1.0.182
Upstream SHA: 0b046d6

Conflicting Files

bun.lock
packages/console/app/package.json
packages/console/core/package.json
packages/console/function/package.json
packages/console/mail/package.json
packages/desktop/package.json
packages/desktop/src/context/layout.tsx
packages/desktop/src/pages/session.tsx
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/session/prompt.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

  1. Checkout integration branch locally
  2. Run: git fetch upstream && git merge v1.0.182
  3. Resolve conflicts manually
  4. Run validation: bun install && bun turbo typecheck && bun turbo test
  5. Push resolved integration branch
  6. 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.182
# Resolve conflicts...
bun install
bun turbo typecheck
bun turbo test
git push origin integration

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions