chat-ui / src /lib

Commit History

fix: nav conversation item layout
40337d4

nsarrazin commited on

refactor: new API & universal load functions (pt. 2) (#1847)
7d7a53f
unverified

nsarrazin commited on

Revert "refactor: new API & universal load functions (#1743)"
91e839b

nsarrazin commited on

refactor: new API & universal load functions (#1743)
35a395c
unverified

nsarrazin commited on

feat(search): improve keyboard and mouse event handling for better UX (#1846)
b181207
unverified

calycekr commited on

fix: prevent MarkdownRenderer recreation overhead by removing {#key} wrapper (#1845)
cf529e3
unverified

calycekr commited on

feat(reasoning): support end token search across multiple chunks (#1838)
9048af3
unverified

nsarrazin commited on

Search feature enhancements (#1841)
822613a
unverified

Vijay Rohit Kanchusthambham nsarrazin commited on

Fix chat input resizing issue when sending message with Enter key (#1840)
ffdccc6
unverified

calycekr commited on

[WIP] - Add the pop-up search (Ctrl/Command + K) to search entire conversation history (#1823)
a04c5e9
unverified

Hong An Tran krramos nsarrazin commited on

fix: remove unnecessary error logging
aaa50ea

nsarrazin commited on

feat(test): add support for testing svelte components in isolation (#1692)
0a9ad89
unverified

nsarrazin commited on

fix: remove quotes from search query to prevent exact match search (#1834)
2bef4be
unverified

jwt625 nsarrazin commited on

fix: catch errors in default model
e7e98be

nsarrazin commited on

fix: remove redundant status update in streaming
f411fde

nsarrazin commited on

feat(front): hide bottom disclaimer when focused on mobile
e58c6a4

nsarrazin commited on

fix(mobile): various mobile fixes
d449df4

nsarrazin commited on

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