Devcontainer support
Sandbox environments can now be defined using standarddevcontainer.json files. Fabro parses and resolves the full devcontainer spec — features, lifecycle hooks (onCreateCommand, postStartCommand), build args, containerEnv, feature dependencies, and Compose-based configurations.
If your project already has a .devcontainer/devcontainer.json, Fabro can use it directly instead of requiring a separate sandbox configuration.
Sessions
Persistent chat sessions with SQLite storage. Start a conversation with an agent, close the terminal, and pick up where you left off. Sessions track messages, model, and conversation state.More
API
API
- New
POST /runs/{id}/previewendpoint generates a live preview URL for any running sandbox
CLI
CLI
fabro llm chatcommand for interactive multi-turn conversations with any configured model
Improvements
Improvements
- GitHub OAuth login for the web app with automatic session management and JWT-based API authorization
- Full documentation site with getting started guides, core concepts, workflow reference, and API docs
- Asset snapshots capture files produced by workflow nodes for review
- Styled 404 and 500 error pages matching the Fabro design system
--debugflag switches log level from INFO to DEBUG for troubleshooting