From 1531d7b6888e22fdd8a4ec7d5b503358d13c964b Mon Sep 17 00:00:00 2001 From: Gemini AI Date: Sun, 14 Dec 2025 12:42:53 +0400 Subject: [PATCH] SmartX: Fixed static COMMANDS display to show /smartx --- bin/opencode-ink.mjs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/opencode-ink.mjs b/bin/opencode-ink.mjs index c5768fd..75fc818 100644 --- a/bin/opencode-ink.mjs +++ b/bin/opencode-ink.mjs @@ -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') ),