mirror of
https://github.com/Aider-AI/aider.git
synced 2025-05-30 01:04:59 +00:00
wip: Removed suggested commit message prompt.
This commit is contained in:
parent
b9d07e5eec
commit
ed6efbcfb3
1 changed files with 0 additions and 2 deletions
|
@ -515,8 +515,6 @@ class Coder:
|
||||||
self.io.tool("Git repo has uncommitted changes.")
|
self.io.tool("Git repo has uncommitted changes.")
|
||||||
else:
|
else:
|
||||||
self.io.tool("Files have uncommitted changes.")
|
self.io.tool("Files have uncommitted changes.")
|
||||||
self.io.tool(f"Suggested commit message:")
|
|
||||||
self.io.tool(commit_message)
|
|
||||||
|
|
||||||
res = self.io.prompt_ask(
|
res = self.io.prompt_ask(
|
||||||
"Commit before the chat proceeds [y/n/commit message]?",
|
"Commit before the chat proceeds [y/n/commit message]?",
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue