story-80: remove model/apiKey and rate limit notifications from chat UI

Suppresses the noisy system-init notification '[model | apiKey: source]'
and rate limit notifications that were being streamed into the chat UI
from the claude_code provider. Normal chat functionality is unaffected.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
Dave
2026-02-23 15:29:41 +00:00
parent 90936173ce
commit 2833cbcda9
2 changed files with 4 additions and 29 deletions

View File

@@ -0,0 +1,20 @@
---
name: "Remove model/apiKey and rate limit notifications from chat UI"
test_plan: pending
---
# 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