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
+14-5Lines changed: 14 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -151,13 +151,13 @@ clawhub install swarmclaw
151
151
152
152
[Browse on ClawHub](https://clawhub.ai/skills/swarmclaw)
153
153
154
-
## v1.9.17 Highlights
154
+
## v1.9.23 Highlights
155
155
156
-
Agent configuration history is now visible in the agent editor, so operators can review recent saved versions and restore prior settings without leaving the agent workflow.
156
+
Schedule reliability is now more deterministic for recurring autonomous work, especially after restarts or stale stored timing state.
157
157
158
-
-**Agent sheet history.**Advanced agent settings list recent saved versions with timestamp, actor, and provider/model snapshot.
159
-
-**One-click restore.**Restoring a prior version uses the existing config-version restore API, refreshes agent state, and closes the sheet to avoid stale form data.
Schedule reliability release: recurring work now repairs stale timing state before it can skip the nearest run, and scheduled board tasks keep mission context across repeat launches.
415
+
416
+
-**Cron drift repair.** Active cron schedules repair missing or invalid `nextRunAt` values and stale future cron slots before the scheduler decides whether work is due.
417
+
-**Tick-time advancement.** Cron and interval schedules now advance from the scheduler tick time instead of the process wall clock, making restart and catch-up behavior deterministic.
418
+
-**Stable stagger.** Schedule stagger offsets are deterministic per schedule, avoiding thundering-herd launches without moving a saved next-run target on every recompute.
419
+
-**Mission continuity.** Schedule-created board tasks attach to a persistent mission link, so recurring runs share the same operational context.
420
+
412
421
### v1.9.22 Highlights
413
422
414
423
Research tools release: agents now get direct `web_extract` and `web_crawl` tools alongside `web_search`, `web_fetch`, and the unified `web` tool.
Copy file name to clipboardExpand all lines: package.json
+2-2Lines changed: 2 additions & 2 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.9.22",
3
+
"version": "1.9.23",
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