opencode-swarm-plugin 0.23.2 → 0.23.5

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 34ms
2
+ Bundled 195 modules in 32ms
3
3
 
4
4
  index.js 1.14 MB (entry point)
5
5
 
6
- Bundled 196 modules in 34ms
6
+ Bundled 196 modules in 30ms
7
7
 
8
8
  plugin.js 1.12 MB (entry point)
9
9
 
package/CHANGELOG.md CHANGED
@@ -1,5 +1,33 @@
1
1
  # opencode-swarm-plugin
2
2
 
3
+ ## 0.23.5
4
+
5
+ ### Patch Changes
6
+
7
+ - [`3826c6d`](https://github.com/joelhooks/opencode-swarm-plugin/commit/3826c6d887f937ccb201b7c4322cbc7b46823658) Thanks [@joelhooks](https://github.com/joelhooks)! - Fix workspace:\* resolution by running bun install before pack
8
+
9
+ The lockfile was stale, causing bun pack to resolve workspace:\* to old versions.
10
+ Now runs bun install first to ensure lockfile matches current package.json versions.
11
+
12
+ ## 0.23.4
13
+
14
+ ### Patch Changes
15
+
16
+ - Updated dependencies [[`2d0fe9f`](https://github.com/joelhooks/opencode-swarm-plugin/commit/2d0fe9fc6278874ea6c4a92f0395cbdd11c4e994)]:
17
+ - swarm-mail@0.1.2
18
+
19
+ ## 0.23.3
20
+
21
+ ### Patch Changes
22
+
23
+ - [`9c4e4f9`](https://github.com/joelhooks/opencode-swarm-plugin/commit/9c4e4f9511672ab8598c7202850c87acf1bfd4b7) Thanks [@joelhooks](https://github.com/joelhooks)! - Fix swarm-mail package to include dist folder
24
+
25
+ - Add files field to swarm-mail package.json to explicitly include dist/
26
+ - Previous publish was missing build output, causing "Cannot find module" errors
27
+
28
+ - Updated dependencies [[`9c4e4f9`](https://github.com/joelhooks/opencode-swarm-plugin/commit/9c4e4f9511672ab8598c7202850c87acf1bfd4b7)]:
29
+ - swarm-mail@0.1.1
30
+
3
31
  ## 0.23.2
4
32
 
5
33
  ### Patch Changes
package/dist/index.js CHANGED
@@ -12675,7 +12675,7 @@ var init_zod = __esm(() => {
12675
12675
  init_external();
12676
12676
  });
12677
12677
 
12678
- // ../../node_modules/.bun/@opencode-ai+plugin@1.0.134/node_modules/@opencode-ai/plugin/dist/tool.js
12678
+ // ../../node_modules/.bun/@opencode-ai+plugin@1.0.153/node_modules/@opencode-ai/plugin/dist/tool.js
12679
12679
  function tool(input) {
12680
12680
  return input;
12681
12681
  }
@@ -12684,7 +12684,7 @@ var init_tool = __esm(() => {
12684
12684
  tool.schema = exports_external;
12685
12685
  });
12686
12686
 
12687
- // ../../node_modules/.bun/@opencode-ai+plugin@1.0.134/node_modules/@opencode-ai/plugin/dist/index.js
12687
+ // ../../node_modules/.bun/@opencode-ai+plugin@1.0.153/node_modules/@opencode-ai/plugin/dist/index.js
12688
12688
  var init_dist = __esm(() => {
12689
12689
  init_tool();
12690
12690
  });
package/dist/plugin.js CHANGED
@@ -12675,7 +12675,7 @@ var init_zod = __esm(() => {
12675
12675
  init_external();
12676
12676
  });
12677
12677
 
12678
- // ../../node_modules/.bun/@opencode-ai+plugin@1.0.134/node_modules/@opencode-ai/plugin/dist/tool.js
12678
+ // ../../node_modules/.bun/@opencode-ai+plugin@1.0.153/node_modules/@opencode-ai/plugin/dist/tool.js
12679
12679
  function tool(input) {
12680
12680
  return input;
12681
12681
  }
@@ -12684,7 +12684,7 @@ var init_tool = __esm(() => {
12684
12684
  tool.schema = exports_external;
12685
12685
  });
12686
12686
 
12687
- // ../../node_modules/.bun/@opencode-ai+plugin@1.0.134/node_modules/@opencode-ai/plugin/dist/index.js
12687
+ // ../../node_modules/.bun/@opencode-ai+plugin@1.0.153/node_modules/@opencode-ai/plugin/dist/index.js
12688
12688
  var init_dist = __esm(() => {
12689
12689
  init_tool();
12690
12690
  });
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "opencode-swarm-plugin",
3
- "version": "0.23.2",
3
+ "version": "0.23.5",
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",
@@ -33,7 +33,7 @@
33
33
  "@opencode-ai/plugin": "^1.0.134",
34
34
  "gray-matter": "^4.0.3",
35
35
  "ioredis": "^5.4.1",
36
- "swarm-mail": "0.1.0",
36
+ "swarm-mail": "0.1.2",
37
37
  "zod": "4.1.8"
38
38
  },
39
39
  "devDependencies": {