opencode-swarm-plugin 0.23.0 → 0.23.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1,9 +1,9 @@
1
1
  $ bun build ./src/index.ts --outdir ./dist --target node --external @electric-sql/pglite --external swarm-mail && bun build ./src/plugin.ts --outfile ./dist/plugin.js --target node --external @electric-sql/pglite --external swarm-mail && tsc
2
- Bundled 195 modules in 33ms
2
+ Bundled 195 modules in 34ms
3
3
 
4
4
  index.js 1.14 MB (entry point)
5
5
 
6
- Bundled 196 modules in 32ms
6
+ Bundled 196 modules in 34ms
7
7
 
8
8
  plugin.js 1.12 MB (entry point)
9
9
 
package/CHANGELOG.md CHANGED
@@ -1,5 +1,21 @@
1
1
  # opencode-swarm-plugin
2
2
 
3
+ ## 0.23.2
4
+
5
+ ### Patch Changes
6
+
7
+ - [`7f9ead6`](https://github.com/joelhooks/opencode-swarm-plugin/commit/7f9ead65dab1dd5dc9aff57df0871cc390556fe1) Thanks [@joelhooks](https://github.com/joelhooks)! - Fix workspace:\* protocol resolution using bun pack + npm publish
8
+
9
+ Uses bun pack to create tarball (which resolves workspace:\* to actual versions) then npm publish for OIDC trusted publisher support.
10
+
11
+ ## 0.23.1
12
+
13
+ ### Patch Changes
14
+
15
+ - [`64ad0e4`](https://github.com/joelhooks/opencode-swarm-plugin/commit/64ad0e4fc033597027e3b0614865cfbf955b5983) Thanks [@joelhooks](https://github.com/joelhooks)! - Fix workspace:\* protocol resolution in npm publish
16
+
17
+ Use bun publish instead of npm publish to properly resolve workspace:\* protocols to actual versions.
18
+
3
19
  ## 0.23.0
4
20
 
5
21
  ### Minor Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "opencode-swarm-plugin",
3
- "version": "0.23.0",
3
+ "version": "0.23.2",
4
4
  "description": "Multi-agent swarm coordination for OpenCode with learning capabilities, beads integration, and Agent Mail",
5
5
  "type": "module",
6
6
  "main": "./dist/index.js",
@@ -29,10 +29,11 @@
29
29
  "publish:pkg": "npm publish --access public --provenance"
30
30
  },
31
31
  "dependencies": {
32
+ "@clack/prompts": "^0.11.0",
32
33
  "@opencode-ai/plugin": "^1.0.134",
33
34
  "gray-matter": "^4.0.3",
34
35
  "ioredis": "^5.4.1",
35
- "swarm-mail": "workspace:*",
36
+ "swarm-mail": "0.1.0",
36
37
  "zod": "4.1.8"
37
38
  },
38
39
  "devDependencies": {