LICENSE
README.md
pyproject.toml
setup.py
aicodebot/__init__.py
aicodebot/cli.py
aicodebot/coder.py
aicodebot/config.py
aicodebot/helpers.py
aicodebot/input.py
aicodebot/lm.py
aicodebot/output.py
aicodebot/patch.py
aicodebot/prompts.py
aicodebot.egg-info/PKG-INFO
aicodebot.egg-info/SOURCES.txt
aicodebot.egg-info/dependency_links.txt
aicodebot.egg-info/entry_points.txt
aicodebot.egg-info/requires.txt
aicodebot.egg-info/top_level.txt
aicodebot/commands/__init__.py
aicodebot/commands/alignment.py
aicodebot/commands/commit.py
aicodebot/commands/configure.py
aicodebot/commands/debug.py
aicodebot/commands/review.py
aicodebot/commands/sidekick.py
tests/test_cli.py
tests/test_coder.py
tests/test_config.py
tests/test_helpers.py
tests/test_input.py
tests/test_lm.py
tests/test_output.py
tests/test_patch.py