[eric] release: 1.7.6-exp2 carries tonight's sign-in, update, resilience and tool-ui fixes

This commit is contained in:
ciregenz
2026-08-10 22:07:34 -07:00
parent 3a2d1049c3
commit fe77b64d8c
2 changed files with 7 additions and 1 deletions
+6
View File
@@ -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.",
+1 -1
View File
@@ -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",