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.
Managed run branch controls
Fabro-managed Git behavior can now be controlled at the run level instead of through provider-specific sandbox switches. Workflows can opt out of automatic cloning, run branch setup, branch pushes, metadata branch writes, and metadata pushes while keeping the default behavior unchanged for existing runs.More
Workflows
Workflows
- Added
[run.clone],[run.run_branch], and[run.meta_branch]settings for clone, branch, and metadata branch behavior - Added
[llm.providers]and[llm.models]settings foundations for configurable provider and model catalog data - Added typed provider
extra_headerssettings for gateway-backed LLM providers
CLI
CLI
fabro validate path/to/workflow.fabronow discovers a siblingworkflow.tomlwhen it points back to the same graph and supplies[run.inputs]
Fixes
Fixes
- Fixed local sandbox startup on NixOS by resolving
bashthroughPATHinstead of requiring/bin/bash - Fixed ACP stdio handling so a clean process exit after the final response is tolerated
- Fixed templated
.fabrovalidation by ignoring unrelated siblingworkflow.tomlfiles in the same directory