opencode-swarm-plugin 0.23.4 → 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 33ms
2
+ Bundled 195 modules in 32ms
3
3
 
4
4
  index.js 1.14 MB (entry point)
5
5
 
6
- Bundled 196 modules in 31ms
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,14 @@
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
+
3
12
  ## 0.23.4
4
13
 
5
14
  ### 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.4",
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": {