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
This commit is contained in:
Shantur Rathore
2025-10-24 18:28:18 +01:00
parent be3acd6724
commit 14b8270471

View File

@@ -711,7 +711,7 @@ export default function PromptInput(props: PromptInputProps) {
<textarea
ref={textareaRef}
class="prompt-input"
placeholder="Type your message, @file, @agent, or /command..."
placeholder="Type your message, @file, @agent, or paste images and text..."
value={prompt()}
onInput={handleInput}
onKeyDown={handleKeyDown}