mirror of
https://github.com/aiclientproxy/proxycast.git
synced 2026-09-22 13:10:50 +08:00
- Add Default trait implementations for all providers - Use inline format string variables (clippy::uninlined_format_args) - Use Range::contains for status code checks - Fix needless_range_loop in openai_to_cw converter - Run cargo fmt to fix formatting - Add GitHub Actions CI workflow with: - Rust clippy lint check - Rust format check - Frontend TypeScript check - Build verification