feat(opencode): add V1 and V2 distributions - #305
Open
sergical wants to merge 11 commits into
Open
Conversation
Co-Authored-By: OpenAI Codex <codex@openai.com>
Co-Authored-By: OpenAI Codex <codex@openai.com>
sergical
force-pushed
the
feat/opencode-plugins
branch
from
July 30, 2026 14:46
bdf920b to
bfeb1a3
Compare
sergical
marked this pull request as ready for review
July 30, 2026 14:46
Co-Authored-By: GPT-5.6 <noreply@openai.com>
Co-Authored-By: GPT-5.6 <noreply@openai.com>
Co-Authored-By: GPT-5.6 <noreply@openai.com>
Co-Authored-By: GPT-5.6 <noreply@openai.com>
Co-Authored-By: GPT-5.6 <noreply@openai.com>
Co-Authored-By: GPT-5.6 <noreply@openai.com>
Resolves conflicts against the harness build-on-demand refactor (#321), the develop/main deploy split (#317), and the flowmark reformat (#315/#316): - harnesses/index.ts: register the two OpenCode harnesses inside buildHarnesses() and drop their module-level constants, matching the single-construction-path refactor - deploy-plugins.yml: keep main's develop/main branch semantics with the job counts updated for six plugin repos - AGENTS.md / READMEs: fold the OpenCode V1/V2 mentions into main's reflowed prose Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
|
🚧 Skipped: PR exceeds review size limit. Please split into smaller PRs and re-run. |
There was a problem hiding this comment.
Cursor Bugbot has reviewed your changes and found 1 potential issue.
❌ Bugbot Autofix is OFF. To automatically fix reported issues with cloud agents, enable autofix in the Cursor dashboard.
Reviewed by Cursor Bugbot for commit 105235a. Configure here.
The pnpm workspace hoists packages into a root node_modules/, which the root .gitignore never covered (only packages/installer/ ignores its own), so the merge commit accidentally swept it into the tree. Untrack it and add the ignore so it cannot recur. Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.

Adds generated OpenCode V1 and OpenCode V2 distributions with hydrated skills and each version’s native MCP configuration. These are installer-managed skill and MCP bundles, not OpenCode runtime plugins: OpenCode discovers the installed skills globally, while the installer configures the MCP server through each version’s CLI.
The V2 build translates hidden leaves to
metadata.opencode/autoinvoke: "false"; validators exercise both generated bundles against pinned CLIs. The installer now detects both binaries, installs the matching generated repository into OpenCode’s global skill directory, and prefers V2 when both are present because the beta shares V1’s config path but uses an incompatible MCP shape.Deployment and smoke workflows cover both versions, and the public
getsentry/plugin-opencodeandgetsentry/plugin-opencode2repositories are initialized for the first deployment. The repository names follow the existing distribution naming convention; they do not indicate OpenCode runtime-plugin packages.