LICENSE.txt
MANIFEST.in
README.md
requirements.txt
setup.py
aider/__init__.py
aider/commands.py
aider/diffs.py
aider/dump.py
aider/history.py
aider/io.py
aider/main.py
aider/models.py
aider/prompts.py
aider/repo.py
aider/repomap.py
aider/sendchat.py
aider/utils.py
aider/versioncheck.py
aider/coders/__init__.py
aider/coders/base_coder.py
aider/coders/base_prompts.py
aider/coders/editblock_coder.py
aider/coders/editblock_func_coder.py
aider/coders/editblock_func_prompts.py
aider/coders/editblock_prompts.py
aider/coders/single_wholefile_func_coder.py
aider/coders/single_wholefile_func_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
benchmark/__init__.py
benchmark/benchmark.py
benchmark/prompts.py
benchmark/rungrid.py
benchmark/test_benchmark.py
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_repo.py
tests/test_repomap.py
tests/test_sendchat.py
tests/test_wholefile.py
tests/utils.py