Skip to content

Commit 686a4b2

Browse files
committed
fix: remove empty screen reader announcement
Removes premature "Claude says" announcement that had no content. Now screen readers only announce when Claude actually provides content.
1 parent cc5c9c8 commit 686a4b2

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/components/ClaudeCodeSession.tsx

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -463,8 +463,7 @@ export const ClaudeCodeSession: React.FC<ClaudeCodeSessionProps> = ({
463463
setError(null);
464464
hasActiveSessionRef.current = true;
465465

466-
// Announce that Claude is starting to process
467-
announceClaudeStarted();
466+
// Don't announce "Claude says" here - wait for actual content to arrive
468467

469468
// For resuming sessions, ensure we have the session ID
470469
if (effectiveSession && !claudeSessionId) {

0 commit comments

Comments
 (0)