From 7b5d26921546e1f5364385325f8c098e88a20b30 Mon Sep 17 00:00:00 2001 From: Joseph Magly <1159087+jmagly@users.noreply.github.com> Date: Sat, 1 Aug 2026 16:02:27 -0400 Subject: [PATCH] feat(ui): add local-agent disconnect control --- docs/index.html | 19 ++++++++++++++++++- .../local-api-hardening-static.test.ts | 8 ++++++++ 2 files changed, 26 insertions(+), 1 deletion(-) diff --git a/docs/index.html b/docs/index.html index 7ce7abec..77ef5c5e 100755 --- a/docs/index.html +++ b/docs/index.html @@ -26365,7 +26365,8 @@
${cs.category} '+(isActive?'★ Active':'☆ Use')+'' : '') + (a.ready ? '' : '') - + (a.ready ? '' : '') + + (connected ? '' + : (a.ready ? '' : '')) + ''; } @@ -26495,6 +26496,22 @@
${cs.category} { const start = uiSource.indexOf('async function generalFullAuto('); const end = uiSource.indexOf('/**\n * REQUEST SITREP', start);