sdk: restore high-level terminal session

This commit is contained in:
Nathan Flurry 2026-03-06 12:41:41 -08:00
parent 9e2e57b469
commit 396043a5b3
7 changed files with 354 additions and 184 deletions

View file

@ -35,6 +35,7 @@ console.log(url);
- Prompt testing
- Request/response debugging
- Process management (create, stop, kill, delete, view logs)
- Interactive PTY terminal for tty processes
- One-shot command execution
## When to use
@ -42,3 +43,9 @@ console.log(url);
- Development: validate session behavior quickly
- Debugging: inspect raw event payloads
- Integration work: compare UI behavior with SDK/API calls
## Process terminal
The Inspector includes an embedded Ghostty-based terminal for interactive tty
processes. The UI uses the SDK's high-level `connectProcessTerminal(...)`
wrapper rather than wiring raw websocket frames directly.

View file

@ -10,7 +10,7 @@
"license": {
"name": "Apache-2.0"
},
"version": "0.2.1"
"version": "0.2.2"
},
"servers": [
{