@deep-eye/core 1.2.3 → 1.2.4

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.
Files changed (2) hide show
  1. package/CHANGELOG.md +6 -0
  2. package/package.json +1 -1
package/CHANGELOG.md CHANGED
@@ -2,6 +2,12 @@
2
2
 
3
3
  此文件记录 `@deep-eye/core` 的用户可见变更。新版本采用语义化版本,并按 `Added`、`Changed`、`Fixed`、`Removed` 分类记录。
4
4
 
5
+ ## [1.2.4] - 2026-07-31
6
+
7
+ ### Changed
8
+
9
+ - 助手气泡首包前的「思考中」占位改为复用 `ChatReasoning`:与思维链同款 Brain 图标、计时文案与 shimmer;空内容时不可展开,有 `reasoning_content` 后同一实例连续计时并变为可展开。
10
+
5
11
  ## [1.2.3] - 2026-07-31
6
12
 
7
13
  ### Fixed
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@deep-eye/core",
3
- "version": "1.2.3",
3
+ "version": "1.2.4",
4
4
  "publishConfig": {
5
5
  "access": "public",
6
6
  "registry": "https://registry.npmjs.org/"