Pipeline & History
Pipeline panel
Section titled “Pipeline panel”The main window’s “All Projects” view and each per-project Pipeline. A live cross-project feed of staged, pending, running, completed, and failed prompts with approve, cancel, retry, edit-and-approve, and per-project queues.
MCP tools: orbit_status, orbit_status_markdown.
Completions Log & raw logs
Section titled “Completions Log & raw logs”Project window → Completions tab, with a “View Raw Log” modal. An append-only per-project COMPLETION_LOG.md audit trail (prompt #, description, commit, model, notes); every run also writes a raw stdout/stderr transcript under logs/prompts/, viewable inline.
MCP tools: orbit_get_completions, orbit_get_completion_full, orbit_get_prompt_log.
History sidebar (Activity panel)
Section titled “History sidebar (Activity panel)”The right-rail History/Activity panel.
Period selector — a Day / Week / Custom control sets the window for all metrics and the chart. Custom lets you pick an arbitrary date range.
Hero stat and chart — the selected period’s total event count as a headline number, backed by a multi-line SVG chart showing the overall trend plus individual per-project lines with gradient fill.
Project ranking and toggles — projects are ranked by activity for the period. Each project row has plot toggles so you can show or hide individual projects from the multi-line chart without changing the ranking.
Kind filter — a tab strip filters the activity feed to All, Prompts, QA, or Deploys.
Weekly record badge — when the current week’s count matches or exceeds the all-time weekly record, a record badge (“Record: N”) appears next to the hero stat.
Exports — a range-export action produces a file in your choice of format: CSV (columns: timestamp, kind, project, title, model, status, meta), JSON (full event objects), or Markdown (a summary table of prompt/QA/deploy counts per project). Downloads go directly to the browser/filesystem.
Daily Summary modal
Section titled “Daily Summary modal”The “Daily Sum” button in the All-Projects pipeline header. A three-tab recap of the calendar day — Numbers (KPI grid and sparklines), Story (an AI-generated narrative), and Timeline (a per-project activity heatmap).
Notifications bell
Section titled “Notifications bell”The dashboard titlebar bell. An actionable-by-default feed — failures, stuck or ghost prompts, deploy and QA failures, queue-paused events — with project and prompt numbers, plus a “Show all events” toggle for the full feed.
Diagnostics panel & metrics
Section titled “Diagnostics panel & metrics”Ctrl+Shift+D. Live System Load, Project Growth, and Largest Dirs metrics with anomaly tinting (such as worktree-count alerts), section copy and JSON export, and resizable docking.
Renderer crash logger
Section titled “Renderer crash logger”Unhandled renderer errors and rejections are written to ~/.orbit/renderer-crash.log and replayed in a startup banner — no DevTools needed.
Audit Center
Section titled “Audit Center”The sidebar Audits entry and the Docs tab’s audits/ subfolder. A severity-banded list with keyboard triage of diagnostic audit reports, each with a structured detail view (verdict, flaws, “Orbit’s proposed fix”) and a one-click “Queue this fix.”