LICENSE
README.md
pyproject.toml
setup.py
chatcmd/__init__.py
chatcmd/__main__.py
chatcmd/chatcmd_init.py
chatcmd.egg-info/PKG-INFO
chatcmd.egg-info/SOURCES.txt
chatcmd.egg-info/dependency_links.txt
chatcmd.egg-info/entry_points.txt
chatcmd.egg-info/requires.txt
chatcmd.egg-info/top_level.txt
chatcmd/api/enhanced_api.py
chatcmd/commands/__init__.py
chatcmd/config/__init__.py
chatcmd/config/model_config.py
chatcmd/config/provider_factory.py
chatcmd/database/__init__.py
chatcmd/database/schema_manager.py
chatcmd/features/__init__.py
chatcmd/features/developer_tools.py
chatcmd/helpers/__init__.py
chatcmd/helpers/platform_utils.py
chatcmd/helpers/secure_storage.py
chatcmd/lookup/enhanced_lookup.py
chatcmd/providers/__init__.py
chatcmd/providers/anthropic_provider.py
chatcmd/providers/base.py
chatcmd/providers/cohere_provider.py
chatcmd/providers/google_provider.py
chatcmd/providers/ollama_provider.py
chatcmd/providers/openai_provider.py
tests/test_cli_options.py
tests/test_security_fixes.py