mirror of
https://github.com/BerriAI/litellm.git
synced 2026-09-16 23:41:43 +00:00
Resolves the conflicts with the lite configure claude work from #40319: every persistent writer and reader of Claude Code's settings file now resolves it through CLAUDE_CONFIG_DIR, the lite up backup check only guards the default file, and each settings file keeps its own undo receipt (the default file keeps ~/.litellm/claude_configure_state.json, any other file gets ~/.litellm/claude_configure_state/<sha256 of its resolved path>.json). |
||
|---|---|---|
| .. | ||
| cli | ||
| conftest.py | ||
| test_chat.py | ||
| test_client.py | ||
| test_credentials.py | ||
| test_http_client.py | ||
| test_http_commands.py | ||
| test_keys.py | ||
| test_model_groups.py | ||
| test_models.py | ||
| test_teams.py | ||
| test_users.py | ||