Skip to content

Releases: shekohex/opencode-pty

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

v0.1.3

08 Jan 15:06
9b4c387

Choose a tag to compare

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
opencode

v0.1.2

06 Jan 20:21
83804df

Choose a tag to compare

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