@kernelift/ai-chat 1.0.11 → 2.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 +24 -0
- package/README.md +925 -247
- package/SSE-Client.md +492 -451
- package/dist/ai-chat.css +1 -1
- package/dist/index.d.ts +83 -8
- package/dist/index.js +4659 -4600
- package/package.json +5 -2
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,29 @@
|
|
|
1
1
|
# @kernelift/ai-chat
|
|
2
2
|
|
|
3
|
+
## 2.1.0
|
|
4
|
+
|
|
5
|
+
### Minor Changes
|
|
6
|
+
|
|
7
|
+
- auto scroll when send is loading
|
|
8
|
+
|
|
9
|
+
## 2.0.1
|
|
10
|
+
|
|
11
|
+
### Patch Changes
|
|
12
|
+
|
|
13
|
+
- Updated dependencies
|
|
14
|
+
- @kernelift/markdown@1.1.1
|
|
15
|
+
|
|
16
|
+
## 2.0.0
|
|
17
|
+
|
|
18
|
+
### Minor Changes
|
|
19
|
+
|
|
20
|
+
- 优化移除messager,添加oncopy事件,实现响应式样式设计
|
|
21
|
+
|
|
22
|
+
### Patch Changes
|
|
23
|
+
|
|
24
|
+
- Updated dependencies
|
|
25
|
+
- @kernelift/markdown@1.1.0
|
|
26
|
+
|
|
3
27
|
## 1.0.11
|
|
4
28
|
|
|
5
29
|
### Patch Changes
|