Merge branch 'main' into pattern

This commit is contained in:
Paul Gauthier 2023-05-11 22:19:12 -07:00
commit 5ddaf55dd2

View file

@ -517,7 +517,7 @@ class Coder:
self.console.print(f"[bright_black]Suggested commit message:\n{commit_message}\n")
res = self.prompt_ask(
"[bright_black]Commit before the chat proceeds? \[y/n/commit message]", # noqa: W605 E501
Text("Commit before the chat proceeds? [y/n/commit message]", style="bright_black"),
default="y",
).strip()
self.last_asked_for_commit_time = self.get_last_modified()