Skip to content

Releases: shekohex/opencode-pty

v0.3.6

Choose a tag to compare

@github-actions github-actions released this 05 Jul 14:51
599b165

Release v0.3.6

Compare changes: v0.3.4...v0.3.6

  • chore: release 0.3.6 (599b165)
  • chore: release 0.3.5 (#45) (cd40a8e)
  • fix: bump bun-pty to ^0.4.10 and export server for PluginModule conformance (#44) (ca478b8)
  • Update manager.ts (#42) (f8ea294)
  • bun-pty pull 37 is merged (#38) (cae0d48)

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.4

Choose a tag to compare

@github-actions github-actions released this 20 Apr 14:08
9b2b7eb

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

Choose a tag to compare

@github-actions github-actions released this 20 Apr 13:24
75f4771

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

Choose a tag to compare

@shekohex shekohex released this 03 Apr 17:44
af2c0f8

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

Choose a tag to compare

@shekohex shekohex released this 01 Apr 14:38
cf716c7

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

Choose a tag to compare

@shekohex shekohex released this 01 Apr 12:58
c3d80ef

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

Choose a tag to compare

@github-actions github-actions released this 17 Feb 17:48
078bc32

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

Choose a tag to compare

@github-actions github-actions released this 06 Feb 14:15
c555875

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

Choose a tag to compare

@github-actions github-actions released this 04 Feb 14:29
9355b2e

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

Choose a tag to compare

@github-actions github-actions released this 30 Jan 15:32
6c417c4

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