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/model_defaults.py
scriptchat/core/model_defaults_extra.py
scriptchat/core/ollama_client.py
scriptchat/core/openai_client.py
scriptchat/core/provider_dispatcher.py
scriptchat/core/tokenizer.py
scriptchat/data/__init__.py
scriptchat/data/deepseek_tokenizer/__init__.py
scriptchat/data/deepseek_tokenizer/tokenizer.json
scriptchat/data/deepseek_tokenizer/tokenizer_config.json
scriptchat/ui/__init__.py
scriptchat/ui/app.py
scriptchat/ui/command_handlers.py
scriptchat/ui/completers.py
scriptchat/ui/events.py
scriptchat/ui/selection_menu.py
scriptchat/ui/test_harness.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_completers.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
tests/test_search_command.py
tests/test_search_ui.py
tests/test_tokenizer.py
tests/test_ui_harness.py
tests/test_ui_headless.py