LICENSE.txt
MANIFEST.in
README.md
requirements.txt
setup.py
aider/__init__.py
aider/commands.py
aider/diffs.py
aider/dump.py
aider/io.py
aider/main.py
aider/models.py
aider/prompts.py
aider/repomap.py
aider/utils.py
aider/coders/__init__.py
aider/coders/base_coder.py
aider/coders/base_prompts.py
aider/coders/editblock_coder.py
aider/coders/editblock_prompts.py
aider/coders/wholefile_coder.py
aider/coders/wholefile_func_coder.py
aider/coders/wholefile_func_prompts.py
aider/coders/wholefile_prompts.py
aider_chat.egg-info/PKG-INFO
aider_chat.egg-info/SOURCES.txt
aider_chat.egg-info/dependency_links.txt
aider_chat.egg-info/entry_points.txt
aider_chat.egg-info/requires.txt
aider_chat.egg-info/top_level.txt
tests/__init__.py
tests/test_coder.py
tests/test_commands.py
tests/test_editblock.py
tests/test_io.py
tests/test_main.py
tests/test_models.py
tests/test_repomap.py
tests/test_wholefile.py