fix: typo and ignore caches

This commit is contained in:
Clelia (Astra) Bertelli
2025-11-18 19:59:05 +01:00
parent a18a9a1bdd
commit 74bcc0f6d0
2 changed files with 2 additions and 1 deletions
+1
View File
@@ -11,3 +11,4 @@ wheels/
.env
*.pem
demo.cast
*_cache/
+1 -1
View File
@@ -119,7 +119,7 @@ async def run_agent(console: Console):
def print_welcome_message(console: Console):
console.print(
Markdown(
f"## Welcome to pr-manager!\n\nHi, I am pr-manafer, your assistant, based on the latest flagship model by Google, for **reviewing GitHub PRs**.\n\nJust give me the link to a PR, and I will take a look at it!\n\n> _Tip: If you with to exit, do so by using the `/exit`, `/quit` or `/bye` command_\n\n---\n\n"
f"## Welcome to pr-manager!\n\nHi, I am pr-manager, your assistant, based on the latest flagship model by Google, for **reviewing GitHub PRs**.\n\nJust give me the link to a PR, and I will take a look at it!\n\n> _Tip: If you with to exit, do so by using the `/exit`, `/quit` or `/bye` command_\n\n---\n\n"
)
)
print()