README.md
SUSTAINABLE-LICENSE
pyproject.toml
aicodeprep_gui/__init__.py
aicodeprep_gui/apptheme.py
aicodeprep_gui/config.py
aicodeprep_gui/file_processor.py
aicodeprep_gui/linux_installer.py
aicodeprep_gui/macos_installer.py
aicodeprep_gui/main.py
aicodeprep_gui/rust_backend.py
aicodeprep_gui/smart_logic.py
aicodeprep_gui/update_checker.py
aicodeprep_gui/user_settings.py
aicodeprep_gui/windows_registry.py
aicodeprep_gui.egg-info/PKG-INFO
aicodeprep_gui.egg-info/SOURCES.txt
aicodeprep_gui.egg-info/dependency_links.txt
aicodeprep_gui.egg-info/entry_points.txt
aicodeprep_gui.egg-info/requires.txt
aicodeprep_gui.egg-info/top_level.txt
aicodeprep_gui/data/AICodePrep.workflow.zip
aicodeprep_gui/data/default_config.toml
aicodeprep_gui/data/flow.json
aicodeprep_gui/data/flow_studio_help.html
aicodeprep_gui/data/fonts/FiraCode-VariableFont_wght.ttf
aicodeprep_gui/data/fonts/JetBrainsMono-VariableFont_wght.ttf
aicodeprep_gui/data/fonts/NotoSans-VariableFont_wdth,wght.ttf
aicodeprep_gui/data/fonts/SpaceMono-Regular.ttf
aicodeprep_gui/gui/__init__.py
aicodeprep_gui/gui/main_window.py
aicodeprep_gui/gui/components/__init__.py
aicodeprep_gui/gui/components/ad_widget.py
aicodeprep_gui/gui/components/ai_settings_dialog.py
aicodeprep_gui/gui/components/dialogs.py
aicodeprep_gui/gui/components/installer_dialogs.py
aicodeprep_gui/gui/components/language_dialog.py
aicodeprep_gui/gui/components/layouts.py
aicodeprep_gui/gui/components/more_settings_dialog.py
aicodeprep_gui/gui/components/multi_state_level_delegate.py
aicodeprep_gui/gui/components/preset_buttons.py
aicodeprep_gui/gui/components/tree_widget.py
aicodeprep_gui/gui/handlers/__init__.py
aicodeprep_gui/gui/handlers/ai_workers.py
aicodeprep_gui/gui/handlers/file_events.py
aicodeprep_gui/gui/handlers/keyboard_handler.py
aicodeprep_gui/gui/handlers/ui_events.py
aicodeprep_gui/gui/handlers/update_events.py
aicodeprep_gui/gui/settings/__init__.py
aicodeprep_gui/gui/settings/preferences.py
aicodeprep_gui/gui/settings/presets.py
aicodeprep_gui/gui/settings/ui_settings.py
aicodeprep_gui/gui/utils/__init__.py
aicodeprep_gui/gui/utils/helpers.py
aicodeprep_gui/gui/utils/metrics.py
aicodeprep_gui/i18n/__init__.py
aicodeprep_gui/i18n/translator.py
aicodeprep_gui/i18n/translations/aicodeprep_gui_ar.qm
aicodeprep_gui/i18n/translations/aicodeprep_gui_da.qm
aicodeprep_gui/i18n/translations/aicodeprep_gui_de.qm
aicodeprep_gui/i18n/translations/aicodeprep_gui_en.qm
aicodeprep_gui/i18n/translations/aicodeprep_gui_es.qm
aicodeprep_gui/i18n/translations/aicodeprep_gui_fi.qm
aicodeprep_gui/i18n/translations/aicodeprep_gui_fr.qm
aicodeprep_gui/i18n/translations/aicodeprep_gui_hi.qm
aicodeprep_gui/i18n/translations/aicodeprep_gui_it.qm
aicodeprep_gui/i18n/translations/aicodeprep_gui_ja.qm
aicodeprep_gui/i18n/translations/aicodeprep_gui_ko.qm
aicodeprep_gui/i18n/translations/aicodeprep_gui_nl.qm
aicodeprep_gui/i18n/translations/aicodeprep_gui_no.qm
aicodeprep_gui/i18n/translations/aicodeprep_gui_pl.qm
aicodeprep_gui/i18n/translations/aicodeprep_gui_pt.qm
aicodeprep_gui/i18n/translations/aicodeprep_gui_ru.qm
aicodeprep_gui/i18n/translations/aicodeprep_gui_sv.qm
aicodeprep_gui/i18n/translations/aicodeprep_gui_tr.qm
aicodeprep_gui/i18n/translations/aicodeprep_gui_uk.qm
aicodeprep_gui/i18n/translations/aicodeprep_gui_zh_CN.qm
aicodeprep_gui/i18n/translations/aicodeprep_gui_zh_TW.qm
aicodeprep_gui/images/__init__.py
aicodeprep_gui/images/aicp-transparent-min.png
aicodeprep_gui/images/aicp-transparent.png
aicodeprep_gui/images/checkbox_checked.png
aicodeprep_gui/images/checkbox_checked_dark.png
aicodeprep_gui/images/checkbox_sk.png
aicodeprep_gui/images/checkbox_unchecked.png
aicodeprep_gui/images/checkbox_unchecked_dark.png
aicodeprep_gui/images/convert_logo.py
aicodeprep_gui/images/favicon.ico
aicodeprep_gui/pro/__init__.py
aicodeprep_gui/pro/license_state.py
aicodeprep_gui/pro/multi_state_level_delegate.py
aicodeprep_gui/pro/patches.py
aicodeprep_gui/pro/preview_window.py
aicodeprep_gui/pro/syntax_highlighter.py
aicodeprep_gui/pro/ai_assist/__init__.py
aicodeprep_gui/pro/ai_assist/ai_client.py
aicodeprep_gui/pro/ai_assist/endpoint_config.py
aicodeprep_gui/pro/ai_chat/__init__.py
aicodeprep_gui/pro/ai_chat/chat_dock.py
aicodeprep_gui/pro/ai_chat/chat_tab.py
aicodeprep_gui/pro/ai_chat/markdown_renderer.py
aicodeprep_gui/pro/flow/__init__.py
aicodeprep_gui/pro/flow/api_key_dialog.py
aicodeprep_gui/pro/flow/engine.py
aicodeprep_gui/pro/flow/flow_dock.py
aicodeprep_gui/pro/flow/flow_repair.py
aicodeprep_gui/pro/flow/model_picker.py
aicodeprep_gui/pro/flow/progress_dialog.py
aicodeprep_gui/pro/flow/serializer.py
aicodeprep_gui/pro/flow/nodes/aggregate_nodes.py
aicodeprep_gui/pro/flow/nodes/base.py
aicodeprep_gui/pro/flow/nodes/io_nodes.py
aicodeprep_gui/pro/flow/nodes/llm_nodes.py
aicodeprep_gui/pro/llm/llm_client.py
aicodeprep_gui/utils/__init__.py
aicodeprep_gui/utils/screenshot_helper.py
tests/test_ad_widget.py
tests/test_ads_settings.py
tests/test_ai_chat.py
tests/test_ai_client.py
tests/test_ai_settings_dialog.py
tests/test_ai_ui.py
tests/test_ai_workers.py
tests/test_check_files_by_paths.py
tests/test_endpoint_config.py
tests/test_flow_compatible_endpoint.py
tests/test_flow_io_nodes.py
tests/test_flow_model_picker.py
tests/test_flow_repair.py
tests/test_flow_serializer.py
tests/test_i18n.py
tests/test_llm_client.py
tests/test_mode.py
tests/test_preferences.py
tests/test_pro_license_state.py
tests/test_screenshot_baseline.py
tests/test_smart_logic.py