Skip to main content
bunx smithers-orchestrator tui was removed in 0.20.2. Use the commands in the table below instead. The removal dropped the OpenTUI dependency and the apps/cli/src/tui/ tree from the package. If you want the old โ€œpick a workflow, start it, and watch it liveโ€ experience, that flow now lives behind a flag on the run commands: up --interactive (or workflow run --interactive). With no workflow argument it opens an interactive picker, prompts for inputs, and live-renders the runโ€™s status card until it finishes or pauses on a gate.

Replacements

NeedUse
Pick a workflow and watch it runup --interactive or workflow run --interactive
Active run listps --watch
Lifecycle event streamevents --watch or logs --follow
Agent transcriptchat --follow
Run detailinspect --watch
Node attempts, tools, and outputnode --watch, output, diff
Rendered DevTools treetree --watch
Local control planeps --watch, inspect --watch, and the CLI overview
Remote or browser control planeup --serve, Gateway, and MCP Server
For a browser or remote control plane, up --serve exposes an HTTP API; the Gateway and MCP Server docs explain multi-user and agent-driven access. Historical TUI product/design material is kept for reference, but it does not describe a shipped command.