You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix(tests): Remove duplicate llm_router fields from Role definitions
- Remove duplicate llm_router_enabled and llm_router_config fields
that were accidentally added after the extra field in 13 test files
- Fix unused import warning in proxy_client.rs (remove std::sync::Arc)
- Add #[allow(dead_code)] to proxy_client.rs methods used only in tests
- Prefix unused test variables with underscore in proxy_client.rs
- Remove redundant inherent name() method from routed_adapter.rs
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
0 commit comments