pediatric-ai-scribe-v3/public/js/assistant
Daniel 6e779e61ff
Some checks failed
Forgejo Docker Build / Root app tests (push) Successful in 56s
Forgejo Docker Build / Build Docker image (push) Successful in 18s
Forgejo Docker Build / End-to-end (browser) (push) Failing after 6s
fix: citation chips that sit together read in ascending order
[1] early in an answer and then "[2][1]" later showed "2 1". A run of
adjacent chips is now sorted by what it displays — a core rule after inline
parsing — so it reads "1 2". Text between two clusters keeps them apart,
every chip still points at its own source, and the numbering itself is
unchanged: only the order within a run moves.

Co-Authored-By: Claude Fable 5.1 <noreply@anthropic.com>
Claude-Session: https://claude.ai/code/session_01Dv6sqaY6Vq3ChZHMem3cnU
2026-09-13 14:42:51 +02:00
..
api.js feat: model selection in chat (composer pill + popup image model), deterministic image dispatch when the model writes text instead of calling the tool, markdown-rendered email, OWUI stacked composer, left mobile drawer, Go back in topbar, DeepL removed, image history inside the Create image popup 2026-09-09 02:55:28 +02:00
citations.js fix: citation chips that sit together read in ascending order 2026-09-13 14:42:51 +02:00
data.js feat: diversify assistant starter prompts 2026-05-07 03:19:51 +02:00
export.js fix: the export's last table column wraps again, and citations-off strips every marker form 2026-09-13 05:42:32 +02:00
images.js perf: cache generated images for the session and decode thumbnails, not originals 2026-09-10 05:20:10 +02:00
sharing.js fix: bind clinical image and export actions to their original account 2026-09-07 07:45:48 +02:00
sources.js refactor: citations are a markdown-it token, and the numbers you see are display order 2026-09-13 04:41:40 +02:00