mirror of
https://github.com/Aider-AI/aider.git
synced 2025-05-21 12:55:00 +00:00
copy
This commit is contained in:
parent
b4d1b71ee7
commit
a756039f27
4 changed files with 14 additions and 12 deletions
|
@ -51,7 +51,7 @@ Be sure to attribute changes to the proper .x version.
|
|||
Changes in the .x-dev version should be listed under a "### main branch" heading
|
||||
""" # noqa
|
||||
|
||||
cmd = ["aider", "HISTORY.md", "--read", tmp_path, "--msg", message]
|
||||
cmd = ["aider", "HISTORY.md", "--read", tmp_path, "--msg", message, "--no-auto-commit"]
|
||||
subprocess.run(cmd)
|
||||
|
||||
# Cleanup
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue