Feature request shift + enter for a new line in the chat
- Dominant language
- TypeScript
- Stars
- 2.7k
- Forks
- 172
- PR merge metrics
- No merged PRs in 30d
Description
Hello,
First of all, thank you for providing this.
I would like to request the following feature:
I want to be able to press shift + enter, like in most chat program to format messages across multiple lines.
Right now, this combination just sends the message to the LLM.
Best regards
Lennart
Contributor guide
No contributing guide indexed for this repository
Research direction
Look for the chat input component, likely in a file like ChatInput.tsx or similar. Find the event handler for the keydown event and modify it to check for Shift+Enter to insert a newline, while keeping Enter alone to send the message. Test the change in the browser to ensure both actions work correctly.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- typescript
- Domain
- frontend
- Issue type
- Feature
- Difficulty
- 2/5
- Estimated time
- 1-3 hours
- Activity status
- Stale
- Clarity
- Clearly specified
- Newbie friendliness
- 65/100