fabro/crates/arc-api
Bryan Helmkamp 2737e6164e Add colored output to models list and test, fix clippy warnings
Add ANSI color to `arc models` and `arc models test` output when stdout
is a TTY: bold model IDs, dim provider/aliases, cyan speed, green/red
test results. Add `Styles::detect_stdout()` to arc-util.

Also fix pre-existing clippy warnings: derive Default instead of manual
impls for enums in server_config, remove unused FailureDetail imports
in arc-workflows error tests, inline print literal in test_models header.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
2026-03-03 14:49:02 -05:00
..
src Add colored output to models list and test, fix clippy warnings 2026-03-03 14:49:02 -05:00
tests Add demo API server and wire React app to fetch from API 2026-03-02 09:39:53 -05:00
Cargo.toml Support base64-encoded PEM for ARC_JWT_PUBLIC_KEY and ARC_JWT_PRIVATE_KEY 2026-03-03 14:39:49 -05:00