Skip to content

Commit 3677414

Browse files
authored
Merge pull request #27 from neocortex-link/fix/clear-messages
Fix/clear messages
2 parents 00a4dd2 + 611a12c commit 3677414

File tree

3 files changed

+6
-1
lines changed

3 files changed

+6
-1
lines changed

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,9 @@ All notable changes to this project will be documented in this file.
44
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
55
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
66

7+
## [0.4.4] - 25 October 2025
8+
- Chat Panel CleanMessages method fix
9+
710
## [0.4.3] - 28 September 2025
811
- Neocortex Interactable component for Spatial Awareness
912
- Metadata handling in ApiRequest

Runtime/UI/NeocortexChatPanel.cs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,8 @@ public void ClearMessages()
4444
{
4545
Destroy(messageItem.gameObject);
4646
}
47+
48+
messageItems.Clear();
4749
}
4850

4951
private IEnumerator ScrollToBottom()

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "link.neocortex.sdk",
3-
"version": "0.4.3",
3+
"version": "0.4.4",
44
"displayName": "Neocortex Unity SDK",
55
"description": "Conversational AI for Games Simplified. With Neocortex SDK, create dynamic in-game conversations with AI-powered smart characters using our node-based editor and SDKs.",
66
"unity": "2021.3",

0 commit comments

Comments
 (0)