Skip to content

Releases: useorgx/orgx-opencode-plugin

v0.1.0-alpha.3

22 May 04:16
b4210dd

Choose a tag to compare

v0.1.0-alpha.3 Pre-release
Pre-release

Alpha release with the native OpenCode plugin entrypoint and Node-valid ESM package imports.

Verification before release:

  • npm run type-check
  • npm test
  • npm run build
  • built dist/index.js and dist/peer.js imports
  • npm pack --dry-run --json

This release is intended to publish @useorgx/orgx-opencode-plugin with the alpha dist-tag via npm trusted publishing.

v0.1.0-alpha.2

22 May 01:59
8f424bb

Choose a tag to compare

v0.1.0-alpha.2 Pre-release
Pre-release

Alpha release that updates public package metadata for marketplace/directory distribution.

Changes:

  • MIT license metadata
  • LICENSE file included in package files
  • Package version bumped to 0.1.0-alpha.2

Verification before release:

  • npm run type-check
  • npm test
  • npm run build
  • npm pack --dry-run --json