@deep-eye/core 1.0.0 → 1.1.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +7 -0
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -2,6 +2,13 @@
|
|
|
2
2
|
|
|
3
3
|
此文件记录 `@deep-eye/core` 的用户可见变更。新版本采用语义化版本,并按 `Added`、`Changed`、`Fixed`、`Removed` 分类记录。
|
|
4
4
|
|
|
5
|
+
## [1.1.0] - 2026-07-31
|
|
6
|
+
|
|
7
|
+
### Added
|
|
8
|
+
|
|
9
|
+
- assistant 消息支持 `follow_ups`:在最新完成的助手气泡下方展示最多 3 条推荐追问芯片;`ChatBot` 内点击自动发起 `send`。
|
|
10
|
+
- 新增公开 primitive `ChatFollowUps`。
|
|
11
|
+
|
|
5
12
|
## [1.0.0] - 2026-07-31
|
|
6
13
|
|
|
7
14
|
### Added
|