Files
opencode/packages
R44VC0RP 7417e6eb38 fix(plugin): correct exports to point to dist instead of src
The package.json exports were pointing to ./src/*.ts but the published
package only includes the dist/ folder. This caused 'Cannot find module'
errors when custom tools tried to import @opencode-ai/plugin.

Changed exports from:
  ".": "./src/index.ts"
  "./tool": "./src/tool.ts"

To:
  ".": { "types": "./dist/index.d.ts", "import": "./dist/index.js" }
  "./tool": { "types": "./dist/tool.d.ts", "import": "./dist/tool.js" }
2026-02-01 19:26:23 -05:00
..
2026-02-01 17:50:15 -05:00
ci
2026-01-29 23:17:57 -05:00
2026-01-31 13:48:22 +00:00
2026-01-21 14:36:21 -06:00
2026-01-31 13:48:22 +00:00
2026-01-31 13:48:22 +00:00
2026-01-31 13:48:22 +00:00
2026-02-01 19:26:23 -05:00
2026-01-29 13:17:55 -05:00
2026-02-01 20:13:33 +00:00
2026-01-31 13:48:22 +00:00
2026-02-02 00:18:42 +00:00
2026-01-31 13:48:22 +00:00