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.
Ask Fabro understands runs
Ask Fabro now starts from a specific run instead of a free-floating chat session. The CLI can answer read-only questions about a run, and the web app has the run-scoped session APIs needed for the sidebar experience.Clearer stage timing and context
Run and stage timing now separates elapsed wall time from active work time. This makes parallel workflows easier to reason about: a run can spend ten seconds on the clock while accumulating more than ten seconds of active stage work across branches. The Stages view also has a Context tab. You can inspect context values, stage notes, and structured stage output next to the thread or logs that produced them.More
API
API
- Added run-bound Ask Fabro session endpoints and session metadata on run summaries
- Added
StageTimingobjects withwall_time_msandactive_time_ms - Pair sessions now target active stages and expose the
fabro_run_pairMCP tool
CLI
CLI
- Added
fabro ask --prompt <PROMPT> <RUN>for run-scoped questions
Workflows
Workflows
- Added
[run.agent] fabro_tools = trueas the opt-in for built-in Fabro run-management tools - Configured artifact globs are captured once per run so later config changes do not affect cleanup
- Artifact collection now follows symlinked artifact roots
Fixes
Fixes
- Fixed active stage duration displays measuring from the wrong timestamp
- Fixed Ask Fabro sidebar user bubbles and composer spacing
- Fixed Daytona network policies being derived from the wrong layer
Improvements
Improvements
- Run headers now include detail popovers for workflow, repository, and related metadata
- Billing views now compute in-flight LLM costs on read and show token cache breakdowns on hover
- Run overview shows a sandbox status dot
- Storage, models, and resources settings pages now keep related values grouped together