mirror of
https://github.com/openswarm-ai/openswarm.git
synced 2026-09-01 04:38:52 +02:00
[eric] changelog: 1.7.8 covers the app-backend venv chain, the sidecar unwedge and the pill/handle fixes
This commit is contained in:
@@ -45,6 +45,13 @@ 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.",
|
||||
"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.",
|
||||
"When the assistant's core tools freeze mid-task, they recover on their own within about a minute instead of leaving the chat running forever with nothing happening.",
|
||||
"Card edges are grabbable again. Half of every resize strip was being cut off by the card itself, so the bottom and right edges could not be grabbed at all.",
|
||||
"The hover controls on a collapsed chat sit fully above it now, instead of peeking out from behind one corner and looking like a dent with a shadow.",
|
||||
"A question the assistant asks from a collapsed chat is wide enough to read, instead of being cut off at the right edge.",
|
||||
"Fable is no longer offered in the model picker. It never worked when selected.",
|
||||
"A chat that started failing on \"that request hit a snag\" now recovers on your next message instead of staying broken until you branch it.",
|
||||
"Apps no longer get stuck on \"Starting preview\" forever; one app serving a prebuilt bundle used to silently wedge every other app until a restart.",
|
||||
|
||||
Reference in New Issue
Block a user