Releases: shekohex/opencode-pty
v0.3.2
Summary
- surface notify-on-exit guidance in PTY tool responses and docs
- add system reminders to stop polling with pty_read when notifyOnExit=true
- include notifyOnExit in session info and cover the behavior with tests
Validation
- bun test test/pty-tools.test.ts test/types.test.ts
- bun typecheck
v0.3.1
Release v0.3.1
Compare changes: v0.3.0...v0.3.1
Add to your opencode.json:
{
"$schema": "https://opencode.ai/config.json",
"plugin": ["opencode-pty@0.3.1"]
}Update Instructions
To get the latest version:
rm -rf ~/.cache/opencode/node_modules/opencode-pty
opencodev0.3.0
Release v0.3.0
Compare changes: v0.2.3...v0.3.0
- chore(package): simplify server export map (c3d80ef)
- chore: release 0.3.0 (ae3a6ed)
- docs: remove auto-update warning as OpenCode now auto-updates plugins (#26) (3720bcb)
Add to your opencode.json:
{
"$schema": "https://opencode.ai/config.json",
"plugin": ["opencode-pty@0.3.0"]
}Update Instructions
To get the latest version:
rm -rf ~/.cache/opencode/node_modules/opencode-pty
opencodev0.2.3
Release v0.2.3
Compare changes: v0.2.1...v0.2.3
- chore: release 0.2.3 (078bc32)
- chore: release 0.2.2 (6b72484)
- feat: terminal session exit by sending a message with the same agent used in the session (#24) (91a1fdf)
- Fix: Bind web server to IPv6 localhost for security (#21) (82e1034)
- ci: switch to Biome (#20) (56952cc)
Add to your opencode.json:
{
"$schema": "https://opencode.ai/config.json",
"plugin": ["opencode-pty@0.2.3"]
}Update Instructions
To get the latest version:
rm -rf ~/.cache/opencode/node_modules/opencode-pty
opencodev0.2.1
Release v0.2.1
Compare changes: v0.2.0...v0.2.1
- chore: release 0.2.1 (c555875)
- Fix debug div removal and update tests (#17) (5a3128d)
- ci: use bun ci and npm publish in release workflow (#16) (cba058d)
- chore(deps): update @opencode-ai dependencies to 1.1.51 (9910eb1)
Add to your opencode.json:
{
"$schema": "https://opencode.ai/config.json",
"plugin": ["opencode-pty@0.2.1"]
}Update Instructions
To get the latest version:
rm -rf ~/.cache/opencode/node_modules/opencode-pty
opencodev0.2.0
Release v0.2.0
Compare changes: v0.1.5...v0.2.0
Installation
Add to your opencode.json:
{
"$schema": "https://opencode.ai/config.json",
"plugin": ["opencode-pty@0.2.0"]
}Update Instructions
To get the latest version:
rm -rf ~/.cache/opencode/node_modules/opencode-pty
opencodev0.1.5
Release v0.1.5
Compare changes: v0.1.4...v0.1.5
- chore: release 0.1.5 (6c417c4)
- chore(deps): update bun-pty to 0.4.8 (c972131)
- Add Nix flake devshell with bun2nix (#10) (2b9a37a)
Installation
Add to your opencode.json:
{
"$schema": "https://opencode.ai/config.json",
"plugin": ["opencode-pty"]
}Update Instructions
To get the latest version:
rm -rf ~/.cache/opencode/node_modules/opencode-pty
opencodev0.1.4
Release v0.1.4
Compare changes: v0.1.3...v0.1.4
- chore: release 0.1.4 (46d0605)
- feat(pty): add description field support and fix exit notification (481a392)
Installation
Add to your opencode.json:
{
"$schema": "https://opencode.ai/config.json",
"plugin": ["opencode-pty"]
}Update Instructions
To get the latest version:
rm -rf ~/.cache/opencode/node_modules/opencode-pty
opencodev0.1.3
Release v0.1.3
Compare changes: v0.1.2...v0.1.3
- chore: release 0.1.3 (9b4c387)
- feat(pty): add exit notifications for long-running processes (eba272f)
Installation
Add to your opencode.json:
{
"$schema": "https://opencode.ai/config.json",
"plugin": ["opencode-pty"]
}Update Instructions
To get the latest version:
rm -rf ~/.cache/opencode/node_modules/opencode-pty
opencodev0.1.2
Release v0.1.2
Compare changes: v0.1.1...v0.1.2
Installation
Add to your opencode.json:
{
"$schema": "https://opencode.ai/config.json",
"plugin": ["opencode-pty"]
}Update Instructions
To get the latest version:
rm -rf ~/.cache/opencode/node_modules/opencode-pty
opencode