mirror of
https://github.com/openswarm-ai/openswarm.git
synced 2026-09-06 09:47:44 +02:00
[eric] release: 1.7.8-exp.5 carries the serve-static app fix
This commit is contained in:
@@ -45,6 +45,7 @@ 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.",
|
||||
"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.",
|
||||
"Hard-reloading an app that had no running process now actually restarts it, instead of timing out and blaming a runtime that was fine.",
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "openswarm",
|
||||
"version": "1.7.8-exp.4",
|
||||
"version": "1.7.8-exp.5",
|
||||
"license": "AGPL-3.0-only",
|
||||
"description": "OpenSwarm \u2014 AI Agent Orchestrator",
|
||||
"author": "openswarm-ai",
|
||||
|
||||
Reference in New Issue
Block a user