@nextclaw/ui 0.3.4 → 0.3.6
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-Bt59xHFj.js → index-DI6zQUcL.js} +48 -43
- package/dist/assets/index-DahcMyga.css +1 -0
- package/dist/index.html +15 -12
- package/index.html +14 -11
- package/package.json +1 -1
- package/src/components/config/ChannelsList.tsx +9 -17
- package/src/components/config/ModelConfig.tsx +2 -1
- package/src/components/config/ProvidersList.tsx +6 -14
- package/src/components/layout/Sidebar.tsx +3 -3
- 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.6
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- Apply running config changes without manual restart for provider/channel/agent defaults, add missing-provider runtime fallback for smoother first-time setup, and document the new live-apply behavior.
|
|
8
|
+
|
|
9
|
+
## 0.3.5
|
|
10
|
+
|
|
11
|
+
### Patch Changes
|
|
12
|
+
|
|
13
|
+
- Fix session history trimming to keep tool-call / tool-result pairs consistent, reducing intermittent provider tool-call ID errors.
|
|
14
|
+
|
|
15
|
+
Improve providers/channels config list rendering in the UI.
|
|
16
|
+
|
|
3
17
|
## 0.3.4
|
|
4
18
|
|
|
5
19
|
### Patch Changes
|