merlyn/server/utils
Neha Prasad 3fc2432684
fix: prevent Citations UI glitching during streaming chats (#4897)
* fix: prevent Citations UI glitching during streaming chats

* replaced random keys with stable keys

* simplify citation glitch fix

* Remove unneeded memo()

* Simplify key logic

* Replace Boolean(source) with !!source

* change cohere to behave with citations like other models

---------

Co-authored-by: shatfield4 <seanhatfield5@gmail.com>
Co-authored-by: Timothy Carambat <rambat1010@gmail.com>
Co-authored-by: Marcello Fitton <macfittondev@gmail.com>
2026-01-29 10:44:34 -08:00
..
agentFlows Fix undefined result in llm-instruction agent flow executor (#4676) 2025-11-24 09:31:00 -08:00
agents Patch AzureOpenAI tool calling from function to tool (#4922) 2026-01-28 13:21:27 -08:00
AiProviders fix: prevent Citations UI glitching during streaming chats (#4897) 2026-01-29 10:44:34 -08:00
BackgroundWorkers Workspace Chat with documents overhaul (#4261) 2025-08-11 09:26:19 -07:00
boot Manage Onboarding decision via DB flag (#4926) 2026-01-28 16:32:26 -08:00
chats feat: add base64 document attachment support to API chat endpoints (#4672) 2025-11-24 15:48:44 -08:00
collectorApi add longer HTTP ttl on forward extension requests 2025-11-20 23:00:18 -08:00
comKey [BETA] Live document sync (#1719) 2024-06-21 13:38:50 -07:00
database Prune telemetry events 2025-04-29 13:54:00 -07:00
DocumentManager Enable ability to do full-text query on documents (#758) 2024-02-21 13:15:45 -08:00
EmbeddingEngines Add Auth Token to Ollama Embedding Client (#4766) 2025-12-12 14:30:22 -08:00
EmbeddingRerankers/native Patch tokenizer race condition bug (#4091) 2025-07-07 13:25:30 -07:00
EncryptionManager [BETA] Live document sync (#1719) 2024-06-21 13:38:50 -07:00
files feat: add base64 document attachment support to API chat endpoints (#4672) 2025-11-24 15:48:44 -08:00
helpers Refactor Ollama context window setting (#4909) 2026-01-27 10:50:40 -08:00
http Mobile sync support (#4173) 2025-07-31 12:28:03 -07:00
logger patch logger for full logs 2024-07-19 18:35:41 -07:00
MCP Adjust fix path to use ESM import (#4867) 2026-01-15 16:13:21 -08:00
middleware Migrate to bcryptjs (#4767) 2025-12-11 15:19:04 -08:00
PasswordRecovery Merge commit from fork 2026-01-02 15:50:50 -08:00
prisma Fix Typos in Comments and Documentation (#3987) 2025-06-12 13:59:38 -07:00
telemetry Prune telemetry events 2025-04-29 13:54:00 -07:00
TextSplitter Native Embedder model selection (incl: Multilingual support) (#3835) 2025-07-22 10:07:20 -07:00
TextToSpeech Add model field parameter for generic OpenAI TTS (#4171) 2025-07-17 10:28:51 -07:00
vectorDbProviders VectorDB class migration (#4787) 2026-01-13 15:24:42 -08:00
vectorStore PGvector vector database support (#3788) 2025-05-09 12:27:11 -07:00