From 6f10062b93ffe4127eb5225514bba4f749aa7c0b Mon Sep 17 00:00:00 2001 From: woogi Date: Wed, 5 Aug 2026 15:28:09 -0500 Subject: [PATCH] Agent-mode UI: remove hybrid compute option, add clickable sheet links in review queue. --- frontend/index.html | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/frontend/index.html b/frontend/index.html index 7a9f63b..731051c 100644 --- a/frontend/index.html +++ b/frontend/index.html @@ -126,8 +126,6 @@ -
Vision model (image stages) loading... @@ -544,6 +542,9 @@ function reviewItemHtml(item,uid,prev){ esc(e.source_text)+'"
').join('')+'
'; } } + if((p.sheets||[]).length){ + html+='
Sheets: '+sheetList(p.sheets)+'
'; + } if((item.reasons||[]).length){ html+='
Review triggers: '+esc(item.reasons.join(', '))+'
'; }