From e30dc716b4fa7684e056987be87006cc5d6696a7 Mon Sep 17 00:00:00 2001 From: Olcan Date: Wed, 21 May 2025 07:55:20 -0700 Subject: [PATCH] restore placeholder change likely dropped in a merge (#464) --- packages/cli/src/ui/components/InputPrompt.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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,