Fabro CLI
Run AI workflows from the command line withfabro run start, validate DOT workflow definitions with fabro validate, and step through dry-runs to test logic before committing real LLM calls.
Docker sandboxing
Agent tool execution can now run inside Docker containers, so workflows can safely run shell commands, edit files, and install dependencies without affecting your host machine.Web dashboard
A pipeline kanban board shows all active runs with their status, progress, and any pending human-in-the-loop prompts. Watch workflows execute in real time from the browser.More
CLI
CLI
- Color-coded terminal output with ANSI styling makes it easier to follow agent activity
- Use
--output-format jsonfor NDJSON event streaming into CI/CD pipelines or custom dashboards
Improvements
Improvements
- Ships with Claude Opus 4.6 (1M context window) as the default Anthropic model and Gemini 3.1 Pro Preview as the default Gemini model
- Anthropic models use adaptive thinking by default for deeper reasoning on complex tasks