LICENSE
README.md
pyproject.toml
setup.py
cli/__init__.py
cli/cli_app.py
cli/cli_output.py
cli/cli_prompts.py
core/__init__.py
core/analyzer.py
core/fix_engine.py
core/issue.py
core/llm_client.py
core/model_detector.py
core/patch_applier.py
core/prompts.py
core/report_builder.py
core/scanner.py
core/static_tools.py
fixmyslop.egg-info/PKG-INFO
fixmyslop.egg-info/SOURCES.txt
fixmyslop.egg-info/dependency_links.txt
fixmyslop.egg-info/entry_points.txt
fixmyslop.egg-info/requires.txt
fixmyslop.egg-info/top_level.txt
tests/__init__.py
tests/conftest.py
tests/test_analyzer.py
tests/test_cli.py
tests/test_config.py
tests/test_fix_engine.py
tests/test_llm_client.py
tests/test_patch_applier.py
tests/test_report_builder.py
tests/test_scanner.py
tests/test_static_tools.py
ui/__init__.py
ui/app.py
ui/main_window.py
ui/theme.py
ui/panels/__init__.py
ui/panels/about_panel.py
ui/panels/fix_panel.py
ui/panels/home_panel.py
ui/panels/report_panel.py
ui/panels/scan_panel.py
ui/panels/settings_panel.py
ui/widgets/__init__.py
ui/widgets/code_block.py
ui/widgets/diff_viewer.py
ui/widgets/file_tree.py
ui/widgets/issue_card.py
ui/widgets/model_selector.py
ui/widgets/progress_ring.py
ui/widgets/severity_badge.py
ui/widgets/toast.py
utils/__init__.py
utils/config.py
utils/diff_utils.py
utils/file_utils.py
utils/hash_utils.py
utils/logger.py
utils/system_info.py