-
Notifications
You must be signed in to change notification settings - Fork 51
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat: add tips of the day for new sessions #42
Conversation
72ada47
to
8d55c5b
Compare
@@ -27,6 +28,30 @@ | |||
RESUME_MESSAGE = "I see we were interrupted. How can I help you?" | |||
|
|||
|
|||
TIPS = [ |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Did Goose write these tips? 🤔
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
no... in this case genuine human
I've got a solution for your conventional commits woes! https://github.com/alecthomas/gptcc And an example of using it. |
closing this - as I think we can have a better interactive first time tutorial approach |
This adds some tips to the CLI when it first shows up for a new session.
As @alecthomas says: "nobody is reading a readme anymore"