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.32 Highlights
155
+
156
+
PR integration release for background model routing, reflection memory controls, and current ClawHub install guidance.
157
+
158
+
-**Background model routing.** Per-agent `dreamConfig` overrides can route dream cycles and daily digests before global dream settings, while `compactionProvider` settings can route live auto-compaction summaries through a cheaper or faster model.
159
+
-**Reflection memory controls.**`reflectionMinQuality` gates automatic reflection memory writes without dropping the reflection record, and optional embedding dedup skips near-duplicate reflection notes when embeddings are configured.
160
+
-**ClawHub install guidance.** OpenClaw skill docs now use `openclaw skills install swarmclaw` and current owner-scoped ClawHub links.
161
+
-**Regression coverage.** Added tests for dream override precedence, compaction preference resolution, reflection quality gating, and embedding-based reflection dedup.
162
+
154
163
## v1.9.31 Highlights
155
164
156
165
Documentation cleanup release for public release notes and OpenClaw guidance. No runtime behavior changed.
PR integration release for background model routing, reflection memory controls, and current ClawHub install guidance.
441
+
442
+
-**Background model routing.** Per-agent `dreamConfig` overrides can route dream cycles and daily digests before global dream settings, while `compactionProvider` settings can route live auto-compaction summaries through a cheaper or faster model.
443
+
-**Reflection memory controls.**`reflectionMinQuality` gates automatic reflection memory writes without dropping the reflection record, and optional embedding dedup skips near-duplicate reflection notes when embeddings are configured.
444
+
-**ClawHub install guidance.** OpenClaw skill docs now use `openclaw skills install swarmclaw` and current owner-scoped ClawHub links.
445
+
-**Regression coverage.** Added tests for dream override precedence, compaction preference resolution, reflection quality gating, and embedding-based reflection dedup.
446
+
429
447
### v1.9.31 Highlights
430
448
431
449
Documentation cleanup release for public release notes and OpenClaw guidance. No runtime behavior changed.
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.31",
3
+
"version": "1.9.32",
4
4
"description": "Build and run autonomous AI agents with OpenClaw, Hermes, multiple model providers, orchestration, delegation, memory, skills, schedules, and chat connectors.",
0 commit comments