Commit Graph

693 Commits

Author SHA1 Message Date
opencode d3db87653c release: v1.1.51 2026-02-04 07:06:48 +00:00
opencode 389f530e93 release: v1.1.50 2026-02-04 01:35:15 +00:00
Tyler Gannon 1f2805e8b8 feat(plugin): add shell.env hook for manipulating environment in tools and shell (#12012) 2026-02-03 15:18:41 -06:00
opencode bba9f05705 release: v1.1.49 2026-02-03 03:44:18 +00:00
Dax Raad ff538a185a Revert "fix(plugin): correct exports to point to dist instead of src"
This reverts commit 23a4295f41.
2026-02-01 22:29:45 -05:00
R44VC0RP 23a4295f41 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
opencode 3109ed2114 release: v1.1.48
nix-hashes / nix-hashes (push) Has been cancelled
2026-01-31 13:48:22 +00:00
opencode a2bb086eb4 release: v1.1.47
nix-hashes / nix-hashes (push) Has been cancelled
2026-01-30 21:06:38 +00:00
opencode 16be7f5412 release: v1.1.46
nix-hashes / nix-hashes (push) Has been cancelled
2026-01-30 19:19:34 +00:00
opencode f24d0d422c release: v1.1.45
nix-hashes / nix-hashes (push) Has been cancelled
2026-01-30 14:32:22 +00:00
opencode e251e6b5e9 release: v1.1.43
nix-hashes / nix-hashes (push) Has been cancelled
2026-01-30 00:31:06 +00:00
Dax 6929c11045 ci (#11149)
Co-authored-by: opencode <opencode@sst.dev>
2026-01-29 13:17:55 -05:00
GitHub Action b8063b5400 chore: generate 2026-01-29 07:10:34 +00:00
opencode 5bc31ad0f6 release: v1.1.42
Update Nix Hashes / update-node-modules-hashes (push) Has been cancelled
2026-01-29 05:59:07 +00:00
GitHub Action 0d738fb768 chore: generate 2026-01-29 04:03:01 +00:00
opencode 682cf43b89 release: v1.1.41
Update Nix Hashes / update-node-modules-hashes (push) Has been cancelled
2026-01-29 04:00:39 +00:00
GitHub Action 2da625de0e chore: generate 2026-01-28 22:35:01 +00:00
opencode ded778951e release: v1.1.40
Update Nix Hashes / update-node-modules-hashes (push) Has been cancelled
2026-01-28 20:09:37 +00:00
GitHub Action f4e34764c0 chore: generate 2026-01-28 13:28:52 +00:00
opencode 063ddcd10f release: v1.1.39
Update Nix Hashes / update-node-modules-hashes (push) Has been cancelled
2026-01-28 07:19:17 +00:00
GitHub Action 87041412eb chore: generate 2026-01-28 07:05:16 +00:00
opencode abb5547499 release: v1.1.38
Update Nix Hashes / update-node-modules-hashes (push) Has been cancelled
2026-01-28 06:42:23 +00:00
GitHub Action cff4c66241 chore: generate 2026-01-28 03:06:58 +00:00
opencode 7853ec2317 release: v1.1.37
Update Nix Hashes / update-node-modules-hashes (push) Has been cancelled
2026-01-28 02:35:38 +00:00
adamelmore c9eb2eafd2 feat(core): add worktree to plugin tool context 2026-01-27 06:29:19 -06:00
adamelmore 1858f7195e fix(core): expose Instance.directory to custom tools 2026-01-26 20:07:47 -06:00
Aiden Cline 66da7594d4 ignore: rm spoof and bump plugin version 2026-01-25 17:27:24 -05:00
GitHub Action 5c92c8a0c4 chore: generate 2026-01-25 17:45:07 +00:00
opencode 7a6447b068 release: v1.1.36
Update Nix Hashes / update-node-modules-hashes (push) Has been cancelled
2026-01-25 17:29:26 +00:00
GitHub Action 3ccc94c0be chore: generate 2026-01-25 04:01:25 +00:00
opencode fc4b6c493b release: v1.1.35
Update Nix Hashes / update-node-modules-hashes (push) Has been cancelled
2026-01-25 00:37:58 +00:00
GitHub Action f72758a5f2 chore: generate 2026-01-23 10:55:37 +00:00
opencode a8dbf1b765 release: v1.1.34
Update Nix Hashes / update-node-modules-hashes (push) Has been cancelled
2026-01-23 07:27:35 +00:00
GitHub Action 9b57885a01 chore: generate 2026-01-23 04:12:51 +00:00
opencode 52e1778dfa release: v1.1.33
Update Nix Hashes / update-node-modules-hashes (push) Has been cancelled
2026-01-23 02:38:33 +00:00
GitHub Action 6044c224d2 chore: generate 2026-01-22 19:43:50 +00:00
opencode a84d76c6cb release: v1.1.32
Update Nix Hashes / update-node-modules-hashes (push) Has been cancelled
2026-01-22 19:22:26 +00:00
GitHub Action 45b5f91a26 chore: generate 2026-01-22 00:22:40 +00:00
opencode 242eb8896a release: v1.1.31
Update Nix Hashes / update-node-modules-hashes (push) Has been cancelled
2026-01-22 00:22:10 +00:00
Aiden Cline 3ac44e7f9d add chat.headers hook, adjust codex and copilot plugins to use it 2026-01-21 15:10:08 -06:00
GitHub Action 6fb4694efc chore: generate 2026-01-21 21:05:26 +00:00
opencode cb2b896906 release: v1.1.30
Update Nix Hashes / update-node-modules-hashes (push) Has been cancelled
2026-01-21 20:55:35 +00:00
GitHub Action b608d9fe04 chore: generate 2026-01-21 17:24:14 +00:00
opencode ab3579575d release: v1.1.29
Update Nix Hashes / update-node-modules-hashes (push) Has been cancelled
2026-01-21 17:17:32 +00:00
GitHub Action 2c8428b920 chore: generate 2026-01-20 22:13:03 +00:00
opencode b2145a81d1 release: v1.1.28
Update Nix Hashes / update-node-modules-hashes (push) Has been cancelled
2026-01-20 22:04:12 +00:00
GitHub Action 5d33601b3e chore: generate 2026-01-20 13:34:20 +00:00
opencode 4d2e570b3a release: v1.1.27
Update Nix Hashes / update-node-modules-hashes (push) Has been cancelled
2026-01-20 12:13:48 +00:00
GitHub Action 4f4b89aea7 chore: generate 2026-01-19 22:13:58 +00:00
opencode 764828e07a release: v1.1.26
Update Nix Hashes / update-node-modules-hashes (push) Has been cancelled
2026-01-19 21:55:27 +00:00