Provider credential auth
Managing LLM provider credentials used to mean setting environment variables or manually configuring API keys for each session. Now,fabro provider login walks you through a typed authentication flow — OAuth device auth for OpenAI Codex, API key entry for other providers — and stores credentials securely in the vault. Workflows automatically pick up stored credentials at runtime, so you configure once and forget.
Resolved settings view
fabro settings now renders a compact, fully-resolved view by default, showing the effective value for every setting after all layers (builtins, project, CLI overrides) are merged. Previously you had to mentally merge multiple config sources to understand what value was active. Builtin defaults are now materialized as a base layer, so fabro settings always shows a complete picture even when you haven’t configured anything explicitly.
More
CLI
CLI
- Added
--forceoption tofabro pr createto skip confirmation prompts fabro doctornow checks that the storage directory exists and is writable
API
API
- Settings API endpoint now returns a
resolvedview alongside the raw settings