github chriswritescode-dev/opencode-manager v0.19.0
OpenCode Manager v0.19.0

4 hours ago

What's Changed

Features

  • feat(opencode): migrate OpenCode Manager to OpenCode 2 (#359) — Adopts the OpenCode 2 API surface end to end: @opencode/client@2.0.15 becomes the single typed contract, with a Manager-owned binary installer that downloads from opencode.ai/files/bin, an always-set server password, location-scoped requests via x-opencode-directory, and V2 event aggregation, restart resume, schedules, git worktrees, provider/OAuth integrations, and MCP OAuth relay. Generated plugins are rewritten as V2 { id, setup(ctx) } modules installed in opencode/plugins/, the manager tool moves to the V2 tool API with a JSON Schema input, the frontend moves to a single openCodeApi facade and a V2 session transcript projector, and config is read from opencode.json/opencode.jsonc only with a legacy config.json folded automatically.
  • feat(ocm-cli): add ocm install vendored setup command (#359) — Vendors the CLI and TUI plugin into the OpenCode config directory in one idempotent step: it copies the package into plugin/ocm-cli, registers ./plugin/ocm-cli/dist in cli.json (comment-preserving), and links ~/.local/bin/ocm. The ocm CLI also moves to attaching via opencode --server through a repo-scoped proxy and moving sessions with V2 export/import.

Full Changelog: v0.18.0...v0.19.0

Don't miss a new opencode-manager release

NewReleases is sending notifications on new releases.