+ {/* Quick Actions - Only show when chat is empty (just greeting) */}
+ {messages.length <= 1 && (
+
+ {quickActions.map((action, idx) => (
+
+ ))}
+
+ )}
+
+ {/* Context Toolbar */}
+
+
+
+ Press Ctrl/Command + Enter
+
+
+
+
+
+ {isSending ? 'AI is generating response...' : 'AI can make mistakes. Please verify important info.'}
+
+
+