SmartX: Updated command labels to /smartx in filtered list
This commit is contained in:
@@ -3956,8 +3956,8 @@ This gives the user a chance to refine requirements before implementation.
|
||||
{ label: '/clear Clear Session', value: '/clear' },
|
||||
// SmartX Engine toggle
|
||||
soloMode
|
||||
? { label: '/solo off SmartX Engine → OFF', value: '/smartx off' }
|
||||
: { label: '/solo on SmartX Engine → ON', value: '/smartx on' },
|
||||
? { label: '/smartx off SmartX → OFF', value: '/smartx off' }
|
||||
: { label: '/smartx on SmartX → ON', value: '/smartx on' },
|
||||
// Auto-Approve toggle
|
||||
autoApprove
|
||||
? { label: '/auto Auto-Approve → OFF', value: '/auto' }
|
||||
|
||||
Reference in New Issue
Block a user