Documentation
TUI
Terminal UI entrypoint and worker model in packages/nikcli/src/cli/cmd/tui.
Overview
The TUI command is the default CLI route and supports local or server-backed sessions.
Worker Model
The TUI spawns a worker process and communicates over an RPC channel. When server flags are present, the TUI starts an HTTP server and connects via events.
Remote Attach
Attach
nikcli attach <url> connects a local TUI to a remote server.