@swarmclawai/swarmclaw 1.5.67 → 1.5.68
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
CHANGED
|
@@ -399,6 +399,15 @@ Operational docs: https://swarmclaw.ai/docs/observability
|
|
|
399
399
|
|
|
400
400
|
## Releases
|
|
401
401
|
|
|
402
|
+
### v1.5.68 Highlights
|
|
403
|
+
|
|
404
|
+
Launch-readiness release for turning SwarmClaw's own next launch into a reusable workflow.
|
|
405
|
+
|
|
406
|
+
- **Launch Week Growth Sprint mission template.** The mission template gallery now includes a launch-week operator that audits the product/docs, drafts GitHub Release, Product Hunt, Show HN, social, and community copy, identifies the top demo moments, and produces daily feedback/metrics/follow-up reports. The default goal explicitly keeps public posting behind approval.
|
|
407
|
+
- **Security and release metadata refresh.** Next.js is updated to `16.2.4` in the app and docs site, OpenClaw / Discord.js / selected transitives are refreshed so the production high/critical audit gate passes, and the stale `package-lock.json` root version is realigned with the published package version.
|
|
408
|
+
- **Desktop release gate hardening.** `npm run electron:build` now restores host-architecture native modules after macOS multi-arch packaging, so a local release smoke build no longer leaves the checkout unable to run the next host build.
|
|
409
|
+
- **Launch assets and docs.** Added a concrete v1.5.68 launch plan in `docs/release/v1.5.68-launch-plan.md`, refreshed the website release notes/docs index, and updated stale install examples so public launch traffic sees current instructions.
|
|
410
|
+
|
|
402
411
|
### v1.5.67 Highlights
|
|
403
412
|
|
|
404
413
|
Three chatroom-focused fixes from a community contribution by [@borislavnnikolov](https://github.com/borislavnnikolov). Thanks Borislav!
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@swarmclawai/swarmclaw",
|
|
3
|
-
"version": "1.5.
|
|
3
|
+
"version": "1.5.68",
|
|
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",
|
|
@@ -13,6 +13,12 @@
|
|
|
13
13
|
"access": "public",
|
|
14
14
|
"registry": "https://registry.npmjs.org/"
|
|
15
15
|
},
|
|
16
|
+
"overrides": {
|
|
17
|
+
"protobufjs": "7.5.5",
|
|
18
|
+
"request": {
|
|
19
|
+
"form-data": "2.5.5"
|
|
20
|
+
}
|
|
21
|
+
},
|
|
16
22
|
"repository": {
|
|
17
23
|
"type": "git",
|
|
18
24
|
"url": "git+https://github.com/swarmclawai/swarmclaw.git"
|
|
@@ -100,7 +106,7 @@
|
|
|
100
106
|
"@langchain/core": "^1.1.31",
|
|
101
107
|
"@langchain/langgraph": "^1.2.2",
|
|
102
108
|
"@langchain/openai": "^1.2.8",
|
|
103
|
-
"@modelcontextprotocol/sdk": "^1.
|
|
109
|
+
"@modelcontextprotocol/sdk": "^1.29.0",
|
|
104
110
|
"@multiavatar/multiavatar": "^1.0.7",
|
|
105
111
|
"@opentelemetry/api": "^1.9.1",
|
|
106
112
|
"@opentelemetry/exporter-trace-otlp-http": "^0.214.0",
|
|
@@ -130,22 +136,22 @@
|
|
|
130
136
|
"cron-parser": "^5.5.0",
|
|
131
137
|
"cronstrue": "^3.12.0",
|
|
132
138
|
"dagre": "^0.8.5",
|
|
133
|
-
"discord.js": "^14.
|
|
139
|
+
"discord.js": "^14.26.3",
|
|
140
|
+
"dompurify": "^3.4.1",
|
|
134
141
|
"electron-updater": "^6.3.9",
|
|
135
142
|
"ethers": "^6.16.0",
|
|
136
143
|
"exceljs": "^4.4.0",
|
|
137
144
|
"grammy": "^1.40.0",
|
|
138
145
|
"highlight.js": "^11.11.1",
|
|
139
|
-
"dompurify": "^3.3.3",
|
|
140
146
|
"imapflow": "^1.2.11",
|
|
141
147
|
"just-bash": "^2.14.0",
|
|
142
148
|
"langchain": "^1.2.30",
|
|
143
149
|
"lucide-react": "^0.574.0",
|
|
144
150
|
"mailparser": "^3.9.3",
|
|
145
|
-
"next": "16.
|
|
151
|
+
"next": "16.2.4",
|
|
146
152
|
"next-themes": "^0.4.6",
|
|
147
153
|
"nodemailer": "^8.0.1",
|
|
148
|
-
"openclaw": "^2026.4.
|
|
154
|
+
"openclaw": "^2026.4.22",
|
|
149
155
|
"pdf-parse": "^2.4.5",
|
|
150
156
|
"qrcode": "^1.5.4",
|
|
151
157
|
"radix-ui": "^1.4.3",
|
|
@@ -175,7 +181,7 @@
|
|
|
175
181
|
"electron": "^33.3.0",
|
|
176
182
|
"electron-builder": "^25.1.8",
|
|
177
183
|
"eslint": "^9",
|
|
178
|
-
"eslint-config-next": "16.
|
|
184
|
+
"eslint-config-next": "16.2.4",
|
|
179
185
|
"png-to-ico": "^3.0.1"
|
|
180
186
|
},
|
|
181
187
|
"optionalDependencies": {
|
|
@@ -65,6 +65,15 @@ describe('mission-templates: registry', () => {
|
|
|
65
65
|
}
|
|
66
66
|
})
|
|
67
67
|
|
|
68
|
+
it('includes the launch week growth sprint template', () => {
|
|
69
|
+
const template = templates.getMissionTemplate('launch-week-growth-sprint')
|
|
70
|
+
assert.ok(template, 'expected launch sprint template')
|
|
71
|
+
assert.equal(template.name, 'Launch Week Growth Sprint')
|
|
72
|
+
assert.equal(template.category, 'productivity')
|
|
73
|
+
assert.ok(template.defaults.goal.includes('Do not post publicly without explicit approval'))
|
|
74
|
+
assert.ok(template.defaults.successCriteria.some((item) => item.includes('Product Hunt')))
|
|
75
|
+
})
|
|
76
|
+
|
|
68
77
|
it('getMissionTemplate resolves known ids', () => {
|
|
69
78
|
const list = templates.listMissionTemplates()
|
|
70
79
|
const first = list[0]
|
|
@@ -141,6 +141,29 @@ export const BUILT_IN_MISSION_TEMPLATES: MissionTemplate[] = [
|
|
|
141
141
|
reportSchedule: report(DAY),
|
|
142
142
|
},
|
|
143
143
|
},
|
|
144
|
+
{
|
|
145
|
+
id: 'launch-week-growth-sprint',
|
|
146
|
+
name: 'Launch Week Growth Sprint',
|
|
147
|
+
description:
|
|
148
|
+
'Plan and run a public launch week with channel-specific copy, demo moments, feedback capture, and daily follow-up reports.',
|
|
149
|
+
icon: '🚀',
|
|
150
|
+
category: 'productivity',
|
|
151
|
+
tags: ['launch', 'growth', 'release'],
|
|
152
|
+
setupNote:
|
|
153
|
+
'Set the product, audience, launch channels, and any hard no-posting boundaries in the goal. Connect social/community connectors only if you want the agent to draft posts there; keep public posting behind approval.',
|
|
154
|
+
defaults: {
|
|
155
|
+
title: 'Launch Week Growth Sprint',
|
|
156
|
+
goal:
|
|
157
|
+
'Prepare and run a one-week public launch for this project. Audit the current product and docs, write channel-specific launch assets for GitHub Releases, Product Hunt, Show HN, short social posts, and community updates, identify the top 5 demo moments, and produce a daily markdown launch report with feedback, metrics, and follow-up tasks. Do not post publicly without explicit approval.',
|
|
158
|
+
successCriteria: [
|
|
159
|
+
'Launch assets are drafted for GitHub Releases, Product Hunt, Show HN, social, and community channels',
|
|
160
|
+
'Top demo moments and target audiences are listed with links, screenshots, or source references to use',
|
|
161
|
+
'Feedback, metrics, objections, and follow-up tasks are captured in a daily launch report',
|
|
162
|
+
],
|
|
163
|
+
budget: budget({ maxUsd: 4, maxTokens: 180_000, maxTurns: 220, maxWallclockSec: 7 * DAY }),
|
|
164
|
+
reportSchedule: report(DAY),
|
|
165
|
+
},
|
|
166
|
+
},
|
|
144
167
|
{
|
|
145
168
|
id: 'customer-support-triage',
|
|
146
169
|
name: 'Customer Support Triage',
|