From 2bb770f9856e2c641bcb5dc2fd4eabeedbc2c714 Mon Sep 17 00:00:00 2001 From: ciregenz Date: Mon, 17 Aug 2026 12:27:44 -0700 Subject: [PATCH] [eric] release: cut 1.7.8-exp.12 with the honest resume chip and popup-visible agents --- backend/apps/help/changelog.py | 1 + electron/package.json | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/backend/apps/help/changelog.py b/backend/apps/help/changelog.py index 92b2bca4..3a86628a 100644 --- a/backend/apps/help/changelog.py +++ b/backend/apps/help/changelog.py @@ -98,6 +98,7 @@ P_RELEASES: List[ReleaseNote] = [ "The mouse-wheel Zoom/Scroll setting works on real mice now. Accelerated wheels (Magic Mouse, Logitech smooth scrolling) report fractional scroll amounts that were being mistaken for a trackpad, so the wheel always panned no matter what the setting said.", "A browser helper that talks itself into refusing (\"I\u2019m a text-based AI\") no longer poisons its browser for every later task. Refused and fabricated runs are forgotten instead of remembered, and agents can ask for a completely fresh browser when one misbehaves.", "Agents no longer claim \"the user told me to stop\" when it was OpenSwarm\u2019s own housekeeping talking. Internal wrap-up and retry messages now identify themselves, so an agent\u2019s explanation of why it stopped reflects what actually happened.", + "The amber resume chip now appears only on chats that were genuinely cut off mid-answer instead of every stopped chat, and agents can now see and operate the popup sign-in windows that sites open, instead of going blind at them.", "Double-clicking empty canvas reliably fits every card on screen again, and an app an agent builds or drives now docks as a small card beside the chat instead of covering it. When a website needs you to sign in, the agent now pauses, tells you, and continues by itself once you log in on its browser card.", "Agents no longer lose their tools partway through a run. Under heavy multi-agent load, a safety timer could mistake a queued browser or app task for a lost one and restart the agent's tool connection mid-task; it now checks the right task before acting.", "Heavy sessions no longer vanish without a trace. When memory climbs past the safe line the app now sheds weight itself: preview thumbnails pause and refetchable caches drop, instead of growing until the operating system kills it mid-task.", diff --git a/electron/package.json b/electron/package.json index 10ecbf33..c0cbcfed 100644 --- a/electron/package.json +++ b/electron/package.json @@ -1,6 +1,6 @@ { "name": "openswarm", - "version": "1.7.8-exp.11", + "version": "1.7.8-exp.12", "license": "AGPL-3.0-only", "description": "OpenSwarm \u2014 AI Agent Orchestrator", "author": "openswarm-ai",