LICENSE
README.md
pyproject.toml
promptfix/__init__.py
promptfix/cache.py
promptfix/chat_engine.py
promptfix/chat_session.py
promptfix/cli.py
promptfix/config.py
promptfix/context.py
promptfix/diff.py
promptfix/doctor.py
promptfix/guard.py
promptfix/history.py
promptfix/hotkeys.py
promptfix/intent.py
promptfix/presets.py
promptfix/rewriter.py
promptfix/sanitize.py
promptfix/scorer.py
promptfix/service.py
promptfix/snippets.py
promptfix/templates.py
promptfix.egg-info/PKG-INFO
promptfix.egg-info/SOURCES.txt
promptfix.egg-info/dependency_links.txt
promptfix.egg-info/entry_points.txt
promptfix.egg-info/requires.txt
promptfix.egg-info/top_level.txt
promptfix/eval/__init__.py
promptfix/eval/cli.py
promptfix/eval/report.py
promptfix/eval/runner.py
promptfix/eval/scorer.py
promptfix/providers/__init__.py
promptfix/providers/base.py
promptfix/providers/gguf.py
promptfix/providers/groq.py
promptfix/providers/ollama.py
promptfix/providers/openai_compatible.py
tests/test_cache.py
tests/test_chat.py
tests/test_cli.py
tests/test_config_validation.py
tests/test_context.py
tests/test_diff.py
tests/test_doctor.py
tests/test_extension_logic.py
tests/test_guard.py
tests/test_history_search.py
tests/test_hotkey_flow.py
tests/test_intent.py
tests/test_providers.py
tests/test_rewriter.py
tests/test_sanitize.py
tests/test_scorer.py
tests/test_service.py
tests/test_version.py