story-kit: queue 82_story_shift_enter_inserts_newline_instead_of_sending_in_chat_input for merge

This commit is contained in:
Dave
2026-02-23 15:58:44 +00:00
parent a2409c2ace
commit 0a5fcd8db9

View File

@@ -1,20 +0,0 @@
---
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