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
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

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,