-
Notifications
You must be signed in to change notification settings - Fork 7.9k
chore(tui) Simplify /status Permissions #11290
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
Conversation
joshka-oai
left a comment
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.
It would be nice if this aligned perfectly with the menus (currently Default / Full Access), but to do that might require more plumbing that change all the way through properly. This is fine for now given that.
| │ Directory: [[workspace]] │ | ||
| │ Approval: on-request │ | ||
| │ Sandbox: workspace-write │ | ||
| │ Permissions: Default │ |
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.
The problem is this is it doesn't tell the user what this actually means and requires them to be familiar or lookup what the default is. I'd prefer to have a name for this if possible.
939304a to
fcd0518
Compare
fcd0518 to
cfaa82d
Compare
Summary
Consolidate
/statusPermissions lines into a simpler view. It should only show "Default," "Full Access," or "Custom" (with specifics)Testing