Skip to content

Commit a7ec027

Browse files
Kasper Jungeclaude
authored andcommitted
docs: fix changelog tab descriptions and add History tab screenshot so users see accurate UI docs
The changelog's Unreleased section described a 4-tab dashboard design (dedicated "Prompts tab" and "Primitives tab") that was redesigned to 3 tabs (Runs, Configure, History). Updated to match the current UI. Also added the missing History tab screenshot to the dashboard page — it was the only tab without a visual. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1 parent 45e8273 commit a7ec027

3 files changed

Lines changed: 14 additions & 5 deletions

File tree

61.9 KB
Loading

docs/changelog.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@ All notable changes to ralphify are documented here.
1212

1313
- **Named prompts** — save reusable, task-focused prompts in `.ralph/prompts/<name>/PROMPT.md` and switch between them with `ralph run <name>`. Create with `ralph new prompt <name>`, list with `ralph prompts list`. The `prompt` field in `ralph.toml` also accepts a prompt name.
1414
- **`--prompt-file` / `-f` flag** — point `ralph run` at any prompt file by path, overriding `ralph.toml`.
15-
- **Prompts tab**the web dashboard now opens to a dedicated Prompts tab showing all named prompts as interactive cards with descriptions, content previews, edit buttons, and one-click run.
16-
- **Redesigned dashboard tabs** — the History tab shows rich run cards with visual pass rates and status badges. The Primitives tab has an overview dashboard with drill-down views and inline editors for creating, editing, and deleting checks, contexts, and instructions.
15+
- **Prompts in Configure**browse, create, edit, and delete named prompts alongside other primitives in the Configure tab. Each prompt shows as an interactive card with description, content preview, and edit button.
16+
- **Redesigned dashboard to three tabs** — the dashboard now uses three tabs (Runs, Configure, History). The History tab shows rich run cards with visual pass rates and status badges. The Configure tab has an overview dashboard with drill-down views and inline editors for creating, editing, and deleting prompts, checks, contexts, and instructions.
1717
- **Dashboard reads `ralph.toml`** — the UI reads `command` and `args` from your project's `ralph.toml` so it no longer hardcodes agent configuration.
1818
- **Responsive dashboard** — the dashboard adapts to tablets (≤ 900px) and phones (≤ 600px) with a collapsible slide-out sidebar, tighter spacing, and adjusted modal widths.
1919
- **Prompt preview in New Run modal** — expand a preview panel to see the full prompt content before launching a run.

docs/dashboard.md

Lines changed: 12 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -126,9 +126,18 @@ Changes are written directly to the `.ralph/` directory on disk.
126126

127127
### History
128128

129-
Shows all past runs — completed, stopped, and failed. Each run displays its
130-
pass rate and iteration count. Click any run to review its full iteration
131-
details.
129+
The History tab shows all past runs — completed, stopped, and failed. Each run
130+
displays its pass rate, iteration count, and status badge. Click any run to
131+
review its full iteration details, including individual check results and agent
132+
output for every iteration.
133+
134+
When no runs have completed yet, the tab shows an onboarding prompt with a
135+
button to start your first run.
136+
137+
<figure markdown="span">
138+
![History tab](assets/dashboard/history-tab.png){ loading=lazy }
139+
<figcaption>The History tab lists all past runs with pass rates and status badges. Click any run to drill into its iterations.</figcaption>
140+
</figure>
132141

133142
## Starting a run
134143

0 commit comments

Comments
 (0)