SmartX: Moved toggle higher in command list for visibility

This commit is contained in:
Gemini AI
2025-12-14 12:46:20 +04:00
Unverified
parent 1531d7b688
commit 6eeaf94a51

View File

@@ -3950,11 +3950,7 @@ This gives the user a chance to refine requirements before implementation.
{ label: '/plan Planner Agent', value: '/plan' }, { label: '/plan Planner Agent', value: '/plan' },
{ label: '/context Toggle Context', value: '/context' }, { label: '/context Toggle Context', value: '/context' },
{ label: '/thinking Toggle Thinking', value: '/thinking' }, { label: '/thinking Toggle Thinking', value: '/thinking' },
{ label: '/paste Clipboard Paste', value: '/paste' }, // SmartX Engine toggle - high visibility
{ label: '/project Project Info', value: '/project' },
{ label: '/write Write Files', value: '/write' },
{ label: '/clear Clear Session', value: '/clear' },
// SmartX Engine toggle
soloMode soloMode
? { label: '/smartx off SmartX → OFF', value: '/smartx off' } ? { label: '/smartx off SmartX → OFF', value: '/smartx off' }
: { label: '/smartx on SmartX → ON', value: '/smartx on' }, : { label: '/smartx on SmartX → ON', value: '/smartx on' },
@@ -3962,6 +3958,10 @@ This gives the user a chance to refine requirements before implementation.
autoApprove autoApprove
? { label: '/auto Auto-Approve → OFF', value: '/auto' } ? { label: '/auto Auto-Approve → OFF', value: '/auto' }
: { label: '/auto Auto-Approve → ON', value: '/auto' }, : { label: '/auto Auto-Approve → ON', value: '/auto' },
{ label: '/paste Clipboard Paste', value: '/paste' },
{ label: '/project Project Info', value: '/project' },
{ label: '/write Write Files', value: '/write' },
{ label: '/clear Clear Session', value: '/clear' },
{ label: '/exit Exit TUI', value: '/exit' } { label: '/exit Exit TUI', value: '/exit' }
]; ];