Merge branch 'main' into mixpanel

This commit is contained in:
Paul Gauthier 2024-08-16 10:42:55 -07:00
commit 93b8cb9cec
24 changed files with 2527 additions and 313 deletions

View file

@ -729,7 +729,7 @@ class Commands:
add = result.returncode != 0
else:
response = self.io.prompt_ask(
"Add the output to the chat?\n(y/n/instructions)", default=""
"Add the output to the chat?\n(Y/n/instructions)", default=""
).strip()
if response.lower() in ["yes", "y"]: