fix(tui) reorder personality command (#10134)

## Summary
Reorder it down the list

## Testing 
- [x] Tests pass
This commit is contained in:
Dylan Hurd 2026-01-28 22:51:57 -07:00 committed by GitHub
parent 8cc338aecf
commit be33de3f87
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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,
}