Skip to content

clarify OpenCode native plugin npm requirement#9

Merged
hopeatina merged 1 commit into
mainfrom
codex/opencode-alpha2-readme-guard
May 22, 2026
Merged

clarify OpenCode native plugin npm requirement#9
hopeatina merged 1 commit into
mainfrom
codex/opencode-alpha2-readme-guard

Conversation

@hopeatina
Copy link
Copy Markdown
Contributor

Summary

  • clarify that opencode.json native-plugin loading requires npm package 0.1.0-alpha.2 or newer
  • point users to the direct peer command until npm publishing is fixed

Verification

  • npm run type-check
  • npm test
  • npm run build
  • node -e "import('./dist/index.js').then(async (m)=>{ if (typeof m.default !== 'function' || typeof m.startPeer !== 'function') process.exit(1); await import('./dist/peer.js'); console.log('opencode dist and peer imports ok') })"
  • git diff --check

@hopeatina hopeatina merged commit fa68432 into main May 22, 2026
1 check passed
@hopeatina hopeatina deleted the codex/opencode-alpha2-readme-guard branch May 22, 2026 04:08
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.

1 participant