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
Follow-up release for v1.6 with workflow starts, safer metadata handling, A2A discovery polish, and [#61](https://github.com/swarmclawai/swarmclaw/pull/61) by [@latentwill](https://github.com/latentwill). Thanks latentwill!
405
+
406
+
-**Mission and protocol templates for real work.** New starter paths cover codebase review sprints, research bureau scans, content studio cycles, release readiness panels, synthesis panels, and builder review loops.
407
+
-**Home launchpad paths.** First-run users can choose a self-hosted assistant, visual workflow, or autonomous mission path, with quality actions still one click away.
408
+
-**A2A discovery is easier to integrate.** The canonical `/.well-known/agent-card.json` endpoint now works alongside the legacy API route and hides disabled or trashed agents from public discovery.
409
+
-**Internal metadata stripping is safer.** Side-channel JSON is removed with balanced-object parsing and zod validation so nested payloads are scrubbed without deleting ordinary user JSON.
410
+
-**Browser smoke gate restored.**`npm run test:e2e` now runs a Playwright smoke against health, A2A discovery, `/home`, and `/quality`, either against a live URL or a temporary local dev server.
411
+
-**OpenCode CLI hang fixed.** OpenCode CLI delegation no longer keeps an inherited stdin pipe open, preventing hangs in non-interactive runs.
412
+
402
413
### v1.6.0 Highlights
403
414
404
415
Operator Quality Center release for builders running autonomous agents in production-like workflows.
Copy file name to clipboardExpand all lines: docs/release/v1.6.0-operator-quality-plan.md
+9-1Lines changed: 9 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,7 @@
1
1
# SwarmClaw v1.6.0 Operator Quality Plan
2
2
3
+
Note: the original `v1.6.0` tag is already published. The follow-up work in this plan ships as `v1.6.1` so the existing release tag is not rewritten.
4
+
3
5
## Theme
4
6
5
7
v1.6.0 ships the Operator Quality Center: a user-facing quality release for people who run autonomous agents and need to trust, test, approve, debug, and improve them.
@@ -10,15 +12,19 @@ Competitor research pointed at the same operator needs across visual orchestrati
10
12
11
13
-**Trust before autonomy:** eval history, approval queues, run replay, and mission reports are visible from `/quality`.
12
14
-**Release readiness as a workflow:** release QA, cost audit, connector smoke, failed-run triage, and weekly quality report are mission templates with budgets and report cadence.
15
+
-**Fast starts for common jobs:** codebase review, research bureau, content studio, release panel, synthesis panel, and builder review templates give users useful automation paths without custom setup.
16
+
-**Interoperability without surprises:** A2A discovery is available at the canonical `/.well-known/agent-card.json` route, and disabled or trashed agents are excluded from public discovery.
17
+
-**Community stability fix:**[PR #61](https://github.com/swarmclawai/swarmclaw/pull/61) by [@latentwill](https://github.com/latentwill) is incorporated so OpenCode CLI runs close stdin and do not hang on connected pipes.
13
18
-**Operator evidence over dashboards:** the UI emphasizes scores, criteria evidence, replay events, blockers, and go/no-go notes.
14
19
15
20
## Verification Gate
16
21
17
-
Before tagging `v1.6.0`, run:
22
+
Before tagging `v1.6.1`, run:
18
23
19
24
-`npm run test:cli`
20
25
-`npm run test:runtime`
21
26
-`npm run test:builder`
27
+
-`npm run test:e2e`
22
28
-`npm test`
23
29
-`npm run type-check`
24
30
-`NODE_ENV=production npm run build:ci`
@@ -32,3 +38,5 @@ Browser smoke:
32
38
- Approval Desk approve/deny flow with seeded or real pending approvals
33
39
- Run Review filtering and replay sheet
34
40
- Home launchpad quality actions
41
+
- Home launchpad path cards for assistant, workflow, and mission starts
Copy file name to clipboardExpand all lines: package.json
+3-3Lines changed: 3 additions & 3 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.6.0",
3
+
"version": "1.6.1",
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