Skip to content

Releases: shekohex/opencode-pty

v0.3.4

20 Apr 14:08
9b2b7eb

Choose a tag to compare

Release v0.3.4

Compare changes: v0.3.3...v0.3.4

  • chore: release 0.3.4 (9b2b7eb)
  • chore(ci): use node 24 for release publish (2594c09)
  • fix(ci): harden release workflow publish and notes (230664a)

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

v0.3.3

20 Apr 13:24
75f4771

Choose a tag to compare

Release v0.3.3

Compare changes: v0.3.2...v0.3.3

  • chore: release 0.3.3 (75f4771)
  • feat: add configurable port and switch to IPv4 by default (#28) (90c0f96)
  • Add per-session PTY timeout support (#35) (29f5ec1)
  • Ship pre-compiled JS to avoid transpilation cost (#27) (b41d333)
  • fix(ci): expose playwright runtime libs in devenv (d30971f)
  • fix(ci): install playwright system deps in devenv job (876acd7)
  • fix(ci): install playwright browsers for devenv e2e (0e534d2)
  • fix(test): wrap long expect assertions in pty-tools test (ac3bbbd)

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

v0.3.2

03 Apr 17:44
af2c0f8

Choose a tag to compare

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

01 Apr 14:38
cf716c7

Choose a tag to compare

Release v0.3.1

Compare changes: v0.3.0...v0.3.1

  • chore: release 0.3.1 (cf716c7)
  • fix(pty): replace moment with native Date timestamps (e1739f6)

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
opencode

v0.3.0

01 Apr 12:58
c3d80ef

Choose a tag to compare

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
opencode

v0.2.3

17 Feb 17:48
078bc32

Choose a tag to compare

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
opencode

v0.2.1

06 Feb 14:15
c555875

Choose a tag to compare

Release v0.2.1

Compare changes: v0.2.0...v0.2.1

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
opencode

v0.2.0

04 Feb 14:29
9355b2e

Choose a tag to compare

Release v0.2.0

Compare changes: v0.1.5...v0.2.0

  • chore: release 0.2.0 (9355b2e)
  • feat: CI improvements and web UI implementation (#13) (9f4aa5b)

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
opencode

v0.1.5

30 Jan 15:32
6c417c4

Choose a tag to compare

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
opencode

v0.1.4

08 Jan 15:34
46d0605

Choose a tag to compare

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
opencode