-
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
Lifei/configure key chain #389
Conversation
Hey there and thank you for opening this pull request! 👋🏼 We require pull request titles to follow the Conventional Commits specification and it looks like your proposed title needs to be adjusted. Details:
|
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.
❯ cargo run -p goose-cli session --help
Usage: goose session [OPTIONS]
Options:
-s, --session <NAME>
Specify a name for your chat session. When used with --resume, will resume this specific session if it exists.
....
I think we can rename the option to name
instead of session
since we are already in the session command group.
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.
8597c17
to
22fd98b
Compare
* refs/heads/v1.0: small fix (#416) fix: configure allows selecting the suggested option with return (#414) only publish default bundle of goose.app (#381) better icns standard size for macos updating goosed for dev time fix: Clippy for memory.rs fix: quick format fix: Remove insert command Lifei/configure key chain (#389) feat: Add welcome screen (#410) # Conflicts: # ui/desktop/src/ChatWindow.tsx # ui/desktop/src/main.ts
What
Goose configure
Goose session
**Screenshots