-
Notifications
You must be signed in to change notification settings - Fork 13.3k
Show active permissions in the TUI status line #21665
Copy link
Copy link
Closed
Labels
TUIIssues related to the terminal user interface: text input, menus and dialogs, and terminal displayIssues related to the terminal user interface: text input, menus and dialogs, and terminal displayenhancementNew feature or requestNew feature or requestsandboxIssues related to permissions or sandboxingIssues related to permissions or sandboxing
Metadata
Metadata
Assignees
Labels
TUIIssues related to the terminal user interface: text input, menus and dialogs, and terminal displayIssues related to the terminal user interface: text input, menus and dialogs, and terminal displayenhancementNew feature or requestNew feature or requestsandboxIssues related to permissions or sandboxingIssues related to permissions or sandboxing
Type
Fields
Give feedbackNo fields configured for issues without a type.
What variant of Codex are you using?
CLI / TUI
What feature would you like to see?
I’d like
/statuslineto support an item that shows the currently active permissions profile.Right now, when I forget which permission mode I’m in, I usually need to run
/permissionsor/statusto check whether I’m in something like Read only, Full, auto-review, etc. It would be useful to keep that visible in the status line, especially when switching between safer and more permissive modes during a session.Possible shape:
permissions./status.Read only,Full,Workspace (on-request),Workspace (auto-review), or user-defined profile labels.Additional information
I checked for similar issues/PRs and didn’t find an existing request for showing permissions in the status line.
Also, as a side note: I’m enjoying the newer colored status line styling. The colors look neat and make the status line easier to scan.