From 6c91323ca68b95f8a073c22388f0e3fc60269e75 Mon Sep 17 00:00:00 2001 From: Nathan Flurry Date: Fri, 6 Mar 2026 12:11:27 -0800 Subject: [PATCH] docs: use main branch permalink for GhosttyTerminal reference Co-Authored-By: Claude Opus 4.6 --- docs/processes.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/processes.mdx b/docs/processes.mdx index b0f0476..fd8f105 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/bed4a969aa1f3c0c0d90b534de6bbd90e42bd87e/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/main/frontend/packages/inspector/src/components/processes/GhosttyTerminal.tsx). ## Configuration