diff --git a/packages/cli/src/ui/components/InputPrompt.tsx b/packages/cli/src/ui/components/InputPrompt.tsx index e3b13f51..bc514464 100644 --- a/packages/cli/src/ui/components/InputPrompt.tsx +++ b/packages/cli/src/ui/components/InputPrompt.tsx @@ -39,7 +39,7 @@ export const InputPrompt: React.FC = ({ onClearScreen, config, slashCommands, - placeholder = 'Enter your message or use tools (e.g., @src/file.txt)...', + placeholder = 'Type your message or @path/to/file', height = 10, focus = true, widthFraction,