From b09a2cbdf979e102eb75e7b38f8d9da406b638bc Mon Sep 17 00:00:00 2001 From: Dave Date: Wed, 18 Mar 2026 12:30:30 +0000 Subject: [PATCH] story-kit: done 273_story_matrix_bot_sends_typing_indicator_while_waiting_for_claude_response --- ...cator_while_waiting_for_claude_response.md | 24 +++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 .story_kit/work/5_done/273_story_matrix_bot_sends_typing_indicator_while_waiting_for_claude_response.md diff --git a/.story_kit/work/5_done/273_story_matrix_bot_sends_typing_indicator_while_waiting_for_claude_response.md b/.story_kit/work/5_done/273_story_matrix_bot_sends_typing_indicator_while_waiting_for_claude_response.md new file mode 100644 index 0000000..abacb43 --- /dev/null +++ b/.story_kit/work/5_done/273_story_matrix_bot_sends_typing_indicator_while_waiting_for_claude_response.md @@ -0,0 +1,24 @@ +--- +name: "Matrix bot sends typing indicator while waiting for Claude response" +--- + +# Story 273: Matrix bot sends typing indicator while waiting for Claude response + +## User Story + +As a user chatting with the Matrix bot, I want to see a typing indicator in Element while the bot is processing my message, so that I know it received my request and is working on a response. + +## Acceptance Criteria + +- [ ] Bot sets m.typing on the room as soon as it starts the Claude API call +- [ ] Typing indicator is cleared when the first response chunk is sent to the room +- [ ] Typing indicator is cleared on error so it doesn't get stuck +- [ ] No visible delay between sending a message and seeing the typing indicator + +## Notes + +- **2026-03-18**: Moved back to current from done. Previous attempt went through the full pipeline but merged with an empty diff — no typing indicator code was actually implemented. Needs a real implementation this time. + +## Out of Scope + +- TBD