diff --git a/CHANGELOG.md b/CHANGELOG.md index 447bac9c..9b5e00b1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,10 @@ # Changelog +## v1.7.88-alpha (2026-06-12) + +- AIUI now loads immediately again instead of waiting on a production availability probe and cache-busted iframe URL, restoring the lighter launch behavior from before the regression. +- Validation pending on the AIUI rollback; the rest of the release train remains unchanged. + ## v1.7.87-alpha (2026-06-12) - Bitcoin receive now calls LND's on-chain address endpoint with the correct REST method, and backend failures keep the specific address-generation error instead of collapsing into the generic operation-failed message. diff --git a/neode-ui/src/views/Chat.vue b/neode-ui/src/views/Chat.vue index a189f185..59740467 100644 --- a/neode-ui/src/views/Chat.vue +++ b/neode-ui/src/views/Chat.vue @@ -1,18 +1,30 @@