> ## Documentation Index
> Fetch the complete documentation index at: https://smithers.sh/llms.txt
> Use this file to discover all available pages before exploring further.

# TUI Removed

> The old smithers tui command is no longer shipped; use the CLI commands instead.

`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`](/cli/overview) (or [`workflow run --interactive`](/cli/overview)). 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`](/cli/overview) or [`workflow run --interactive`](/cli/overview)                              |
| Active run list                  | [`ps --watch`](/cli/overview)                                                                                     |
| Lifecycle event stream           | [`events --watch`](/cli/overview) or [`logs --follow`](/cli/overview)                                             |
| Agent transcript                 | [`chat --follow`](/cli/overview)                                                                                  |
| Run detail                       | [`inspect --watch`](/cli/overview)                                                                                |
| Node attempts, tools, and output | [`node --watch`](/cli/overview), [`output`](/cli/overview), [`diff`](/cli/overview)                               |
| Rendered DevTools tree           | [`tree --watch`](/cli/overview)                                                                                   |
| Local control plane              | [`ps --watch`](/cli/overview), [`inspect --watch`](/cli/overview), and the [CLI overview](/cli/overview)          |
| Remote or browser control plane  | [`up --serve`](/integrations/serve), [Gateway](/integrations/gateway), and [MCP Server](/integrations/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.
