@nextclaw/ui 0.3.12 → 0.3.14

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 CHANGED
@@ -1,5 +1,25 @@
1
1
  # @nextclaw/ui
2
2
 
3
+ ## 0.3.14
4
+
5
+ ### Patch Changes
6
+
7
+ - Add full session management in NextClaw UI with OpenClaw-aligned capabilities.
8
+ - add Sessions tab with filtering, history inspection, metadata patching, clear, and delete
9
+ - add UI API endpoints for sessions list/history/patch/delete
10
+ - sync frontend/server types and hooks for session operations
11
+ - update usage guide for session management UI
12
+
13
+ ## 0.3.13
14
+
15
+ ### Patch Changes
16
+
17
+ - Add full UI/runtime API support for configuring input context token budgets.
18
+ - Runtime page supports `agents.defaults.contextTokens`
19
+ - Runtime page supports per-agent `agents.list[*].contextTokens`
20
+ - Runtime API persists default context token budget updates
21
+ - Usage docs updated for UI configuration path
22
+
3
23
  ## 0.3.12
4
24
 
5
25
  ### Patch Changes