From 12c912e247c7b6584c2c7e164b82c27ce8a07885 Mon Sep 17 00:00:00 2001 From: Dave Date: Mon, 23 Feb 2026 16:04:08 +0000 Subject: [PATCH] story-kit: remove 80_story_remove_model_apikey_and_rate_limit_notifications_from_chat_ui --- ...d_rate_limit_notifications_from_chat_ui.md | 20 ------------------- 1 file changed, 20 deletions(-) delete mode 100644 .story_kit/work/4_merge/80_story_remove_model_apikey_and_rate_limit_notifications_from_chat_ui.md diff --git a/.story_kit/work/4_merge/80_story_remove_model_apikey_and_rate_limit_notifications_from_chat_ui.md b/.story_kit/work/4_merge/80_story_remove_model_apikey_and_rate_limit_notifications_from_chat_ui.md deleted file mode 100644 index 37482fb..0000000 --- a/.story_kit/work/4_merge/80_story_remove_model_apikey_and_rate_limit_notifications_from_chat_ui.md +++ /dev/null @@ -1,20 +0,0 @@ ---- -name: "Remove model/apiKey and rate limit notifications from chat UI" -test_plan: approved ---- - -# Story 80: Remove model/apiKey and rate limit notifications from chat UI - -## User Story - -As a user, I want the chat UI to not show noisy notifications like "[claude-opus-4-6 | apiKey: none]" and rate limit messages, so that the interface is clean and distraction-free. - -## Acceptance Criteria - -- [ ] The chat UI no longer displays the model/apiKey notification (e.g. '[claude-opus-4-6 | apiKey: none]') -- [ ] The chat UI no longer displays rate limit related messages -- [ ] Normal chat functionality is unaffected - -## Out of Scope - -- TBD