[eric] release: bump to 1.7.10-exp.3

This commit is contained in:
ciregenz
2026-08-31 11:05:29 -07:00
parent 560cb1a182
commit 82efc9a59e
3 changed files with 13 additions and 3 deletions
+10
View File
@@ -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.",
+2 -2
View File
@@ -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": {
+1 -1
View File
@@ -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",