LICENSE
README.md
pyproject.toml
superchat/__init__.py
superchat/main.py
superchat.egg-info/PKG-INFO
superchat.egg-info/SOURCES.txt
superchat.egg-info/dependency_links.txt
superchat.egg-info/entry_points.txt
superchat.egg-info/requires.txt
superchat.egg-info/top_level.txt
superchat/config/models.json
superchat/core/__init__.py
superchat/core/chat.py
superchat/core/command_handler.py
superchat/core/message_handler.py
superchat/core/message_router.py
superchat/core/model_client.py
superchat/core/session.py
superchat/core/setup.py
superchat/core/staged_flow.py
superchat/ui/__init__.py
superchat/ui/display.py
superchat/utils/__init__.py
superchat/utils/cli.py
superchat/utils/debug.py
superchat/utils/fuzzy_matcher.py
superchat/utils/identifiers.py
superchat/utils/model_resolver.py
superchat/utils/naming.py
superchat/utils/parser.py
superchat/utils/stats.py