From 619190d58d887de9ded3167d6892cfd06b640f27 Mon Sep 17 00:00:00 2001 From: ciregenz Date: Fri, 14 Aug 2026 16:28:14 -0700 Subject: [PATCH] [eric] release: 1.7.8-exp.6 carries the app rename and delete-honesty fixes --- backend/apps/help/changelog.py | 2 ++ electron/package.json | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/backend/apps/help/changelog.py b/backend/apps/help/changelog.py index faaa7cbc..8b07acb9 100644 --- a/backend/apps/help/changelog.py +++ b/backend/apps/help/changelog.py @@ -45,6 +45,8 @@ P_RELEASES: List[ReleaseNote] = [ "The app no longer crawls a 21,000-server directory in the background on every launch. It now loads that list the first time you open the connector browser, and not before.", "Installing an experimental build no longer quietly puts you back on the stable one the next time you quit.", "The model you pick is the model that runs. The retired free tier was quietly forcing every session onto Haiku no matter what the picker said; it is gone, and installs still carrying it are moved off.", + "Renaming an app now writes the new name where agents read it, so asking about \"the X app\" stops confusing them.", + "Deleting an app that can't be taken off the internet now says so instead of making the app vanish from the board and reappear on the next reload.", "An app that had been opened before could get stuck loading forever, and opening a second window of it was the only way through. It reports where to find itself again, so the first window works.", "Apps with their own backend can start it again. On packaged builds the bundled Python shipped without the piece that makes a virtual environment usable, so every new app's backend died on startup while three separate steps reported success.", "An app whose backend is switched on always boots a real server now, instead of being served as a prebuilt page wired to an API that was never started.", diff --git a/electron/package.json b/electron/package.json index c90a0c2b..237ed72d 100644 --- a/electron/package.json +++ b/electron/package.json @@ -1,6 +1,6 @@ { "name": "openswarm", - "version": "1.7.8-exp.5", + "version": "1.7.8-exp.6", "license": "AGPL-3.0-only", "description": "OpenSwarm \u2014 AI Agent Orchestrator", "author": "openswarm-ai",