Vendored Graphviz
Fabro no longer requires a system-installeddot binary to render workflow graphs. The Graphviz C library is now compiled directly into the Fabro binary, so graph rendering works out of the box on every platform. Rendering runs in an isolated subprocess to contain any native library faults, so a malformed graph can’t crash the main process.
fabro version command
You can now check your installed version and build metadata with a dedicated command. The output includes the git SHA and build date, making it easy to identify exactly which build you’re running — especially useful when reporting issues or verifying upgrades.
More
CLI
CLI
- Added
lsalias forlistsubcommands (e.g.,fabro runs ls,fabro models ls) - Added
fabro install --github-onlyto reconfigure just the GitHub App without a full reinstall - Install now prompts for a GitHub token when the
ghCLI is unavailable
Improvements
Improvements
- Doctor now shows
fabro secret setin remediation output when a secret is missing - Doctor check labels improved for Sandbox and Brave Search readability
- Doctor and install output now use
~for home directory paths - Install runs doctor in non-verbose mode after completing setup
- Install output reordered for clearer step progression
- Enabled Zstd compression for the embedded storage engine, reducing disk usage
Fixes
Fixes
- Fixed server not restarting automatically after
fabro install - Fixed
server.listenbeing ignored whenbindwas omitted from settings