@swarmclawai/swarmclaw 1.9.30 → 1.9.31
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/README.md +17 -5
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -151,14 +151,20 @@ clawhub install swarmclaw
|
|
|
151
151
|
|
|
152
152
|
[Browse on ClawHub](https://clawhub.ai/skills/swarmclaw)
|
|
153
153
|
|
|
154
|
+
## v1.9.31 Highlights
|
|
155
|
+
|
|
156
|
+
Documentation cleanup release for public release notes and OpenClaw guidance. No runtime behavior changed.
|
|
157
|
+
|
|
158
|
+
- **Public docs cleanup.** Removed an unwanted third-party example from the README and site release notes.
|
|
159
|
+
- **OpenClaw guidance preserved.** The README keeps the SwarmClaw-native OpenClaw gateway, skill, and agent-file guidance without naming unrelated workflows.
|
|
160
|
+
|
|
154
161
|
## v1.9.30 Highlights
|
|
155
162
|
|
|
156
|
-
PR integration release for dream-model routing, email bridge TLS opt-outs, installed CLI runtime resolution
|
|
163
|
+
PR integration release for dream-model routing, email bridge TLS opt-outs, and installed CLI runtime resolution.
|
|
157
164
|
|
|
158
165
|
- **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
166
|
- **Email bridge TLS opt-outs.** `tlsRejectUnauthorized=false` now disables hostname checks too, matching the explicit self-signed-server opt-out.
|
|
160
167
|
- **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
168
|
|
|
163
169
|
## v1.9.29 Highlights
|
|
164
170
|
|
|
@@ -228,7 +234,7 @@ SwarmClaw is built for OpenClaw operators who need more than one agent or one ga
|
|
|
228
234
|
- Deploy official-image OpenClaw runtimes locally, via VPS bundles, or over SSH.
|
|
229
235
|
- Edit OpenClaw agent files such as `SOUL.md`, `IDENTITY.md`, `USER.md`, `TOOLS.md`, and `AGENTS.md`.
|
|
230
236
|
- Import OpenClaw `SKILL.md` files and use them in SwarmClaw's runtime skill system.
|
|
231
|
-
- Use OpenClaw plugins
|
|
237
|
+
- Use OpenClaw plugins and skills through the configured gateway workflow without leaving the SwarmClaw control plane.
|
|
232
238
|
|
|
233
239
|
## Use Cases
|
|
234
240
|
|
|
@@ -420,14 +426,20 @@ Operational docs: https://swarmclaw.ai/docs/observability
|
|
|
420
426
|
|
|
421
427
|
## Releases
|
|
422
428
|
|
|
429
|
+
### v1.9.31 Highlights
|
|
430
|
+
|
|
431
|
+
Documentation cleanup release for public release notes and OpenClaw guidance. No runtime behavior changed.
|
|
432
|
+
|
|
433
|
+
- **Public docs cleanup.** Removed an unwanted third-party example from the README and site release notes.
|
|
434
|
+
- **OpenClaw guidance preserved.** The README keeps the SwarmClaw-native OpenClaw gateway, skill, and agent-file guidance without naming unrelated workflows.
|
|
435
|
+
|
|
423
436
|
### v1.9.30 Highlights
|
|
424
437
|
|
|
425
|
-
PR integration release for dream-model routing, email bridge TLS opt-outs, installed CLI runtime resolution
|
|
438
|
+
PR integration release for dream-model routing, email bridge TLS opt-outs, and installed CLI runtime resolution.
|
|
426
439
|
|
|
427
440
|
- **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
441
|
- **Email bridge TLS opt-outs.** `tlsRejectUnauthorized=false` now disables hostname checks too, matching the explicit self-signed-server opt-out.
|
|
429
442
|
- **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
443
|
|
|
432
444
|
### v1.9.29 Highlights
|
|
433
445
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@swarmclawai/swarmclaw",
|
|
3
|
-
"version": "1.9.
|
|
3
|
+
"version": "1.9.31",
|
|
4
4
|
"description": "Build and run autonomous AI agents with OpenClaw, Hermes, multiple model providers, orchestration, delegation, memory, skills, schedules, and chat connectors.",
|
|
5
5
|
"main": "electron-dist/main.js",
|
|
6
6
|
"license": "MIT",
|