LICENSE
MANIFEST.in
README.md
pyproject.toml
requirements.txt
aivim/__init__.py
aivim/ai_service.py
aivim/buffer.py
aivim/command_handler.py
aivim/commands.py
aivim/display.py
aivim/editor.py
aivim/history.py
aivim/key_handler.py
aivim/modes.py
aivim/nlp_mode.py
aivim/run_editor.py
aivim/syntax.py
aivim/ui.py
aivim/utils.py
aivim.egg-info/PKG-INFO
aivim.egg-info/SOURCES.txt
aivim.egg-info/dependency_links.txt
aivim.egg-info/entry_points.txt
aivim.egg-info/requires.txt
aivim.egg-info/top_level.txt
templates/index.html
tests/test_ai_service.py
tests/test_buffer.py
tests/test_command_handler.py
tests/test_commands.py
tests/test_editor.py
tests/test_history.py
tests/test_improve_confirmation.py
tests/test_key_handler.py
tests/test_loading_animation.py
tests/test_local_llm.py
tests/test_local_llm_logging.py
tests/test_local_llm_tabs.py
tests/test_model_info_display.py
tests/test_model_selector.py
tests/test_modes.py
tests/test_multiline_paste.py
tests/test_nlp_shift_enter.py
tests/test_nlptranslate_command.py
tests/test_performance_optimizations.py
tests/test_shift_a_command.py
tests/test_tabs.py
tests/test_utils.py
tests/test_y_command.py