LICENSE
README.md
setup.cfg
setup.py
ai_auth_switch/__init__.py
ai_auth_switch/app_server_router.py
ai_auth_switch/auto_run.py
ai_auth_switch/cli.py
ai_auth_switch/complete.py
ai_auth_switch/desktop.py
ai_auth_switch/desktop_pool.py
ai_auth_switch/errors.py
ai_auth_switch/hermes_codex_sync.py
ai_auth_switch/pool.py
ai_auth_switch/pool_backend.py
ai_auth_switch/pool_config.py
ai_auth_switch/pool_responses.py
ai_auth_switch/pool_server.py
ai_auth_switch/store.py
ai_auth_switch/sync.py
ai_auth_switch/usage.py
ai_auth_switch/utils.py
ai_auth_switch/wrapper.py
ai_auth_switch.egg-info/PKG-INFO
ai_auth_switch.egg-info/SOURCES.txt
ai_auth_switch.egg-info/dependency_links.txt
ai_auth_switch.egg-info/entry_points.txt
ai_auth_switch.egg-info/requires.txt
ai_auth_switch.egg-info/top_level.txt
ai_auth_switch/providers/__init__.py
ai_auth_switch/providers/base.py
ai_auth_switch/providers/claude.py
ai_auth_switch/providers/codex.py
tests/test_app_server_router.py
tests/test_auto_run.py
tests/test_claude_provider.py
tests/test_codex_store.py
tests/test_complete.py
tests/test_default_bind.py
tests/test_desktop.py
tests/test_desktop_pool.py
tests/test_export_import.py
tests/test_pool.py
tests/test_pool_backend.py
tests/test_pool_config.py
tests/test_pool_entrypoints.py
tests/test_pool_responses.py
tests/test_pool_server.py
tests/test_robustness.py
tests/test_usage.py
tests/test_utils.py