This repository has no description
0

Configure Feed

Select the types of activity you want to include in your feed.

Bump to 0.8.0

Nathan Herald (Apr 14, 2026, 5:39 PM +0200) ea404018 e17fb022

+2 -2
+1 -1
CHANGELOG.md
··· 1 1 # Changelog 2 2 3 - ## Unreleased 3 + ## 0.8.0 4 4 5 5 ### Relay integration 6 6 - Interactive TUI (`pty` with no args) discovers [pty-relay](https://github.com/myobie/pty-relay) on PATH and shows remote sessions alongside local ones, grouped by host
+1 -1
package.json
··· 1 1 { 2 2 "name": "@myobie/pty", 3 - "version": "0.7.2", 3 + "version": "0.8.0", 4 4 "description": "Persistent terminal sessions with detach/attach, plus a Playwright-style testing library for TUI apps", 5 5 "type": "module", 6 6 "license": "MIT",