chat-ui / src

Commit History

Fix auto-scroll issue with message streaming in Svelte 5 (#1790)
40d772c
unverified

calycekr nsarrazin commited on

feat: admin CLI login (#1789)
06e807a
unverified

nsarrazin commited on

fix: lint
cacbed6

nsarrazin commited on

fix: docker image llama.cpp error catching
9fb713b

nsarrazin commited on

Add `toolId` to ToolCall and use it in tool results (#1787)
6f95791
unverified

Kelig Kelig LEFEUVRE commited on

fix: build llama.cpp locally in dockerfile (#1788)
f75b6cb
unverified

nsarrazin commited on

feat: add a local endpoint type for inference directly from chat-ui (#1778)
4e9a7a9
unverified

nsarrazin commited on

feat(db): use in memory db when MONGODB_URL not set (#1773)
aa54575
unverified

nsarrazin commited on

fix: show file picker for assistant with mime types (#1763)
b35ed33
unverified

nsarrazin commited on

fix: assistant tool selector on safari + correct tab nav
8b01f0a

nsarrazin commited on

fix: improve render performance in app
156e247

nsarrazin commited on

fix: remove legacy run in ChatWindow.svelte
1fa5e21

nsarrazin commited on

fix: remove legacy run in root +layout.svelte
1b4d3d1

nsarrazin commited on

fix: remove legacy run in `conversation/[id]/+page.svelte`
7a1f16e

nsarrazin commited on

fix: remove legacy run in `ChatMessage.svelte`
2c0667b

nsarrazin commited on

fix: remove legacy run in `ToolInputComponent.svelte`
2146417

nsarrazin commited on

fix: add a small delay in markdown rendering
659811e

nsarrazin commited on

fix(tests): make flaky migration tests more stable
d5636c9

nsarrazin commited on

Add support for Jinja for chat model templates (#1739)
3aa87af
unverified

Ben Lewis nsarrazin commited on

fix: trigger redeploy
06b1969

nsarrazin commited on

fix: give more buffer to reasoning
6b2e741

nsarrazin commited on

fix(preprocessMessages): clarify web search context in final message content
42aaa16

nsarrazin commited on

feat: improve task model tool calling (#1755)
28eb3b2
unverified

nsarrazin commited on

fix(endpoints): fix for tool calling on hf inference with openai endpoint type (#1754)
f84082b
unverified

nsarrazin commited on

fix: return proper json in /prompt endpoint
548b836

nsarrazin commited on

fix: file type matching from clipboard (#1748)
bc326bf
unverified

yousefelkilany nsarrazin commited on

feat(openai): added support for non-streaming o1 (e.g. Azure) models (#1687)
38dffdd
unverified

lgarbarini nsarrazin commited on

fix: improve tasks performance
49721b1

nsarrazin commited on

feat(prompt): enhance prompt preview with assistant, message details & error catching
36ee78d

nsarrazin commited on

fix(settings): prevent unnecessary redirect on desktop
906ec7d

nsarrazin commited on

feat(model): configure Llama-3.1-8B-Instruct with OpenAI-compatible endpoint
e7fed79

nsarrazin commited on

feat(tasks): use tools for tasks if available (#1749)
66fd2dc
unverified

nsarrazin commited on

feat(chat): auto-open reasoning results on loading
1b356ce

nsarrazin commited on

fix: thumbnails with svelte 5
adf7a12

nsarrazin commited on

fix(conversation): update response Content-Type to JSONL for sending message updates
dc098ca

nsarrazin commited on

Revert "feat(front): autoscroll at bottom on ssr (#1740)"
3736025

nsarrazin commited on

fix: code block copy button
dcf9591

nsarrazin commited on

feat(front): autoscroll at bottom on ssr (#1740)
fd54816
unverified

nsarrazin commited on

feat(markdown): move highlighting to worker (#1741)
035fcd5
unverified

nsarrazin commited on

fix(assistant-settings): remove console log in form submission
a46c49c

nsarrazin commited on

fix(front): mobile nav not closing sometimes
8081221

nsarrazin commited on

fix(markdown): remove duplicate checks
41518b6

nsarrazin commited on

refactor(mobile-nav): adjust pan gesture sensitivity and remove debug log
0602b0e

nsarrazin commited on

feat(front): use webworker for markdown parsing (#1733)
6ee391c
unverified

nsarrazin commited on

feat(codeblock): add monospace font to code block
4a97955

nsarrazin commited on

fix(nav): increase z-index for mobile nav close button
4260c5a

nsarrazin commited on

fix(nav): conditionally render mobile nav title
053849e

nsarrazin commited on

feat(nav): improve mobile navigation with pan gesture to close (#1729)
f17bf16
unverified

nsarrazin commited on

fix(nav): give more time for swipe gesture
bacdfcf

nsarrazin commited on

feat(nav): add swipe gesture to close mobile nav
ba981f6

nsarrazin commited on