mirror of
https://github.com/openai/codex.git
synced 2026-02-01 22:47:52 +00:00
fix(tui) reorder personality command (#10134)
## Summary Reorder it down the list ## Testing - [x] Tests pass
This commit is contained in:
@@ -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")]
|
||||
@@ -40,6 +39,7 @@ pub enum SlashCommand {
|
||||
Feedback,
|
||||
Rollout,
|
||||
Ps,
|
||||
Personality,
|
||||
TestApproval,
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user