From fe77b64d8ceffae613637f35968dd9edd1c43330 Mon Sep 17 00:00:00 2001 From: ciregenz Date: Mon, 10 Aug 2026 22:07:34 -0700 Subject: [PATCH] [eric] release: 1.7.6-exp2 carries tonight's sign-in, update, resilience and tool-ui fixes --- backend/apps/help/changelog.py | 6 ++++++ electron/package.json | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/backend/apps/help/changelog.py b/backend/apps/help/changelog.py index a52b2ad6..b266ba8f 100644 --- a/backend/apps/help/changelog.py +++ b/backend/apps/help/changelog.py @@ -33,6 +33,12 @@ P_RELEASES: List[ReleaseNote] = [ "Dictation starts faster: the microphone stays warm for a few minutes after each use.", ], fixes=[ + "Signing in with Google lands every time. The sign-in could previously finish in your browser and never reach the app, leaving you signed out after a reload.", + "Experimental builds stop flipping back and forth with the stable version on every restart.", + "If the app briefly loses its local connection it now retries and heals itself, and tells you plainly when it cannot, instead of spinning forever with no explanation.", + "Buttons on the question cards agents show you always respond, including on a collapsed chat, and answered questions never leave a second dead copy behind.", + "Images, posts and links agents show you open when you click them, and a click from fullscreen takes you there instead of doing nothing.", + "Agents stop building a whole app when you only asked to track or plan something; they offer first.", "Creating a new app works again in the installed build; it previously hung on a blank preview forever.", "Nothing can be dragged while a window is fullscreen, and older profiles with stuck fullscreen state are healed on load.", "An agent that stops without answering now says so honestly instead of pretending it finished.", diff --git a/electron/package.json b/electron/package.json index b9888a1e..fd534723 100644 --- a/electron/package.json +++ b/electron/package.json @@ -1,6 +1,6 @@ { "name": "openswarm", - "version": "1.7.6-exp1", + "version": "1.7.6-exp2", "license": "AGPL-3.0-only", "description": "OpenSwarm — AI Agent Orchestrator", "author": "openswarm-ai",