Skip to content

opencode-swarm-plugin@0.63.1

Choose a tag to compare

@github-actions github-actions released this 06 Feb 16:57
· 12 commits to main since this release
d190e5d

Patch Changes

  • d87cc94 Thanks @joelhooks! - fix(publish): resolve workspace:* deps before npm publish

    bun publish v1.3.4 silently shipped unresolved workspace:* dependencies to npm,
    breaking installs of opencode-swarm-plugin@0.63.0. Switch CI publish to
    bun pm pack (which correctly resolves workspace protocol) + npm publish <tarball>.

    "I consider any unsolved bug to be an intolerable personal insult"
    — John Ousterhout, A Philosophy of Software Design