Skip to content

Releases: shekohex/opencode-pty

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

v0.1.1

30 Dec 11:56
c7828eb

Choose a tag to compare

Release v0.1.1

Compare changes: v0.1.0...v0.1.1

  • chore: release 0.1.1 (c7828eb)
  • fix: parse escape sequences in pty_write input (#4) (c54b390)

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

13 Dec 16:54
98d457a

Choose a tag to compare

Release v0.1.0

Compare changes: v0.0.1...v0.1.0

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

13 Dec 16:53
e81a5a7

Choose a tag to compare

Release v0.0.1

Compare changes: v0.0.0...v0.0.1

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

13 Dec 16:50
8d6520f

Choose a tag to compare

Release v0.0.0

  • feat: initial release of opencode-pty plugin (8d6520f)

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