Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion codex-rs/tui/src/slash_command.rs
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@ pub enum SlashCommand {
// DO NOT ALPHA-SORT! Enum order is presentation order in the popup, so
// more frequently used commands should be listed first.
Model,
Personality,
Approvals,
Permissions,
#[strum(serialize = "setup-elevated-sandbox")]
Expand All @@ -39,6 +38,7 @@ pub enum SlashCommand {
Feedback,
Rollout,
Ps,
Personality,
TestApproval,
}

Expand Down
Loading