Timothy Jaeryang Baek
54c05ac6e0
refac: swtich
2025-10-26 19:25:38 -07:00
Timothy Jaeryang Baek
ed6449d35f
refac: chat navbar menu
2025-10-26 19:23:55 -07:00
Timothy Jaeryang Baek
82c08a3b5d
enh: sidebar models collapsible
2025-10-26 19:00:27 -07:00
Tim Baek
82c45b721e
Merge pull request #18564 from iPagar/empty-names
...
fix: validate folder and channel names before creation
2025-10-25 22:30:53 -07:00
Tim Baek
46a8e4acad
Merge pull request #18594 from iPagar/chat-system-trim
...
Deploy to HuggingFace Spaces / check-secret (push) Has been cancelled
Create and publish Docker images with specific build args / build-main-image (linux/amd64, ubuntu-latest) (push) Has been cancelled
Create and publish Docker images with specific build args / build-main-image (linux/arm64, ubuntu-24.04-arm) (push) Has been cancelled
Create and publish Docker images with specific build args / build-cuda-image (linux/amd64, ubuntu-latest) (push) Has been cancelled
Create and publish Docker images with specific build args / build-cuda-image (linux/arm64, ubuntu-24.04-arm) (push) Has been cancelled
Create and publish Docker images with specific build args / build-cuda126-image (linux/amd64, ubuntu-latest) (push) Has been cancelled
Create and publish Docker images with specific build args / build-cuda126-image (linux/arm64, ubuntu-24.04-arm) (push) Has been cancelled
Create and publish Docker images with specific build args / build-ollama-image (linux/amd64, ubuntu-latest) (push) Has been cancelled
Create and publish Docker images with specific build args / build-ollama-image (linux/arm64, ubuntu-24.04-arm) (push) Has been cancelled
Create and publish Docker images with specific build args / build-slim-image (linux/amd64, ubuntu-latest) (push) Has been cancelled
Create and publish Docker images with specific build args / build-slim-image (linux/arm64, ubuntu-24.04-arm) (push) Has been cancelled
Frontend Build / Format & Build Frontend (push) Has been cancelled
Frontend Build / Frontend Unit Tests (push) Has been cancelled
Deploy to HuggingFace Spaces / deploy (push) Has been cancelled
Create and publish Docker images with specific build args / merge-main-images (push) Has been cancelled
Create and publish Docker images with specific build args / merge-cuda-images (push) Has been cancelled
Create and publish Docker images with specific build args / merge-cuda126-images (push) Has been cancelled
Create and publish Docker images with specific build args / merge-ollama-images (push) Has been cancelled
Create and publish Docker images with specific build args / merge-slim-images (push) Has been cancelled
fix: prevent icon layout shift near system instructions in Chat component
2025-10-24 17:50:29 -07:00
Tim Baek
06e280d831
Merge pull request #18577 from Classic298/fix-global-activated-actions
...
fix: global activated actions
2025-10-24 17:49:25 -07:00
Tim Baek
1f287be27f
Merge pull request #18585 from silentoplayz/fix-ui-freeze-on-mixed-sources
...
fix: prevent UI freeze by initializing distances array
2025-10-24 17:47:34 -07:00
Tim Baek
5444210163
Merge pull request #18591 from iPagar/modal
...
fix: add stable scrollbar gutter to Modal component
2025-10-24 17:47:08 -07:00
Pavel Garaev
79b0c3af47
refac: update spacing in UserMenu dropdown items
2025-10-24 20:27:34 +04:00
Pavel Garaev
6471945076
fix: conditionally render system instructions in Chat component
2025-10-24 19:56:01 +04:00
Pavel Garaev
17e80ecd81
fix: add stable scrollbar gutter to Modal component
2025-10-24 19:26:31 +04:00
silentoplayz
7222a9aef6
fix: prevent UI freeze by initializing distances array
...
Fixes a bug where the UI would freeze when processing citation sources with mixed distance metrics.
The `Citations.svelte` component was attempting to call `.push()` on an `undefined` `distances` array. This happened when the first document for a source had no distance value, but a subsequent document for the same source did.
This patch ensures the `distances` array is always initialized as an empty array `[]` instead of `undefined`, preventing the `TypeError` and resolving the UI freeze.
2025-10-24 08:53:51 -04:00
Classic298
006a2d6bb3
fix: Modify ActionsSelector to handle global action states
...
Updated checkbox behavior to account for global actions.
2025-10-24 11:46:15 +02:00
Pavel Garaev
e0e50f7380
fix: validate folder and channel names before creation
2025-10-24 02:18:26 +04:00
Timothy Jaeryang Baek
e171c7915a
refac: styling
2025-10-23 12:48:48 -04:00
Timothy Jaeryang Baek
546a334328
refac
2025-10-22 17:12:05 -04:00
Tim Baek
710f6eec12
Merge pull request #18473 from silentoplayz/hotkey-hints-sidebar
...
feat: add toggleable hotkey hints to sidebar buttons and refac ShortcutsModal
2025-10-22 16:50:24 -04:00
Timothy Jaeryang Baek
23ea754061
fix: create new note
2025-10-21 18:21:00 -04:00
silentoplayz
3c7e739b3c
refac
2025-10-21 18:11:56 -04:00
Timothy Jaeryang Baek
eb9c4c0e35
refac/fix: insert prompt as rich text
2025-10-21 17:59:52 -04:00
Timothy Jaeryang Baek
9942de8011
refac/fix: mermaid
2025-10-21 17:03:04 -04:00
Timothy Jaeryang Baek
0a78ceef6d
fix: dictate autosend
2025-10-21 16:40:22 -04:00
Tim Baek
b68a5f330d
Merge pull request #18496 from ShirasawaSama/patch-44
...
fix: Clear file list when selected models do not support file uploads
2025-10-21 16:36:05 -04:00
Tim Baek
b9f0d239b0
Merge pull request #18484 from ShirasawaSama/patch-41
...
fix: do not display the move menu when folders are empty
2025-10-21 16:26:43 -04:00
Tim Baek
a708cdf55e
Merge pull request #18483 from ShirasawaSama/patch-40
...
fix: fix color of Attach Webpage button when model not support file uploads
2025-10-21 16:26:27 -04:00
Shirasawa
1be9187236
fix: Clear file list when selected models do not support file uploads
2025-10-21 20:47:27 +08:00
Shirasawa
da89e36abe
fix: Do not display divider when no integrations enabled
2025-10-21 16:46:18 +08:00
Shirasawa
b754aad987
fix: do not display the move menu when folders are empty
2025-10-21 16:14:38 +08:00
Shirasawa
e225435c8e
fix: fix color of Attach Webpage button when model not support file uploads
2025-10-21 16:05:56 +08:00
silentoplayz
e361606c61
feat: add toggleable hotkey hints to sidebar buttons and refac ShortcutsModal
...
- Add src/lib/shortcuts.ts as the single source of truth for every shortcut
- Create HotkeyHint.svelte to show OS-aware key combos (⌘ on Mac, Ctrl elsewhere)
- Make sidebar “New Chat” and “Search” buttons display their shortcuts on hover
- Add user setting to toggle these sidebar hints
- Refactor ShortcutsModal into categorized (Global, Chat, Message, Input), data-driven sections
- Introduce ShortcutItem.svelte to render each row, dividers, and multi-line text
- Fix “Focus text area” action and include “Close modal” shortcut
- Wire everything through +layout.svelte and the shortcuts registry
2025-10-20 16:21:59 -04:00
Timothy Jaeryang Baek
43eac35b5b
refac: code block stdout/err styling
2025-10-20 01:11:19 -04:00
Timothy Jaeryang Baek
acac6d5973
fix/refac: docling
2025-10-20 00:27:50 -04:00
Timothy Jaeryang Baek
ca5bafcd2f
refac
2025-10-19 23:41:25 -04:00
Chanwoo An
9784eb4c0b
fix: load default settings when sessionStorage is empty
2025-10-20 11:52:29 +09:00
Timothy Jaeryang Baek
efed0e3f63
fix: system prompt perm
2025-10-16 11:40:06 -05:00
Timothy Jaeryang Baek
fd0e9652a8
chore: format
2025-10-16 11:36:26 -05:00
Tim Jaeryang Baek
417c9d923a
Merge pull request #18263 from silentoplayz/chat-deletion-bug
...
fix: reword misleading knowledge base warning in documents settings
2025-10-16 11:33:45 -05:00
Tim Jaeryang Baek
e8c1dbb2da
Merge pull request #18306 from palazski/main
...
feat: add mineru as document parser backend with support of both local and managed api
2025-10-16 10:49:29 -05:00
palazski
288b323df8
feat: use MINERU_PARAMS json field for mineru settings
2025-10-15 22:59:59 +03:00
Timothy Jaeryang Baek
c46ea40f70
refac
2025-10-14 19:06:55 -05:00
silentoplayz
ffe127e0d6
remove "Note:"
2025-10-14 19:36:43 -04:00
Tim Jaeryang Baek
7a68f065fa
Merge pull request #18260 from silentoplayz/fix-toast-click-issue
...
fix: allow toast notifications to be closed when a modal is open
2025-10-14 18:33:30 -05:00
Timothy Jaeryang Baek
ad61460faf
fix: tool server connection ui
2025-10-14 18:32:50 -05:00
Timothy Jaeryang Baek
91a43848a1
enh: jwt_expires_in security warning
...
Co-Authored-By: Classic298 <27028174+Classic298@users.noreply.github.com>
2025-10-14 18:32:40 -05:00
Timothy Jaeryang Baek
5fe56a862b
fix: pinned chats in ref chat
2025-10-14 18:06:29 -05:00
silentoplayz
4b160d88a2
fix: prevent integrations menu from closing when valves modal is open
...
When the "Valves" modal is opened from the "Integrations" menu, a click outside the modal would incorrectly close the integrations menu first. This was because the dropdown's outside click handler was still active.
This commit fixes the issue by introducing a `closeOnOutsideClick` prop to the `Dropdown` component. This prop is controlled by the `MessageInput` component, which now disables the outside click handler on the integrations menu when the valves modal is open, and re-enables it when the modal is closed.
2025-10-13 18:13:08 -04:00
palazski
40e9d9c330
feat: add mineru as document parser support with both local and managed api
2025-10-13 21:09:52 +03:00
silentoplayz
e7476350e3
fix: reword misleading knowledge base warning
2025-10-12 07:49:38 -04:00
silentoplayz
1e6426ed4f
fix: allow toast notifications to be closed when a modal is open
...
The focus trap in the modal component was preventing clicks on elements outside of the modal, including the notification toasts. This change configures the focus trap to allow clicks on toast notifications, so they can be dismissed even when a modal is open.
2025-10-12 05:52:24 -04:00
silentoplayz
95e3717f96
fix(sidebar): prevent click on Chats from going to new chat
2025-10-10 21:12:27 -04:00