Skip to content

Commit ad390a3

Browse files
committed
feat(chat): trigger onFinish callback after message completion #329
Add `onFinish` callback invocation in `NormalChatCodingPanel` to notify when message processing is complete.
1 parent ce905ec commit ad390a3

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

core/src/main/kotlin/cc/unitmesh/devti/gui/chat/NormalChatCodingPanel.kt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -274,6 +274,7 @@ class NormalChatCodingPanel(private val chatCodingService: ChatCodingService, va
274274
}
275275
}
276276

277+
messageView.onFinish(text)
277278
return text
278279
}
279280

0 commit comments

Comments
 (0)