LICENSE
NOTICE
README.md
pyproject.toml
scriptchat/__init__.py
scriptchat/__main__.py
scriptchat.egg-info/PKG-INFO
scriptchat.egg-info/SOURCES.txt
scriptchat.egg-info/dependency_links.txt
scriptchat.egg-info/entry_points.txt
scriptchat.egg-info/requires.txt
scriptchat.egg-info/top_level.txt
scriptchat/core/__init__.py
scriptchat/core/anthropic_client.py
scriptchat/core/commands.py
scriptchat/core/config.py
scriptchat/core/conversations.py
scriptchat/core/exports.py
scriptchat/core/ollama_client.py
scriptchat/core/openai_client.py
scriptchat/core/provider_dispatcher.py
scriptchat/ui/__init__.py
scriptchat/ui/app.py
scriptchat/ui/command_handlers.py
tests/test_anthropic_client.py
tests/test_app_helpers.py
tests/test_clear_target.py
tests/test_command_handlers_ui.py
tests/test_commands.py
tests/test_config_providers.py
tests/test_conversations_io.py
tests/test_exports.py
tests/test_main_batch.py
tests/test_main_batch_commands.py
tests/test_main_entrypoint.py
tests/test_ollama_client.py
tests/test_openai_client_config.py
tests/test_provider_dispatcher.py