abi / abi/secret-llama

Feature request shift + enter for a new line in the chat

Open Beginner friendly
#29 0 comments 1 reaction 0 assignees View on GitHub
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

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.