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
- Introduced interactive CLI chat sessions via the now-removed
fabro llm chatcommand
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