aider/aider
2023-05-14 15:01:50 -07:00
..
__init__.py initial 2023-05-09 11:00:32 -07:00
coder.py Refactor apply_updates method to return edit_error instead of err. 2023-05-14 15:01:50 -07:00
commands.py aider: Fixed cmd_undo function to catch GitCommandError exception when trying to get the remote head of the current branch using origin/<branch_name> instead of origin/HEAD. 2023-05-13 09:55:00 -07:00
dump.py moved into subdir 2023-05-09 10:52:18 -07:00
getinput.py wip: Changed append_chat_history to use blockquote instead of italics. 2023-05-13 13:17:40 -07:00
main.py aider: Added a --dry-run argument to the main.py file and passed it to the Coder class, setting the self.dry_run attribute in the Coder class. 2023-05-14 10:06:16 -07:00
prompts.py wip: Changed prompt messages to use proper grammar and formatting. 2023-05-14 14:54:55 -07:00
utils.py Handle case where part="" and replace is non-empty 2023-05-14 11:07:22 -07:00