We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 55d5a8a commit 1d58a33Copy full SHA for 1d58a33
cli/src/chat.tsx
@@ -655,7 +655,7 @@ export const Chat = ({
655
value={inputValue}
656
onChange={setInputValue}
657
onSubmit={handleSubmit}
658
- placeholder="Type your coding task or '/' to see available commands"
+ placeholder="Enter a coding task or / for commands"
659
focused={inputFocused}
660
maxHeight={5}
661
width={inputWidth}
0 commit comments