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 a2d418d commit 932935cCopy full SHA for 932935c
cli/src/chat.tsx
@@ -865,7 +865,7 @@ export const App = ({
865
value={inputValue}
866
onChange={setInputValue}
867
onSubmit={handleSubmit}
868
- placeholder="Share your thoughts and press Enter…"
+ placeholder="Type your coding task or '/' to see available commands"
869
focused={inputFocused}
870
maxHeight={5}
871
width={inputWidth}
0 commit comments