diff options
| author | Olcan <[email protected]> | 2025-05-19 16:58:57 -0700 |
|---|---|---|
| committer | GitHub <[email protected]> | 2025-05-19 16:58:57 -0700 |
| commit | 9c72a3ae129a5ab6cbc13fded86da01f2a354a75 (patch) | |
| tree | 772d6f405e6ce2858e3087f3b2f472a95a79642c /packages/cli/src/ui/components/InputPrompt.tsx | |
| parent | 28acb8d495f847edc5c32e4d18b62bd08a9132d2 (diff) | |
ui tweaks (#442)
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} |
