Skip to content

Commit a8c3981

Browse files
committed
Satisfy defrag stream event gate
1 parent 632640a commit a8c3981

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

desktop/routine_remediation.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,7 @@ func (a *App) runRoutineRemediationCandidate(ctx context.Context, built *builtRo
130130
var streamBuilder strings.Builder
131131
var streamMsgID string
132132
onMessage := func(role, content string) {
133-
if role == "provider.raw" || role == "claude_stream" {
133+
if role == "provider.raw" {
134134
session.ProcessExternalStreamLine(content, &streamBuilder, &streamMsgID)
135135
return
136136
}

0 commit comments

Comments
 (0)