You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[Browse on ClawHub](https://clawhub.ai/waydelyle/swarmclaw)
153
153
154
+
## v1.9.37 Highlights
155
+
156
+
Theme and memory-pressure release for lighter UI preferences and leaner chat history storage.
157
+
158
+
-**Light, dark, and system theme modes.** Settings → Appearance now persists a Light/Dark/System selector while keeping the existing hue presets and custom color picker.
159
+
-**Lean session history storage.** Legacy transcript blobs migrate into the `session_messages` table and are compacted from session records after persistence is verified, reducing page-load memory pressure on lower-RAM devices.
160
+
-**Repo-backed message readers.** Global search, live usage summaries, and OpenClaw history merge now read table-backed messages after transcript compaction.
161
+
-**Regression coverage.** Added tests for theme-mode normalization, legacy transcript compaction, and repo-backed message search.
162
+
154
163
## v1.9.36 Highlights
155
164
156
165
Protocol builder visibility release for built-in Structured Sessions.
Theme and memory-pressure release for lighter UI preferences and leaner chat history storage.
485
+
486
+
-**Light, dark, and system theme modes.** Settings → Appearance now persists a Light/Dark/System selector while keeping the existing hue presets and custom color picker.
487
+
-**Lean session history storage.** Legacy transcript blobs migrate into the `session_messages` table and are compacted from session records after persistence is verified, reducing page-load memory pressure on lower-RAM devices.
488
+
-**Repo-backed message readers.** Global search, live usage summaries, and OpenClaw history merge now read table-backed messages after transcript compaction.
489
+
-**Regression coverage.** Added tests for theme-mode normalization, legacy transcript compaction, and repo-backed message search.
490
+
473
491
### v1.9.36 Highlights
474
492
475
493
Protocol builder visibility release for built-in Structured Sessions.
Copy file name to clipboardExpand all lines: package.json
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
1
{
2
2
"name": "@swarmclawai/swarmclaw",
3
-
"version": "1.9.36",
3
+
"version": "1.9.37",
4
4
"description": "Build and run autonomous AI agents with OpenClaw, Hermes, multiple model providers, orchestration, delegation, memory, skills, schedules, and chat connectors.",
res.end(`<!DOCTYPE html><html><head><title>Index of ${reqPath}</title><style>body{font-family:monospace;padding:20px;background:#1a1a2e;color:#e0e0e0}a{color:#60a5fa}</style></head><body><h2>Index of ${reqPath}</h2><ul>${links}</ul></body></html>`)
@@ -183,7 +191,7 @@ function createStaticServer(dir: string): http.Server {
0 commit comments