restore placeholder change likely dropped in a merge (#464)

This commit is contained in:
Olcan
2025-05-21 07:55:20 -07:00
committed by GitHub
parent 2080af029b
commit e30dc716b4

View File

@@ -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,