Skip to content

Conversation

@shuv1337
Copy link
Collaborator

Summary

  • Merged upstream sst/opencode v1.0.147 into the fork
  • Resolved conflicts preserving fork-specific features (theme/font customizations, Command type, extra load functions)

Resolved Conflicts

File Resolution
.github/workflows/publish.yml Keep ours (deleted - fork-specific workflows)
.opencode/opencode.jsonc Accept upstream (added commented plugin line)
bun.lock Regenerated
packages/desktop/src/context/global-sync.tsx Merged both (upstream's new import pattern + our Command type)
packages/desktop/src/context/layout.tsx Merged both (upstream's batch/produce imports + our theme/font features)
packages/desktop/src/context/sync.tsx Keep ours (extra load functions)
script/publish.ts Merged both (our fork-specific changes + upstream's release id output)

Closes #120

Brendonovich and others added 16 commits December 11, 2025 22:20
Resolved conflicts:
- .github/workflows/publish.yml: Keep ours (deleted - fork-specific)
- .opencode/opencode.jsonc: Accept upstream (added commented plugin line)
- bun.lock: Regenerated
- packages/desktop/src/context/global-sync.tsx: Merged both (upstream's new import pattern + our Command type)
- packages/desktop/src/context/layout.tsx: Merged both (upstream's batch/produce imports + our theme/font features)
- packages/desktop/src/context/sync.tsx: Keep ours (extra load functions)
- script/publish.ts: Merged both (our fork-specific changes + upstream's release id output)
@coderabbitai
Copy link

coderabbitai bot commented Dec 11, 2025

Important

Review skipped

Auto reviews are disabled on this repository.

Please check the settings in the CodeRabbit UI or the .coderabbit.yaml file in this repository. To trigger a single review, invoke the @coderabbitai review command.

You can disable this status message by setting the reviews.review_status to false in the CodeRabbit configuration file.

✨ Finishing touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Post copyable unit tests in a comment
  • Commit unit tests in branch opencode/issue120-20251211165001

Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share

Comment @coderabbitai help to get the list of available commands and usage tips.

@opencode-agent opencode-agent bot force-pushed the opencode/issue120-20251211165001 branch from 0a2f127 to 20e8e71 Compare December 11, 2025 16:59
@shuv1337 shuv1337 merged commit 7d4bc07 into integration Dec 11, 2025
2 of 5 checks passed
@shuv1337 shuv1337 deleted the opencode/issue120-20251211165001 branch December 11, 2025 16:59
@opencode-agent opencode-agent bot restored the opencode/issue120-20251211165001 branch December 11, 2025 17:00
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[Upstream Sync] Merge conflict with v1.0.147