···99- Add `pty list --remote` to include remote hosts in the text and JSON output
1010- Graceful degradation: if pty-relay is not installed, nothing changes
11111212+### Events
1313+- Add `session_start` event — emitted when a session is created, includes tags for filtering
1414+- Add `session_exit` event — emitted when a session's child process exits, includes exit code
1515+1216### TUI framework
1317- Export `SelectableGroup<T>` interface from `@myobie/pty/tui`
1418- `groupedSelectable` `renderHeader` callback now receives the full group object instead of `(title, count)`
+1
src/client-api.ts
···3333 type EventRecord, type EventBase,
3434 type BellEvent, type TitleChangeEvent, type NotificationEvent,
3535 type FocusRequestEvent, type CursorVisibleEvent,
3636+ type SessionStartEvent, type SessionExitEvent,
3637 type SessionRestartEvent, type SessionFailedEvent,
3738 type SupervisorStartEvent, type SupervisorStopEvent,
3839 type FollowerOptions,