SmartX: Fixed static COMMANDS display to show /smartx

This commit is contained in:
Gemini AI
2025-12-14 12:42:53 +04:00
Unverified
parent 0a84b8a4c5
commit 1531d7b688

View File

@@ -4047,7 +4047,7 @@ This gives the user a chance to refine requirements before implementation.
h(Text, { color: 'gray' }, ' /project Project Info'),
h(Text, { color: 'gray' }, ' /write Write Files'),
h(Text, { color: 'gray' }, ' /clear Clear Session'),
h(Text, { color: 'gray' }, ' /solo SmartX Engine On/Off'),
h(Text, { color: 'gray' }, ' /smartx SmartX Engine On/Off'),
h(Text, { color: 'gray' }, ' /auto Auto-Approve On/Off'),
h(Text, { color: 'gray' }, ' /exit Exit TUI')
),