Skip to content

Commit 5687b47

Browse files
Kasper Jungeclaude
authored andcommitted
docs: document Run buttons in Configure so users discover the configure-to-run shortcut
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1 parent 3c9abc8 commit 5687b47

2 files changed

Lines changed: 7 additions & 2 deletions

File tree

docs/changelog.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ All notable changes to ralphify are documented here.
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.
20+
- **Run buttons in Configure** — each prompt card in the Configure tab has a "Run" button (visible on hover, always on mobile) and the prompt editor has a "Run this prompt" header button. Both open the New Run modal with the prompt pre-selected, connecting the configure and run workflows.
2021
- **Command and timeout in Configure** — the Configure tab now shows editable command and timeout fields for checks and contexts, so you can see and change what each primitive runs without leaving the browser.
2122
- **WebSocket event type reference** — dashboard docs now include a complete table of all event types and their data fields.
2223
- **Codebase migration cookbook recipe** — step-by-step guide for automating JavaScript-to-TypeScript migrations, with adaptation tips for Python 2→3, CommonJS→ESM, and more.

docs/dashboard.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -115,11 +115,15 @@ Click an item to open its editor, where you can:
115115
</figure>
116116

117117
The Prompts section works the same way — browse, create, edit, and delete named
118-
prompts without leaving the browser:
118+
prompts without leaving the browser. Each prompt card also has a **Run** button
119+
(visible on hover, always visible on mobile) that opens the New Run modal with
120+
that prompt pre-selected — so you can go from browsing prompts to launching a run
121+
in one click. The prompt editor has a **Run this prompt** button in the header
122+
for the same shortcut.
119123

120124
<figure markdown="span">
121125
![Prompts list in Configure](assets/dashboard/configure-prompts.png){ loading=lazy }
122-
<figcaption>Drill into Prompts to browse and manage your named prompts.</figcaption>
126+
<figcaption>Drill into Prompts to browse and manage your named prompts. Hover over a card to see the Run button.</figcaption>
123127
</figure>
124128

125129
Changes are written directly to the `.ralph/` directory on disk.

0 commit comments

Comments
 (0)