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
Copy file name to clipboardExpand all lines: README.md
+19Lines changed: 19 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -151,6 +151,15 @@ clawhub install swarmclaw
151
151
152
152
[Browse on ClawHub](https://clawhub.ai/skills/swarmclaw)
153
153
154
+
## v1.9.30 Highlights
155
+
156
+
PR integration release for dream-model routing, email bridge TLS opt-outs, installed CLI runtime resolution, and an OpenClaw plugin workflow example.
157
+
158
+
-**Dream model routing.** Memory dream cycles and daily digests can use optional `dreamProvider` settings so background consolidation can run on a smaller local model.
159
+
-**Email bridge TLS opt-outs.**`tlsRejectUnauthorized=false` now disables hostname checks too, matching the explicit self-signed-server opt-out.
160
+
-**Installed CLI stability.** Legacy API-backed CLI commands import the package-local `tsx` runtime instead of resolving `tsx` from the caller's project.
161
+
-**OpenClaw plugin workflow.** README guidance now includes a concrete TweetClaw plugin workflow for OpenClaw operators.
162
+
154
163
## v1.9.29 Highlights
155
164
156
165
Issue-fix release for Edit Agent tooltips, installed package builds, and structured dream output on local Ollama models.
@@ -219,6 +228,7 @@ SwarmClaw is built for OpenClaw operators who need more than one agent or one ga
219
228
- Deploy official-image OpenClaw runtimes locally, via VPS bundles, or over SSH.
220
229
- Edit OpenClaw agent files such as `SOUL.md`, `IDENTITY.md`, `USER.md`, `TOOLS.md`, and `AGENTS.md`.
221
230
- Import OpenClaw `SKILL.md` files and use them in SwarmClaw's runtime skill system.
231
+
- Use OpenClaw plugins for domain workflows. For example, `openclaw plugins install @xquik/tweetclaw` installs [TweetClaw](https://github.com/Xquik-dev/tweetclaw) via [ClawHub](https://clawhub.ai/kriptoburak/xquik-tweetclaw) for X/Twitter search, follower export, monitors, webhooks, and approval-gated post/reply actions.
PR integration release for dream-model routing, email bridge TLS opt-outs, installed CLI runtime resolution, and an OpenClaw plugin workflow example.
426
+
427
+
-**Dream model routing.** Memory dream cycles and daily digests can use optional `dreamProvider` settings so background consolidation can run on a smaller local model.
428
+
-**Email bridge TLS opt-outs.**`tlsRejectUnauthorized=false` now disables hostname checks too, matching the explicit self-signed-server opt-out.
429
+
-**Installed CLI stability.** Legacy API-backed CLI commands import the package-local `tsx` runtime instead of resolving `tsx` from the caller's project.
430
+
-**OpenClaw plugin workflow.** README guidance now includes a concrete TweetClaw plugin workflow for OpenClaw operators.
431
+
413
432
### v1.9.29 Highlights
414
433
415
434
Issue-fix release for Edit Agent tooltips, installed package builds, and structured dream output on local Ollama models.
Copy file name to clipboardExpand all lines: package.json
+1-1Lines changed: 1 addition & 1 deletion
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.29",
3
+
"version": "1.9.30",
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