Kristian Schlikow
e062a33f56
Use the proper quotes
2025-04-11 12:14:15 +00:00
Kristian Schlikow
f238e58731
Remove unnecessary new line
2025-04-11 12:12:14 +00:00
Kristian Schlikow
c5ebe4b4b1
Update the model filter for FAL.AI and update the list of providers for OpenRouter
2025-04-11 12:09:13 +00:00
Gness Erquint
43caa0c6d4
Enable image inlining for visual models when connected to Mistral AI Le Platforme.
2025-04-11 11:09:10 +03:00
Cohee
1c52099ed6
Add xAI as chat completion source
2025-04-10 22:59:10 +03:00
Cohee
c3b1573c91
Force resave CC preset after renaming
...
Fixes #3828
2025-04-09 22:09:10 +03:00
Cohee
820f4439ad
Exclude .ts files from PR lint check
2025-04-09 21:58:32 +03:00
Cohee
491752599c
Localize messages
2025-04-09 21:36:00 +03:00
Cohee
471004b828
Skill issue
2025-04-09 19:57:07 +03:00
Cohee
e9178e52eb
Update upload to use fetch
2025-04-09 19:45:33 +03:00
Cohee
2fa6a11650
Merge branch 'staging' into ffmpeg-videobg
2025-04-09 19:37:11 +03:00
Cohee
f302c67b95
Merge pull request #3827 from SillyTavern/fix/wi-rename-same-name
...
Prevent similarily-ish world info, preset and chat file renames (preventing data loss on on case-insensitive systems)
2025-04-09 19:35:16 +03:00
Cohee
c522baf4f7
Make texts translatable
2025-04-09 19:18:05 +03:00
Wolfsblvt
ceceb8f3f0
Change same name logs to toast
2025-04-09 01:21:20 +02:00
Cohee
b5f430de6f
Merge pull request #3826 from SillyTavern/custom-png-encode
...
Replace png encode dependency with optimized CRC32 calculation
2025-04-08 22:49:35 +03:00
Wolfsblvt
47652d7fe9
Prevent similarily-ish chat name renames
2025-04-08 21:16:11 +02:00
Wolfsblvt
55ed5b325c
Prevent similarily-ish preset renames
...
Adds validation to prevent renaming presets to names that are identical when ignoring case and accents
Avoids accidental duplicates by ensuring meaningful name changes during preset renames
2025-04-08 21:14:09 +02:00
Wolfsblvt
6895892d5a
Prevent similarily-ish world info renames
...
Adds validation to block renaming world info entries when new name matches existing name after ignoring case and accents
This avoids unnecessary operations and potential data duplication issues caused by superficial name changes that don't meaningfully differ in normalized form
2025-04-08 20:58:22 +02:00
Murad "Gness Erquint" Beybalaev
d3ab02df5a
"Zoom right in" tooltip for media embeds. ( #3804 )
...
* "Zoom right in" tooltip for media embeds.
* Let's not say "right in" in the expand&zoom tooltip then.
Maintainer request in PR: https://github.com/SillyTavern/SillyTavern/pull/3804#discussion_r2032999775
* Update public/index.html
Yeah
Co-authored-by: Murad "Gness Erquint" Beybalaev <gness.na@gmail.com >
---------
Co-authored-by: Cohee <18619528+Cohee1207@users.noreply.github.com >
2025-04-08 21:51:47 +03:00
Cohee
ba397fa70a
Replace png encode dependency with optimized CRC32 calculation
2025-04-08 21:50:33 +03:00
Cohee
5929d5c0e4
Groq: sync supported models
2025-04-06 23:08:31 +03:00
Cohee
965c2ee29a
Merge pull request #3819 from SillyTavern/feat/reasoning-set-collapse-state
...
Add collapse argument to `/reasoning-set` slash command
2025-04-06 23:01:23 +03:00
Wolfsblvt
6c8714c016
Add collapse argument to /reasoning-set command
...
Allows controlling visibility of reasoning blocks through slash commands by adding a boolean 'collapse' parameter
Respects default expansion settings when not explicitly provided
This gives users direct control over block visibility during command execution rather than relying solely on global preferences
2025-04-06 21:21:37 +02:00
Cohee
3d79885ddd
Merge pull request #3816 from Ecalose/gemini_sys_prompt
...
fix gemini system prompt
2025-04-06 13:53:36 +03:00
Cohee
b8057b3c4f
Decrease session extension interval to 10 minutes
2025-04-06 13:52:57 +03:00
Cohee
44f27a1cb7
Merge branch 'staging' into gemini_sys_prompt
2025-04-06 13:33:30 +03:00
Cohee
d2f2fee989
Merge pull request #3815 from gwentman/gemini2.5propreview
...
Add support of gemini-2.5-pro-preview-03-25 API
2025-04-06 13:32:32 +03:00
Cohee
df7c2226f6
Fix Gemini captioning
2025-04-06 13:31:16 +03:00
Ecalose
ec02547b0e
fix gemini system prompt
2025-04-06 16:10:49 +08:00
gwentman
18cc17142f
add support to the gemini 2.5 pro preview api
2025-04-06 17:10:24 +10:00
Cohee
e753e432be
Refactor redirectToHome function to use URL object
2025-04-05 21:54:01 +03:00
Cohee
571356ffd9
Merge pull request #3810 from SillyTavern/onbeforeunload
...
Add beforeunload event listener to prompt user when chat is saving
2025-04-04 21:56:57 +03:00
Cohee
6f543e860f
#3809 Add beforeunload event listener to prompt user when chat is saving
2025-04-04 15:58:06 +00:00
Cohee
7987f02dee
Exclude <style> tags from quote and underscore italics processing
...
Fixes #3808
2025-04-04 13:53:56 +00:00
Cohee
c7ce0fe66a
Fix localized API URL examples
...
Fixes #3807
2025-04-04 10:57:22 +00:00
Cohee
d05373cdd2
Upload video bg via converter extension
2025-04-03 23:48:01 +03:00
Cohee
d50698861a
Merge pull request #3799 from SillyTavern/export-unset-chat
...
Unset chat field on import/export
2025-04-03 09:00:26 +03:00
Cohee
b26369ca86
Unset private fields from JSON exports
2025-04-02 22:09:48 +03:00
Cohee
76c59cbc52
Unset chat field on import/export
...
Closes #3781
2025-04-02 22:08:20 +03:00
Cohee
ee26581df1
Fix WASM load hanging on some Node versions <20.6.0
2025-04-02 17:48:13 +00:00
Cohee
0a521d7a35
Merge pull request #3793 from Erquint/staging
...
Clickable image attachments — no more fiddling with the spyglass button.
2025-04-01 22:26:52 +03:00
Cohee
943e14f797
Fix style
2025-04-01 22:03:14 +03:00
Cohee
b31a53ab99
Fix selector
2025-04-01 22:01:12 +03:00
Cohee
058fef1146
Update Jimp and add WASM plugins ( #3784 )
...
* Update jimp, use WASM format plugins
* Fix Jimp import path in thumbnails endpoint
* Fix size variable
* Add fetch patch to handle file URLs
* Fix JPEG thumbnailing
* Enhance fetch patch to validate file paths and support specific extensions
* Add default msBmp format
* Update jsconfig
* Update JPEG color space in thumbnail generation to YCbCr
* Install jimp plugins explicitly
* Refactor fetch patch utility functions
2025-04-01 21:55:21 +03:00
Cohee
70fe5b6e01
Add Gemini embedding model for vector storage
2025-04-01 21:42:26 +03:00
Cohee
80e821d12d
Add support for KoboldCpp embeddings in Vector Storage ( #3795 )
...
* Add support for KoboldCpp embeddings in vector processing
* Add validation for KoboldCpp embeddings to handle empty data
* Improve toast handling
2025-04-01 21:21:29 +03:00
Cohee
9c4404cae9
Remove unused imports
2025-04-01 20:24:59 +03:00
Cohee
3458f58c63
Refactor ensureThumbnailCache to accept directoriesList parameter
2025-04-01 11:16:00 +03:00
Cohee
f0338cc325
Merge pull request #3792 from bmen25124/con_prof_api_err
...
Added api check for ConnectionManagerRequestService.handleDropdown
2025-04-01 10:24:35 +03:00
Gness Erquint
864859dd6b
Made attached images clickable — no more fiddling with the spyglass pictogram. Augmented the "Enlarge" button's function to retain it.
2025-04-01 05:35:24 +03:00