From eaf13effd58dca9b9a88f54798a15cc47d5448dd Mon Sep 17 00:00:00 2001 From: archipelago Date: Fri, 12 Jun 2026 05:04:42 -0400 Subject: [PATCH] fix: restore fast AIUI launch --- CHANGELOG.md | 5 +++ neode-ui/src/views/Chat.vue | 65 +++++++++++++++---------------------- 2 files changed, 32 insertions(+), 38 deletions(-) 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 @@