Skip to content

GUI Dashboard

codexclaw ships a local dashboard for messenger channels, named bridge agents, and subagent configuration.

Terminal window
cxc gui

gui starts the Vite dev server (it prints the local URL). If dependencies are not installed, run npm install in plugins/codexclaw/gui first.

For the messenger bridge runtime, use:

Terminal window
cxc serve

serve binds 127.0.0.1, serves the built GUI and /api/* from the same origin, and runs the enabled messenger adapters. cxc gui is the dashboard dev-server path; cxc serve is the loopback bridge path.

  • Channels — connect Telegram or Discord, validate the bot token, activate the channel, open the pairing window, and wait for /start (Telegram) or !cxc start (Discord). Only one legacy channel is active at a time.
  • Agents — create named Telegram/Discord agents, enable or disable them, choose model and reasoning effort, set auto-send and mention-only behavior, open pairing windows, and configure heartbeat minutes plus heartbeat prompt. The sessions table shows chat ↔ Codex session bindings.
  • Subagents — pick a mode (default model vs a specific model) and model per role, and edit per-role prompt overrides inline. Writes through the subagent MCP tools.

The bridge dashboard talks to cxc serve through local JSON routes:

Surface Backing state
Channels bot token presence, active channel, adapter status, paired-chat count
Agents name, messenger kind, token presence, enabled flag, model, effort, auto-send, mention-only, heartbeat settings
Sessions bindings rows: messenger, chat id, Codex thread id, status, updated time

Tokens are not returned by the API; the UI only displays hasToken.

The dashboard shows a provider link bar reflecting bridge state: native when ocx is absent, or the detected provider/port when ocx is active. The bar reflects detection only — it does not start or configure a provider.