mirror of
https://github.com/openswarm-ai/openswarm.git
synced 2026-09-11 20:27:44 +02:00
[eric] release: bump to 1.7.10-exp.3
This commit is contained in:
@@ -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.",
|
||||
|
||||
Generated
+2
-2
@@ -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,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",
|
||||
|
||||
Reference in New Issue
Block a user