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
| Need | Use |
|---|---|
| Pick a workflow and watch it run | up --interactive or workflow run --interactive |
| Active run list | ps --watch |
| Lifecycle event stream | events --watch or logs --follow |
| Agent transcript | chat --follow |
| Run detail | inspect --watch |
| Node attempts, tools, and output | node --watch, output, diff |
| Rendered DevTools tree | tree --watch |
| Local control plane | ps --watch, inspect --watch, and the CLI overview |
| Remote or browser control plane | up --serve, Gateway, and MCP Server |
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.