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
+15-6Lines changed: 15 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -151,14 +151,14 @@ clawhub install swarmclaw
151
151
152
152
[Browse on ClawHub](https://clawhub.ai/skills/swarmclaw)
153
153
154
-
## v1.9.26 Highlights
154
+
## v1.9.27 Highlights
155
155
156
-
Output hygiene follow-up: empty successful LLM turns now stay silent instead of being rewritten as user-visible errors.
156
+
Desktop compatibility and provider-save repair for Intel Mac users and OpenRouter setup.
157
157
158
-
-**Silent empty completions.**Blank successful runs no longer become `Error: Run completed...` assistant messages.
159
-
-**Connector-safe final text.**Slack and other connectors no longer receive synthetic error text for intentional silence or quiet no-op turns.
160
-
-**Real errors preserved.**Explicit provider failures and streamed provider errors still surface as terminal errors.
161
-
-**Regression coverage.**Chat-execution tests now lock the distinction between empty success and real failure.
158
+
-**Intel macOS native modules.**The desktop packaging hook now rebuilds Electron-loaded native modules with the target architecture and blocks a release if an x64 macOS bundle contains an arm64-only required addon.
159
+
-**OpenRouter save repair.**Provider updates now tolerate UI metadata fields like `id`, `type`, `createdAt`, and `updatedAt` without persisting them, while still rejecting unrelated unknown fields.
160
+
-**Downloads clarity.**The downloads page no longer guesses Apple Silicon when a browser hides the Mac architecture, so Intel users can choose the x64 DMG explicitly.
161
+
-**Regression coverage.**Provider route and Electron after-pack tests cover the reported failure modes.
Desktop compatibility and provider-save repair for Intel Mac users and OpenRouter setup.
416
+
417
+
-**Intel macOS native modules.** The desktop packaging hook now rebuilds Electron-loaded native modules with the target architecture and blocks a release if an x64 macOS bundle contains an arm64-only required addon.
418
+
-**OpenRouter save repair.** Provider updates now tolerate UI metadata fields like `id`, `type`, `createdAt`, and `updatedAt` without persisting them, while still rejecting unrelated unknown fields.
419
+
-**Downloads clarity.** The downloads page no longer guesses Apple Silicon when a browser hides the Mac architecture, so Intel users can choose the x64 DMG explicitly.
420
+
-**Regression coverage.** Provider route and Electron after-pack tests cover the reported failure modes.
421
+
413
422
### v1.9.26 Highlights
414
423
415
424
Output hygiene follow-up: empty successful LLM turns now stay silent instead of being rewritten as user-visible errors.
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.26",
3
+
"version": "1.9.27",
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