Documentation Index
Fetch the complete documentation index at: https://docs.fabro.sh/llms.txt
Use this file to discover all available pages before exploring further.
Run Events and Artifacts pages
Run detail sidebars now include dedicatedRun Events and Artifacts pages. Run Events shows the full event stream with category filters, search, and an event detail panel, while Artifacts groups downloadable files by stage and retry.
This gives you a direct path to the two things users usually need after a run: the complete audit trail and the files produced by stages.
Typed interview answers
Human-in-the-loop answers now have explicit API shapes for yes/no, single-select, multi-select, and text responses. The web UI and CLI attach flow use those shapes consistently, which removes ambiguity around which field should be present for each question type.fabro attach also handles interview edge cases better. Invalid input re-prompts instead of dropping the interaction, and attach no longer blocks when a question was already answered from another client.
API client coverage for the web app
The web app now uses the generated TypeScript API client for the auth, workflow, run, artifact, settings, and human-in-the-loop calls that can be generated from OpenAPI. The API reference now documents the browser auth and workflow routes the app relies on, which keeps the UI and public contract aligned as routes evolve.More
API
API
RunStagenow includes a canonicalhandlerfield so clients can choose agent, command, or debug renderers without guessing from names- Run summaries now include stored pull request records with
html_url - OpenAPI now documents browser auth config, current user, demo toggle, and development-token login endpoints
- OpenAPI now documents workflow list, workflow detail, and workflow runs endpoints
GET /api/v1/runs/{id}/graphnow documents the optionaldirectionquery parameter
CLI
CLI
fabro attachnow re-prompts after invalid interview inputfabro attachnow unblocks when an interview question is answered from another client
Workflows
Workflows
- Added bundled
interviewandsleeperworkflows for exercising human answers and interrupt handling
Improvements
Improvements
- Added a Profile page to the user menu
- Run cards now show a pull request icon and number only when a stored pull request exists
- Run cards now show repository names without repeating the owner prefix
- Archived runs now have a Delete action in the web app
- Unknown stage handler types now open in the Debug renderer by default
Fixes
Fixes
- Fixed prompt-only stages missing completed responses in the Thread view
- Fixed stage interrupt events missing from the Thread view
- Fixed OpenAI reasoning metadata being lost across stateless round trips
- Fixed duplicate action dividers in run menus
- Fixed the steer bar not receiving focus from the actions menu