@nextclaw/ui 0.3.3 → 0.3.5
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 +14 -0
- package/dist/assets/{index-JpepB1WI.js → index-6CtetzUk.js} +48 -43
- package/dist/assets/index-lYHLxG9H.css +1 -0
- package/dist/index.html +2 -2
- package/package.json +1 -1
- package/src/components/config/ChannelsList.tsx +9 -17
- package/src/components/config/ProviderForm.tsx +3 -0
- package/src/components/config/ProvidersList.tsx +6 -14
- package/dist/assets/index-iSLahgqA.css +0 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,19 @@
|
|
|
1
1
|
# @nextclaw/ui
|
|
2
2
|
|
|
3
|
+
## 0.3.5
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- Fix session history trimming to keep tool-call / tool-result pairs consistent, reducing intermittent provider tool-call ID errors.
|
|
8
|
+
|
|
9
|
+
Improve providers/channels config list rendering in the UI.
|
|
10
|
+
|
|
11
|
+
## 0.3.4
|
|
12
|
+
|
|
13
|
+
### Patch Changes
|
|
14
|
+
|
|
15
|
+
- Show MiniMax API base hints in UI and extend config schema hints/help.
|
|
16
|
+
|
|
3
17
|
## 0.3.3
|
|
4
18
|
|
|
5
19
|
### Patch Changes
|