story-kit: accept 82_story_shift_enter_inserts_newline_instead_of_sending_in_chat_input

This commit is contained in:
Dave
2026-02-23 15:59:21 +00:00
parent 76e5c40134
commit cbc1c8819c

View File

@@ -0,0 +1,20 @@
---
name: "Shift-Enter inserts newline instead of sending in chat input"
test_plan: pending
---
# Story 82: Shift-Enter inserts newline instead of sending in chat input
## User Story
As a user, I want Shift+Enter to insert a newline in the chat input field, so that I can compose multi-line messages just like in Claude Code's terminal.
## Acceptance Criteria
- [ ] Shift+Enter inserts a newline in the chat input textarea instead of sending the message
- [ ] Enter (without Shift) still sends the message as before
- [ ] Multi-line input displays correctly in the textarea as the user types
## Out of Scope
- TBD