.fabro file extension
Workflow files now use the.fabro extension instead of .dot. This gives workflows a distinct identity and avoids conflicts with Graphviz .dot files. Existing .dot files still work as a fallback — the engine checks for graph.fabro first, then falls back to graph.dot.
Smarter human gates
Human-in-the-loop gates now show the previous stage’s output before prompting, so you can see what the agent produced before deciding what to do next. Gates with only a freeform edge also skip the multiple-choice menu and go straight to a text input, making conversational loops like REPL workflows feel more natural.More
CLI
CLI
- Added user-level workflow lookup in
~/.fabro/workflows/— personal workflows are now available across all projects
Workflows
Workflows
- New
thread_id_requires_fidelity_fulllint rule warns whenthread_idis set withoutfidelity=full - Added example REPL workflow for interactive agent loops
Improvements
Improvements
- Branding now appears in generated commits and PR descriptions