From fe63014a1fa760168fa3461cadd83116284fd77c Mon Sep 17 00:00:00 2001 From: Daniel Date: Wed, 9 Sep 2026 04:04:00 +0200 Subject: [PATCH] =?UTF-8?q?feat:=20image=20generation=20everywhere=20?= =?UTF-8?q?=E2=80=94=20deterministic=20fallback=20when=20the=20model=20wri?= =?UTF-8?q?tes=20text,=20unbounded=20completion=20poll,=20No-chat=20defaul?= =?UTF-8?q?t=20with=20description-only=20generation,=20context=20passed=20?= =?UTF-8?q?with=20every=20image=20job;=20stop-icon=20send=20button;=20atta?= =?UTF-8?q?ch/mic=20bottom-left=20composer;=20single-model=20selectors=20h?= =?UTF-8?q?idden;=20admin=20image=20allowlist=20from=20discovered=20models?= =?UTF-8?q?;=20PDF=20take-home=20export;=20new-chat=20confirm=20removed;?= =?UTF-8?q?=20sources=20same-height=20column=20with=20internal=20scroll?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- public/components/assistant.html | 1 + public/css/assistant.css | 14 ++- public/js/clinicalAssistant.js | 113 +++++++++++-------- test/admin-clinical-assistant-wiring.test.js | 15 +-- test/assistant-attachment-roundtrip.test.js | 9 +- test/assistant-workspace-layout.test.js | 2 +- test/clinical-release-integration.test.js | 13 ++- test/frontend-prompt-env.test.js | 42 +++---- test/patient-takehome.test.js | 14 ++- 9 files changed, 132 insertions(+), 91 deletions(-) diff --git a/public/components/assistant.html b/public/components/assistant.html index daddb12..a1dfa72 100644 --- a/public/components/assistant.html +++ b/public/components/assistant.html @@ -12,6 +12,7 @@