We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cc5c9c8 commit 686a4b2Copy full SHA for 686a4b2
src/components/ClaudeCodeSession.tsx
@@ -463,8 +463,7 @@ export const ClaudeCodeSession: React.FC<ClaudeCodeSessionProps> = ({
463
setError(null);
464
hasActiveSessionRef.current = true;
465
466
- // Announce that Claude is starting to process
467
- announceClaudeStarted();
+ // Don't announce "Claude says" here - wait for actual content to arrive
468
469
// For resuming sessions, ensure we have the session ID
470
if (effectiveSession && !claudeSessionId) {
0 commit comments