Skip to main content

Synopsis

Description

tui renders a static or auto-refreshing dashboard in the terminal. It fetches data from four API endpoints in parallel and displays them in a clean, color-coded layout:
  • System - version, deployment mode, uptime, health status
  • AI Providers - configured providers with health and latency
  • Recent Sessions - last 5 chat conversations
  • Recent Tasks - last 5 tasks with status indicators
Requires the profClaw server to be running. If the server is unreachable, the system panel shows a connection error while other panels display what data is available.

Flags

boolean
Refresh the dashboard automatically at the configured interval. Press Ctrl+C to stop.
string
default:"5"
Refresh interval in seconds when --watch is active.

Examples

Example Output