LICENSE
README.md
pyproject.toml
src/ocht/__init__.py
src/ocht/cli.py
src/ocht.egg-info/PKG-INFO
src/ocht.egg-info/SOURCES.txt
src/ocht.egg-info/dependency_links.txt
src/ocht.egg-info/entry_points.txt
src/ocht.egg-info/requires.txt
src/ocht.egg-info/top_level.txt
src/ocht/adapters/base.py
src/ocht/adapters/memory.py
src/ocht/adapters/ollama.py
src/ocht/core/__init__.py
src/ocht/core/db.py
src/ocht/core/migration.py
src/ocht/core/models.py
src/ocht/core/version.py
src/ocht/repositories/__init__.py
src/ocht/repositories/llm_provider_config.py
src/ocht/repositories/message.py
src/ocht/repositories/model.py
src/ocht/repositories/prompt_template.py
src/ocht/repositories/setting.py
src/ocht/repositories/workspace.py
src/ocht/services/__init__.py
src/ocht/services/adapter_manager.py
src/ocht/services/chat.py
src/ocht/services/config.py
src/ocht/services/model_manager.py
src/ocht/services/prompt_manager.py
src/ocht/services/provider_manager.py
src/ocht/services/settings_manager.py
src/ocht/services/workspace.py
src/ocht/services/workspace_manager.py
src/ocht/tui/app.py
src/ocht/tui/screens/model_manager.py
src/ocht/tui/screens/model_selector.py
src/ocht/tui/screens/provider_manager.py
src/ocht/tui/screens/provider_selector.py
src/ocht/tui/screens/settings_manager.py
src/ocht/tui/screens/workspace_manager.py
src/ocht/tui/screens/workspace_selector.py
src/ocht/tui/widgets/chat_bubble.py
src/ocht/tui/widgets/confirmation_dialog.py