wiki / segments / web-uiedited 2026-07-19
Web UI

sg start serves a live dashboard at http://localhost:8765. Pick a theme from the dropdown in the top bar — each supports light and dark modes.

obsidianRefined near-black chrome with a cool-steel accent (default).consoleAmber phosphor, monospace, ASCII framing, live agent tail.dossierEditorial paper-and-ink, serif display, rubber-stamp accents.

Views

listTasks grouped by status, from in-progress through blocker, todo, done, and closed. Inline priority bars, blocker chips, an expandable detail panel.kanbanFour-column board (todo / in-progress / blocker / done). Drag a card to change its status — applied optimistically, reconciled via WebSocket.graphTop-down dependency DAG. Ready tasks get an accent ring; tasks currently blocking other work get a warning border.

Real-time

Every tab connects over WebSocket and receives live deltas for task and project changes, whether those come from another tab, the CLI, or an MCP agent. New tasks slide in; edits pulse briefly.

Keyboard

Ctrl+K / Cmd+K opens a command palette that fuzzy-jumps between projects, views, and tasks. Beyond that:

j / kNavigate tasks (arrow keys work too).g l · g k · g gSwitch to List / Kanban / Graph.cCompose a new task.eEdit the selected task's body.tCycle the selected task's status.1–4Set priority (4 clears it)./Focus search.enterOpen the detail panel.escClose dialogs, panels, or blur inputs.

An aggregated All tasks scope spans every project, plus a ready-queue filter for tasks with no outstanding blockers.