From 14b8270471c3104839188c61d567f9a38c2f6c9a Mon Sep 17 00:00:00 2001 From: Shantur Rathore Date: Fri, 24 Oct 2025 18:28:18 +0100 Subject: [PATCH] Update prompt input placeholder to mention paste support - Remove /command reference as commands are not currently supported - Add mention of paste support for images and text --- src/components/prompt-input.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/prompt-input.tsx b/src/components/prompt-input.tsx index 446b8fda..240efbc5 100644 --- a/src/components/prompt-input.tsx +++ b/src/components/prompt-input.tsx @@ -711,7 +711,7 @@ export default function PromptInput(props: PromptInputProps) {