Timothy Jaeryang Baek
72f8539fd2
feat: image edit support
2025-11-05 03:31:37 -05:00
Timothy Jaeryang Baek
8d34fcb586
enh: gemini flash image generation support
2025-11-05 01:59:16 -05:00
Timothy Jaeryang Baek
72900cd686
refac: images
2025-11-05 00:54:25 -05:00
Timothy Jaeryang Baek
314cac0113
refac: dedup tags
2025-11-04 23:44:33 -05:00
Tim Baek
cde4b93fa6
Merge pull request #18934 from mgl/feat/voxtral-support
...
feat: add voxtral support
2025-11-04 18:28:45 -05:00
Timothy Jaeryang Baek
89e59d0103
revert
2025-11-04 18:14:09 -05:00
Timothy Jaeryang Baek
2a98ba0ff8
refac/fix
2025-11-04 18:12:00 -05:00
mglo
3561c7eedd
feat: add voxtral support
2025-11-04 20:57:36 +01:00
Timothy Jaeryang Baek
414ab51d5d
refac: user menu alignment
2025-11-04 13:45:04 -05:00
Timothy Jaeryang Baek
8e5690aab4
refac: images
2025-11-04 13:30:59 -05:00
Tim Baek
939521b75d
Merge pull request #18912 from silentoplayz/fix-functions-page-delete
...
fix: update Functions page after deleting a function
2025-11-04 13:30:23 -05:00
Timothy Jaeryang Baek
a8fe979cf8
refac
2025-11-04 13:20:13 -05:00
silentoplayz
244809bab7
fix: update Functions page after deleting a function
...
The Functions page was not updating after a function was deleted. This was because the local `functions` variable was not being updated after a successful deletion.
This commit fixes the bug by filtering the deleted function from the local `functions` array, which triggers a UI refresh.
2025-11-03 21:03:27 -05:00
silentoplayz
71b86c08ee
fix: correct chat preview loading in search modal
...
This commit fixes a bug in the search modal where the chat preview would fail to load for the bottom search results, especially when using tags to filter.
The issue was caused by an incorrect index calculation in the `loadChatPreview` function, which resulted in an out-of-bounds error when accessing the `chatList` array.
This commit resolves the issue by adding a guard clause to the `loadChatPreview` function to ensure that the `selectedChatIdx` is always a valid index. This prevents the out-of-bounds error and ensures that the chat preview is always displayed for the selected chat.
2025-11-03 19:58:26 -05:00
Timothy Jaeryang Baek
67aa1b028d
refac/fix: note export
2025-11-02 19:40:44 -05:00
Timothy Jaeryang Baek
024f78d3e0
refac/fix: reasoning content tag parsing
2025-11-02 18:52:53 -05:00
Timothy Jaeryang Baek
6681ff5cbd
refac/fix: endpoint conflict
2025-11-02 18:41:57 -05:00
Andrew Baek
9e8e004929
Add id attributes for better element identification
...
Updated ResponseMessage.svelte
Update Sidebar.svelte
2025-11-03 01:46:50 +09:00
Timothy Jaeryang Baek
ee61970fb0
refac
2025-11-01 05:58:54 -04:00
Timothy Jaeryang Baek
fdc0f04a36
refac
2025-11-01 05:56:44 -04:00
acomarcho
da282ce5c7
fix: duplicate prompt suggestions freezes webpage
2025-11-01 11:25:20 +07:00
Tim Baek
f18f1db704
Merge pull request #18707 from silentoplayz/fix-tool-tooltip-description
...
fix: add tooltips to tools on model edit page
2025-10-30 16:23:36 -07:00
Timothy Jaeryang Baek
1d98a45b33
refac
2025-10-30 15:57:50 -07:00
G30
8feed02d40
fix: de-duplicate model tags case-insensitively ( #18716 )
...
* fix: de-duplicate model tags case-insensitively
This change updates the `setTags` function in the `Models.svelte` component and the `onMount` function in the `Selector.svelte` component to convert all model tags to lowercase before removing duplicates. This ensures that tags with different capitalization (e.g., "Best" and "best") are treated as a single tag, preventing duplicate entries in the tag filter dropdown on both the workspace models page and the new chat page.
* Update Selector.svelte
* refac
2025-10-30 10:44:05 -07:00
silentoplayz
4a0359789f
fix: add tooltips to tools on model edit page
...
This change adds tooltips to the tools on the model edit page, displaying the tool's description on hover.
2025-10-28 21:54:29 -04:00
Timothy Jaeryang Baek
292be82754
refac/fix: sidebar open status
2025-10-28 17:31:38 -07:00
Timothy Jaeryang Baek
a0068c4a17
refac
2025-10-28 14:05:49 -07:00
Timothy Jaeryang Baek
61a2909a88
refac
2025-10-28 14:03:05 -07:00
Tim Baek
48b538f312
Merge pull request #18432 from silentoplayz/fix-clipboard-image-paste
...
fix: correctly handle clipboard images with {{CLIPBOARD}} in prompts
2025-10-28 12:42:01 -07:00
Timothy Jaeryang Baek
d1c9555a0b
refac
2025-10-28 01:46:36 -07:00
Timothy Jaeryang Baek
f524a6a8e7
refac/fix: kb image upload handling
2025-10-28 00:34:53 -07:00
Timothy Jaeryang Baek
76bde402fe
refac
2025-10-27 23:49:26 -07:00
Timothy Jaeryang Baek
a776dbd01d
refac
2025-10-27 23:42:00 -07:00
Timothy Jaeryang Baek
182e4138bf
refac: styling
2025-10-27 15:07:00 -07:00
Timothy Jaeryang Baek
b72443004d
refac/chore: svelte 5 migration
2025-10-27 15:06:53 -07:00
Timothy Jaeryang Baek
f47214314b
refac
2025-10-26 22:20:57 -07:00
Timothy Jaeryang Baek
46a3f7de5e
refac: rm rich text highlight
2025-10-26 22:12:34 -07:00
Timothy Jaeryang Baek
a996497bf1
refac/fix: marker api key validation
2025-10-26 22:11:47 -07:00
Timothy Jaeryang Baek
5338edd644
refac
2025-10-26 21:35:16 -07:00
Timothy Jaeryang Baek
c573321305
refac
2025-10-26 21:11:05 -07:00
Timothy Jaeryang Baek
20cd9e9461
chore: svelte5 bump
2025-10-26 21:06:32 -07:00
Tim Baek
69e1ba8234
Merge pull request #18533 from silentoplayz/fix-keyboard-shortcuts-display
...
fix: display correct keys for international keyboards
2025-10-26 19:34:13 -07:00
Timothy Jaeryang Baek
a70bc52c34
chore: format
2025-10-26 19:33:39 -07:00
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
...
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