SmartX: Updated command labels to /smartx in filtered list

This commit is contained in:
Gemini AI
2025-12-14 12:40:00 +04:00
Unverified
parent 956b177200
commit 0a84b8a4c5

View File

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