v2026.07.14.1 — Beta
🔐 Settings no longer dead-end on a stale session token
Leaving the app open for over an hour could turn every Settings Save/Test into a cryptic ✗ HTTP 400 that only a hard refresh cleared (thanks to polarbear_13 on Discord for the report that pinned it down). Three-layer fix:
- the security token cookie now refreshes on every API response — including the rejection itself,
- failed calls transparently retry once with the fresh token,
- and if something still goes wrong you get a plain-language message instead of
HTTP 400.
🧪 Test buttons test what you typed
The ComfyUI / Ollama / ai-toolkit Test buttons now save their own section first — testing a freshly-typed path no longer answers "not configured".
📖 Docs
The README gained a full Auto-clean scraped watermarks section and now covers everything shipped in v2026.07.14 (per-capability installs, ▶ Start Ollama, ⎘ share config, Test Studio preflight…).