diff options
Diffstat (limited to 'packages/cli/src/ui/components/InputPrompt.tsx')
| -rw-r--r-- | packages/cli/src/ui/components/InputPrompt.tsx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/cli/src/ui/components/InputPrompt.tsx b/packages/cli/src/ui/components/InputPrompt.tsx index c9ebaf14..f77ac4d6 100644 --- a/packages/cli/src/ui/components/InputPrompt.tsx +++ b/packages/cli/src/ui/components/InputPrompt.tsx @@ -216,7 +216,7 @@ export const InputPrompt: React.FC<InputPromptProps> = ({ initialCursorOffset={editorState.initialCursorOffset} initialText={query} onChange={onChange} - placeholder="Enter your message or use tools (e.g., @src/file.txt)..." + placeholder="Type your message or @path/to/file" /* Account for width used by the box and > */ navigateUp={inputHistory.navigateUp} navigateDown={inputHistory.navigateDown} |
