From 1a8ade955c1fe12624ac5c33ce591dea1e45a32c Mon Sep 17 00:00:00 2001 From: Nathan Flurry Date: Fri, 6 Mar 2026 12:42:04 -0800 Subject: [PATCH] docs: update inspector terminal permalink --- docs/inspector.mdx | 3 ++- docs/processes.mdx | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/docs/inspector.mdx b/docs/inspector.mdx index da3d1c3..cf0c28c 100644 --- a/docs/inspector.mdx +++ b/docs/inspector.mdx @@ -48,4 +48,5 @@ console.log(url); 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. +wrapper rather than wiring raw websocket frames directly. The implementation is +available in the [Inspector's GhosttyTerminal component](https://github.com/rivet-dev/sandbox-agent/blob/396043a5b33ff2099e4d09c2a4fd816a34358558/frontend/packages/inspector/src/components/processes/GhosttyTerminal.tsx). diff --git a/docs/processes.mdx b/docs/processes.mdx index 4b59acd..3a89ee7 100644 --- a/docs/processes.mdx +++ b/docs/processes.mdx @@ -230,7 +230,7 @@ Since the browser WebSocket API cannot send custom headers, the endpoint accepts ### Browser terminal emulators -The terminal session works with any browser terminal emulator like ghostty-web or xterm.js. For a complete example using ghostty-web, see the [Inspector's GhosttyTerminal component](https://github.com/rivet-dev/sandbox-agent/blob/636eefb/frontend/packages/inspector/src/components/processes/GhosttyTerminal.tsx). +The terminal session works with any browser terminal emulator like ghostty-web or xterm.js. For a complete example using ghostty-web, see the [Inspector's GhosttyTerminal component](https://github.com/rivet-dev/sandbox-agent/blob/396043a5b33ff2099e4d09c2a4fd816a34358558/frontend/packages/inspector/src/components/processes/GhosttyTerminal.tsx). ## Configuration