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
..
app fix(app): hide badge for builtin slash commands 2026-02-01 19:26:23 -05:00
console zen: add minimax logo (#11682) 2026-02-01 17:50:15 -05:00
containers ci 2026-01-29 23:17:57 -05:00
desktop release: v1.1.48 2026-01-31 13:48:22 +00:00
docs fix(web): favicon rename again 2026-01-21 14:36:21 -06:00
enterprise release: v1.1.48 2026-01-31 13:48:22 +00:00
extensions/zed release: v1.1.48 2026-01-31 13:48:22 +00:00
function release: v1.1.48 2026-01-31 13:48:22 +00:00
identity chore: identity cleanup, vscode ext images 2025-12-08 06:47:57 -06:00
opencode test: add unit test 2026-02-01 19:26:23 -05:00
plugin fix(plugin): correct exports to point to dist instead of src 2026-02-01 19:26:23 -05:00
script ci (#11149) 2026-01-29 13:17:55 -05:00
sdk chore: generate 2026-02-01 20:13:33 +00:00
slack release: v1.1.48 2026-01-31 13:48:22 +00:00
ui chore: generate 2026-02-02 00:18:42 +00:00
util release: v1.1.48 2026-01-31 13:48:22 +00:00
web docs (web): Update incorrect Kimi model name in zen.mdx (#11677) 2026-02-01 16:13:53 -06:00