Skip to content

Commit

Permalink
feat(chat): trigger onFinish callback after message completion #329
Browse files Browse the repository at this point in the history
Add `onFinish` callback invocation in `NormalChatCodingPanel` to notify when message processing is complete.
  • Loading branch information
phodal committed Mar 10, 2025
1 parent ce905ec commit ad390a3
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -274,6 +274,7 @@ class NormalChatCodingPanel(private val chatCodingService: ChatCodingService, va
}
}

messageView.onFinish(text)
return text
}

Expand Down

0 comments on commit ad390a3

Please sign in to comment.