chat-ui / src /lib

Commit History

fix: only import node-llama-cpp if needed and skip for huggingchat image
d8e426c

nsarrazin commited on

fix: stop button working properly
c4447f2

nsarrazin commited on

fix: clamp update bouncer
373b19a

nsarrazin commited on

fix: make sure document parser is disabled if not required
dcc2568

nsarrazin commited on

refactor: improve rendering performance on low-end hardware (#1825)
0c9aa36
unverified

nsarrazin commited on

Fix incorrect touchscreen detection (#1824)
ccc9de7
unverified

zvun commited on

fix: (temp) disable markdown worker
b6e0927

nsarrazin commited on

fix: rm error in retrying when tool calls are not parsed properly
60d7e61

nsarrazin commited on

New `InferenceClient` endpoint type (#1813)
e08e6dd
unverified

nsarrazin commited on

fix: gap between reasoning & web
fa93cad

nsarrazin commited on

fix: assistant intro layout
e8df589

nsarrazin commited on

feat: rework assistant intro UI
606d8b6

nsarrazin commited on

fix: drawer shadow
85b73a9

nsarrazin commited on

feat: rework example layout to work better on mobile
0c45efe

nsarrazin commited on

fix: padding on theme icon
fcafc48

nsarrazin commited on

feat: drawer tap to close on left
f0aa0e8

nsarrazin commited on

feat: add simple light/dark mode toggle
007aca7

nsarrazin commited on

feat: mobe about & privacy to settings
2a934bc

nsarrazin commited on

fix: more styling/layout fixes
4f8128b

nsarrazin commited on

fix: make send button look more disabled
b8029a6

nsarrazin commited on

fix: remove hardcoded font size on mobile
4b23bbd

nsarrazin commited on

fix: chat window more compact on mobile
b65f70f

nsarrazin commited on

fix: make sure title doesnt overflow on mobile
977b7da

nsarrazin commited on

fix: build local llama (#1805)
4ad3b5d
unverified

nsarrazin commited on

refactor: update publicConfig checks for HuggingChat in modals and nav menu
9eddb53

nsarrazin commited on

feat: allow storing env variable in DB (#1802)
31daf3d
unverified

nsarrazin commited on

fix: lint
ae62728

nsarrazin commited on

feat: allow strings in `MODELS` env var (#1791)
6a449cd
unverified

nsarrazin commited on

refactor: make env imports match the rest of the app in `adminToken.ts`
e30d0ad

nsarrazin commited on

Enable/Disable reasoning summary using .env (#1760)
25736d0
unverified

dhruv1710 nsarrazin commited on

Fix system message handling to preserve user-configured system prompts (#1764)
6370857
unverified

stoXe nsarrazin commited on

feat: improve port detection on admin cli login
9af57d6

nsarrazin commited on

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: remove legacy run in ChatWindow.svelte
1fa5e21

nsarrazin commited on

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

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