From 21ff5dc32d0a02b23dc508342e655c6dacab75d1 Mon Sep 17 00:00:00 2001 From: hopeatina Date: Thu, 21 May 2026 23:07:21 -0500 Subject: [PATCH] clarify OpenCode native plugin npm requirement --- README.md | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 0b573c8..1e185f1 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,8 @@ OrgX plugin peer for **OpenCode**. One of three reference peers (alongside `orgx ## Install -OpenCode can load the peer as a native plugin from `opencode.json`: +OpenCode can load the peer as a native plugin from `opencode.json` once +`@useorgx/orgx-opencode-plugin@0.1.0-alpha.2` or newer is published to npm: ```json { @@ -24,7 +25,9 @@ opencode ``` The native plugin starts the OrgX peer when the local OpenCode server connects. -Set `ORGX_BASE_URL` only when testing against a non-production OrgX API. +Set `ORGX_BASE_URL` only when testing against a non-production OrgX API. Until +the npm package is updated, use the direct peer command below from a checked-out +copy of this repository. You can also run the peer directly: