You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: packages/tdesign-react-aigc/CHANGELOG.en-US.md
+17Lines changed: 17 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,6 +5,23 @@ toc: false
5
5
spline: explain
6
6
---
7
7
8
+
## 🌈 1.0.2 `2026-02-05`
9
+
10
+
### 🚀 Features
11
+
12
+
-**ChatEngine**:
13
+
- Supports adaptation for AG-UI’s Activity-Snapshot/Delta events. A new `useAgentActivity` registration hook has been added, along with corresponding examples provided by @carolin913 ([#4119](https://github.com/Tencent/tdesign-react/pull/4119)).
14
+
- The ChatEngine event bus mechanism can now be used in scenarios without a UI. Examples are available at @carolin913 ([#4119](https://github.com/Tencent/tdesign-react/pull/4119)).
15
+
Error handling has been improved for `ToolCallRender`@carolin913 ([#4119](https://github.com/Tencent/tdesign-react/pull/4119)).
16
+
For several Delta events under the AG-UI protocol, automatic initialization is now supported to handle SSE Chunk streams in cases where no Snapshot is available @carolin913 ([#4119](https://github.com/Tencent/tdesign-react/pull/4119)).
17
+
Performance of Immutable JSON Patch has been optimized, and the `append` operation is now available for adding strings @carolin913 ([#4119](https://github.com/Tencent/tdesign-react/pull/4119)).
18
+
-**ChatMarkdown**: The issue of increased packaging size caused by dependency on CherryMarkdown has been significantly resolved. Highlighting for code blocks is no longer built-in; businesses need to introduce this functionality manually via configuration @LzhengH@carolin913 ([#4119](https://github.com/Tencent/tdesign-react/pull/4119)).
19
+
-**ChatSender**: The `readyToSend` property now allows for pre-sending validation to be handled @LzhengH ([#4119](https://github.com/Tencent/tdesign-react/pull/4119).
20
+
21
+
### 📝 Documentation
22
+
23
+
- For **ChatEngine**, AI-friendly documentation has been added: AGENTS.md and llm.txt @carolin913 ([#4119](https://github.com/Tencent/tdesign-react/pull/4119))
0 commit comments