litellm/tests/test_litellm/proxy/client/cli/autoroute
tin-berri 317b29e69d
feat(cli): add lite configure claude and lite unconfigure claude (#40319)
Persistently route Claude Code through a LiteLLM proxy with a long-lived virtual key or the stored lite login, turn on gateway model discovery so /model lists the proxy's models, optionally pick the model Claude Code starts on, and record what changed so unconfigure restores only the keys the user has not touched since. lite login --config-claude writes through the same receipt and is undoable too. The two settings merges (lite up / --config-claude and lite autoroute) collapse into one credential-aware merge
2026-09-09 18:02:23 -07:00
..
__init__.py feat(cli): add lite up/down to ambiently route Claude Code through the proxy (#33231) 2026-07-15 21:46:02 -07:00
test_commands.py feat(cli): add lite configure claude and lite unconfigure claude (#40319) 2026-09-09 18:02:23 -07:00
test_config.py fix(autoroute): discover models via /v1/models so an AI-API-only key works (#34259) 2026-07-22 20:50:14 -07:00
test_process.py fix(cli): stable port and persisted master key for lite autoroute up 2026-07-20 13:08:12 -07:00
test_wizard.py test: deflake JWT tamper assertions and fuzzy picker widget driver 2026-09-02 10:05:50 +00:00