mirror of
https://github.com/Alishahryar1/free-claude-code.git
synced 2026-05-21 02:08:12 +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 |
||
|---|---|---|
| .. | ||
| admin_static | ||
| models | ||
| web_tools | ||
| __init__.py | ||
| admin_config.py | ||
| admin_routes.py | ||
| admin_urls.py | ||
| app.py | ||
| command_utils.py | ||
| dependencies.py | ||
| detection.py | ||
| gateway_model_ids.py | ||
| model_router.py | ||
| optimization_handlers.py | ||
| routes.py | ||
| runtime.py | ||
| services.py | ||
| validation_log.py | ||
| web_server_tools.py | ||