Skip to content

Commit ae3a6ed

Browse files
committed
chore: release 0.3.0
1 parent 3720bcb commit ae3a6ed

2 files changed

Lines changed: 17 additions & 7 deletions

File tree

bun.lock

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 13 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "opencode-pty",
33
"module": "index.ts",
4-
"version": "0.2.3",
4+
"version": "0.3.0",
55
"description": "OpenCode plugin for interactive PTY management - run background processes, send input, read output with regex filtering",
66
"author": "shekohex",
77
"keywords": [
@@ -33,6 +33,13 @@
3333
"license": "MIT",
3434
"type": "module",
3535
"exports": {
36+
"./server": {
37+
"import": "./index.ts",
38+
"config": {
39+
"enabled": true,
40+
"mode": "append"
41+
}
42+
},
3643
"./*": "./src/*.ts",
3744
"./*/*": "./src/*/*.ts",
3845
"./*/*/*": "./src/*/*/*.ts",
@@ -75,9 +82,12 @@
7582
"peerDependencies": {
7683
"typescript": "^5"
7784
},
85+
"engines": {
86+
"opencode": ">=1.3.13"
87+
},
7888
"dependencies": {
79-
"@opencode-ai/plugin": "^1.1.51",
80-
"@opencode-ai/sdk": "^1.1.51",
89+
"@opencode-ai/plugin": "^1.3.13",
90+
"@opencode-ai/sdk": "^1.3.13",
8191
"bun-pty": "^0.4.8",
8292
"moment": "^2.30.1",
8393
"open": "^11.0.0"

0 commit comments

Comments
 (0)