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 */}