fabro/lib/crates/fabro-util
Bryan Helmkamp 92a09adb20
feat(cli): suggest fabro auth login on auth-required errors
Unauthenticated commands surfaced only `error: Authentication required.`
with no remediation. Add a cyan-bold `hint:` line pointing at
`fabro auth login` in the top-level error printer, keyed off
`ExitClass::AuthRequired` so it covers every command that hits the
server (run, exec, ps, system info, etc.). Suppressed when `--json` is
set.

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
2026-04-22 10:49:22 -04:00
..
data rename Arc to Fabro in all Rust crates, symbols, env vars, and supporting files 2026-03-12 12:25:58 -04:00
src feat(cli): suggest fabro auth login on auth-required errors 2026-04-22 10:49:22 -04:00
tests Gate dev-token handling on explicit auth methods 2026-04-22 07:47:54 -04:00
build.rs refactor(unwrap): clear non-test workspace warnings 2026-04-19 20:56:38 -04:00
Cargo.toml test(cli): suppress browser launch under spawned fabro test subprocesses 2026-04-22 07:50:34 -04:00