diff --git a/apps/x/apps/renderer/src/components/chat-input-with-mentions.tsx b/apps/x/apps/renderer/src/components/chat-input-with-mentions.tsx index 6f5083b2..0299849b 100644 --- a/apps/x/apps/renderer/src/components/chat-input-with-mentions.tsx +++ b/apps/x/apps/renderer/src/components/chat-input-with-mentions.tsx @@ -629,15 +629,20 @@ function ChatInputInner({
- - - + + + + + + + Add files or set work directory + fileInputRef.current?.click()}> @@ -677,24 +682,34 @@ function ChatInputInner({ )} {searchAvailable && ( searchEnabled ? ( - + + + + + Web search on — click to disable + ) : ( - + + + + + Enable web search + ) )} {codeModeEnabled ? (