refactor(v2): move opencode provider off v2 trunk

v2 ships with only claude baked in. opencode now lives on the `providers`
branch and gets copied in via the /add-opencode skill.

Removed:
- src/providers/opencode.ts
- container/agent-runner/src/providers/{opencode,mcp-to-opencode}.ts + test
- @opencode-ai/sdk from agent-runner package.json + bun.lock
- opencode-ai global install + OPENCODE_VERSION ARG from Dockerfile
- opencode self-registration imports from both provider barrels
- opencode test case from factory.test.ts

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
This commit is contained in:
gavrielc
2026-04-17 14:10:56 +03:00
parent 2529c3e387
commit e0258e8c1b
10 changed files with 1 additions and 583 deletions

View File

@@ -5,4 +5,3 @@
//
// Skills add a new provider by appending one import line below.
import './opencode.js';