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

This commit is contained in:
ciregenz
2026-08-31 11:54:15 -07:00
parent 0a3109a930
commit e4d141a48d
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.4",
headline="The startup self-heal now waits for the router to actually be ready.",
highlights=[
"A chat that starts while the app's model router is still waking up now recovers on its own instead of failing with an error card.",
],
fixes=[
"The automatic recovery for a chat that started during a router restart no longer retries before the router is ready, and it now recognises the error even when the router cuts the message short.",
],
),
ReleaseNote(
version="1.7.10-exp.3",
headline="A model hiccup at startup can no longer sink a long run an hour later.",
+2 -2
View File
@@ -1,12 +1,12 @@
{
"name": "openswarm",
"version": "1.7.10-exp.3",
"version": "1.7.10-exp.4",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"name": "openswarm",
"version": "1.7.10-exp.3",
"version": "1.7.10-exp.4",
"hasInstallScript": true,
"license": "AGPL-3.0-only",
"dependencies": {
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "openswarm",
"version": "1.7.10-exp.3",
"version": "1.7.10-exp.4",
"license": "AGPL-3.0-only",
"description": "OpenSwarm \u2014 AI Agent Orchestrator",
"author": "openswarm-ai",