From 82efc9a59e56dc62e9bef24801559398946ec71c Mon Sep 17 00:00:00 2001 From: ciregenz Date: Mon, 31 Aug 2026 11:05:29 -0700 Subject: [PATCH] [eric] release: bump to 1.7.10-exp.3 --- backend/apps/help/changelog.py | 10 ++++++++++ electron/package-lock.json | 4 ++-- electron/package.json | 2 +- 3 files changed, 13 insertions(+), 3 deletions(-) diff --git a/backend/apps/help/changelog.py b/backend/apps/help/changelog.py index 4c1f2ef1..48fd14a7 100644 --- a/backend/apps/help/changelog.py +++ b/backend/apps/help/changelog.py @@ -21,6 +21,16 @@ P_RELEASES: List[ReleaseNote] = [ # Only lines that are true of the built app belong here. This one file feeds the in-app card, the # GitHub body AND the Help agent's context, so a line written for a planned feature becomes the # agent confidently describing something that does not exist. + ReleaseNote( + version="1.7.10-exp.3", + headline="A model hiccup at startup can no longer sink a long run an hour later.", + highlights=[ + "If the local model router is briefly down when a chat starts, the chat now heals itself the moment the problem would have bitten, instead of failing with an error card after doing an hour of work.", + ], + fixes=[ + "Reconnecting a subscription really does restart the router again. A stale health check could previously report the restart as done while the router stayed down for twenty seconds, and every chat started in that window was set up to fail.", + ], + ), ReleaseNote( version="1.7.10-exp.2", headline="Browser research follows links instead of guessing, and long runs finish what they start.", diff --git a/electron/package-lock.json b/electron/package-lock.json index f9f27f16..3e9eed90 100644 --- a/electron/package-lock.json +++ b/electron/package-lock.json @@ -1,12 +1,12 @@ { "name": "openswarm", - "version": "1.7.10-exp.2", + "version": "1.7.10-exp.3", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "openswarm", - "version": "1.7.10-exp.2", + "version": "1.7.10-exp.3", "hasInstallScript": true, "license": "AGPL-3.0-only", "dependencies": { diff --git a/electron/package.json b/electron/package.json index ec8a50ba..92a0b12e 100644 --- a/electron/package.json +++ b/electron/package.json @@ -1,6 +1,6 @@ { "name": "openswarm", - "version": "1.7.10-exp.2", + "version": "1.7.10-exp.3", "license": "AGPL-3.0-only", "description": "OpenSwarm \u2014 AI Agent Orchestrator", "author": "openswarm-ai",