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.
Sparse input overrides
Workflow inputs can now be overridden one key at a time from the CLI. Repeat-I or --input on fabro run, fabro create, and fabro preflight to replace specific inputs while preserving unrelated inherited values from settings and workflow config.
Sandbox access from run detail
Run detail now has a dedicated Sandbox tab and terminal route. You can inspect the run sandbox from the web app, open an interactive terminal, copy Docker exec access commands, and see sandbox identity information without switching to a separate CLI session. This also gives long-running debug sessions a clearer place to live. Terminal framing, scroll behavior, Daytona proxying, and terminal error states were tightened so the terminal stays usable inside the run UI.Run file diff controls
The Files Changed view can now compare committed run history and sandbox file scopes from the same toolbar. You can switch diff scope next to the file count, pick commits from the run history, and refresh patch diffs when the selected scope changes. This makes the file browser useful both during active sandbox work and after a run has committed checkpoints.More
API
API
- Run file APIs now expose commit lists and diff scope metadata for committed history and sandbox comparisons
- Run payloads, events, and mutations now support explicit run titles
- Billing projections now include live per-stage token usage while a run is active
- Sandbox details now expose control-plane metadata used by the run Sandbox tab
CLI
CLI
- Added repeatable
-I, --input <key=value>tofabro run,fabro create, andfabro preflight - Added Docker host preflight checks for Docker-based deployment and sandbox diagnostics
Improvements
Improvements
- Run titles can now be edited inline from the run header
- Run title fields now preserve explicit titles across create, fork, archive, unarchive, and attach flows
- Added a demo-only Start tab for app-shell demos
- Docker Compose deployment defaults now include safer sandbox-facing defaults
- Added Thread DNA timeline strips to debug events and agent stage views
- Added specialized stage renderers for non-agent workflow handlers
- The Billing tab now shows an empty state when no models were used
Fixes
Fixes
- Fixed deletion of unreadable runs
- Fixed CLI verification failure handling
- Fixed Daytona terminals to use the toolbox proxy and hide control frames
- Fixed terminal dock spacing, bottom-row clipping, and overlap with the steer bar
- Fixed run file diffs refreshing when the selected scope changes
- Fixed scoped run file diffs to only include tracked files
- Fixed deprecated project directory settings being applied to workflow discovery
- Fixed embedded build Git metadata being stale on branch commits