-
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
[ux,v1.0] first pass at layering in trust checks #523
base: v1.0
Are you sure you want to change the base?
Conversation
Desktop App for this PRThe following build is available for testing: The app is signed and notarized for macOS. After downloading, unzip the file and drag the Goose.app to your Applications folder. This link is provided by nightly.link and will work even if you're not logged into GitHub. |
* v1.0: fix: Broken open directory and new session buttons in more menu (#520)
Desktop App for this PRThe following build is available for testing: The app is signed and notarized for macOS. After downloading, unzip the file and drag the Goose.app to your Applications folder. This link is provided by nightly.link and will work even if you're not logged into GitHub. |
cc @alexhancock not sure if this suits how you see the levels working - if level 0 is too "wings clipped"? |
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.
Copilot reviewed 4 out of 4 changed files in this pull request and generated no comments.
Comments suppressed due to low confidence (1)
crates/goose/src/trust_risk.rs:23
- [nitpick] The enum variant name 'NoDestructive' is ambiguous. It should be renamed to 'NoDestructiveActions' for clarity.
NoDestructive,
Desktop App for this PRThe following build is available for testing: The app is signed and notarized for macOS. After downloading, unzip the file and drag the Goose.app to your Applications folder. This link is provided by nightly.link and will work even if you're not logged into GitHub. |
this has 3 levels:
0: no destructive changes, enforced
1: as before making destructive changes (prompt only)
2: as now.
via: