From c7dbab086bcf15964b1cc0e9b4be9a438adb8ded Mon Sep 17 00:00:00 2001 From: simos Date: Sun, 2 Nov 2025 09:36:31 +0000 Subject: [PATCH] fixing slash commands button --- src/components/ChatInterface.jsx | 92 ++++++++++++++++---------------- 1 file changed, 46 insertions(+), 46 deletions(-) diff --git a/src/components/ChatInterface.jsx b/src/components/ChatInterface.jsx index 19d8eeb..e5afb0b 100644 --- a/src/components/ChatInterface.jsx +++ b/src/components/ChatInterface.jsx @@ -4451,6 +4451,51 @@ function ChatInterface({ selectedProject, selectedSession, ws, sendMessage, mess total={tokenBudget?.total || parseInt(import.meta.env.VITE_CONTEXT_WINDOW) || 160000} /> + {/* Slash commands button */} + + {/* Clear input button - positioned to the right of token pie, only shows when there's input */} {input.trim() && ( - {/* Send button */}