mirror of
https://github.com/Alishahryar1/free-claude-code.git
synced 2026-05-21 10:22:51 +00:00
## Summary - Refactors the admin interface into focused views and simplifies the header (removes noisy status labels; hides managed-source labels where appropriate). - Fixes Claude runtime settings handling, reduces Z.ai base URL leakage in the admin UI, and streamlines API startup logging. - Updates configuration and catalog behavior (including `.env.example` / README), and expands automated tests around admin, app lifespan, and config/registry behavior. ## Test plan - [ ] `uv run ruff format`, `uv run ruff check`, `uv run ty check`, `uv run pytest` - [ ] Smoke the admin UI: navigation between views, settings save/load, no sensitive URL leakage in the UI - [ ] Confirm API startup logs are readable and not overly verbose in normal operation |
||
|---|---|---|
| .. | ||
| test_admin.py | ||
| test_anthropic_request_passthrough.py | ||
| test_api.py | ||
| test_app_lifespan_and_errors.py | ||
| test_auth.py | ||
| test_dependencies.py | ||
| test_detection.py | ||
| test_model_listing.py | ||
| test_model_router.py | ||
| test_models_validators.py | ||
| test_optimization_handlers.py | ||
| test_request_utils.py | ||
| test_request_utils_filepaths_and_suggestions.py | ||
| test_response_models.py | ||
| test_routes_optimizations.py | ||
| test_runtime_safe_logging.py | ||
| test_safe_logging.py | ||
| test_server_module.py | ||
| test_validation_log.py | ||
| test_web_server_tools.py | ||