summaryrefslogtreecommitdiff
path: root/packages/cli/src
diff options
context:
space:
mode:
authorOlcan <[email protected]>2025-05-21 07:55:20 -0700
committerGitHub <[email protected]>2025-05-21 07:55:20 -0700
commite30dc716b4fa7684e056987be87006cc5d6696a7 (patch)
tree24528aeb49c1051f9880d8fbc564391c6215ce73 /packages/cli/src
parent2080af029b3b566bb1a59b59cd87a7f054bcd923 (diff)
restore placeholder change likely dropped in a merge (#464)
Diffstat (limited to 'packages/cli/src')
-rw-r--r--packages/cli/src/ui/components/InputPrompt.tsx2
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 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<InputPromptProps> = ({
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,