nextclaw 0.6.29 → 0.6.30

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "nextclaw",
3
- "version": "0.6.29",
3
+ "version": "0.6.30",
4
4
  "description": "Lightweight personal AI assistant with CLI, multi-provider routing, and channel integrations.",
5
5
  "private": false,
6
6
  "type": "module",
@@ -333,10 +333,12 @@ For internal AI operations (same as other built-in capabilities):
333
333
  NextClaw UI now provides an OpenClaw-aligned session operations panel (**Sessions** tab) with additional runtime controls:
334
334
 
335
335
  - list sessions with search + active window filters
336
+ - switch grouping mode: all sessions (no grouping) or grouped by channel
336
337
  - inspect session history (latest window)
337
338
  - patch per-session metadata (`label`, `preferredModel`)
338
339
  - clear one session history
339
340
  - delete one session
341
+ - localized Sessions UI copy (i18n labels for the panel)
340
342
 
341
343
  This is useful when running multi-agent routing and channel operations long term, because you can clean or retarget problematic sessions without hand-editing files.
342
344