mirror of
https://github.com/harivansh-afk/sandbox-agent.git
synced 2026-04-15 07:04:48 +00:00
* feat: improve inspector UI for processes and fix PTY terminal
- Simplify ProcessRunTab layout: compact form with collapsible Advanced section for timeout/maxOutputBytes
- Rewrite ProcessesTab: collapsible create form, lightweight list items with status dots, clean detail panel with tabs
- Extract error details: use problem.detail instead of generic "Stream Error" title for better error messages
- Fix GhosttyTerminal binary frame parsing: handle server's binary ArrayBuffer control frames (ready/exit/error)
- Enable WebSocket proxying in Vite dev server with ws: true
- Set TERM=xterm-256color default for TTY processes so tools like tmux, vim, htop work out of the box
- Remove orange gradient background from terminal container for cleaner look
- Remove orange left border from selected process list items
- Update inspector CSS with new process/terminal styles
Co-Authored-By: Claude Haiku 4.5 <noreply@anthropic.com>
* fix: address review issues and add processes documentation
- Fix unstable onExit callback in ProcessesTab (useCallback)
- Fix SSE follow stream race condition (subscribe before history read)
- Update inspector.mdx with new process management features
- Change observability icon to avoid conflict with processes
- Add docs/processes.mdx covering the full process management API
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
* docs: simplify processes doc — rename sections, remove low-level protocol
- Rename "Interactive terminals" to "Terminals" with "Connect to a terminal" sub-heading
- Add TTY process creation step at top of Terminals section
- Remove low-level WebSocket protocol table and raw WebSocket example
- Keep browser terminal emulator reference with Ghostty link
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
* docs: update GhosttyTerminal permalink to latest commit
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
* docs: use main branch permalink for GhosttyTerminal reference
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
* feat: refine process API — WebSocket binary protocol, SDK terminal session, updated tests
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
* docs: update GhosttyTerminal permalink to
|
||
|---|---|---|
| .. | ||
| ai | ||
| deploy | ||
| images | ||
| logo | ||
| agent-capabilities.mdx | ||
| agent-sessions.mdx | ||
| architecture.mdx | ||
| attachments.mdx | ||
| building-chat-ui.mdx | ||
| cli.mdx | ||
| cors.mdx | ||
| credentials.mdx | ||
| custom-tools.mdx | ||
| daemon.mdx | ||
| docs.json | ||
| favicon.svg | ||
| file-system.mdx | ||
| gigacode.mdx | ||
| inspector.mdx | ||
| manage-sessions.mdx | ||
| mcp-config.mdx | ||
| multiplayer.mdx | ||
| observability.mdx | ||
| openapi.json | ||
| opencode-compatibility.mdx | ||
| pi-support-plan.md | ||
| processes.mdx | ||
| quickstart.mdx | ||
| react-components.mdx | ||
| sdk-overview.mdx | ||
| security.mdx | ||
| session-persistence.mdx | ||
| session-restoration.mdx | ||
| session-transcript-schema.mdx | ||
| skills-config.mdx | ||
| telemetry.mdx | ||
| theme.css | ||
| troubleshooting.mdx | ||