Commit Graph

10823 Commits

Author SHA1 Message Date
Cohee 432286ae3a Add micro-readme for repo root 2025-07-27 14:13:53 +03:00
Cohee e8247ca8e9 Remove from readmes 2025-07-26 21:27:22 +03:00
Cohee ce1b5ba91c Fix header level nesting 2025-07-26 21:23:07 +03:00
Cohee 24ec287fa5 Cull down the repo readme to bare minimum (#4315)
* Cull down the repo readme to bare minimum

* Return some fluff sections

* Update localized readmes

* Fix image url
2025-07-26 21:20:10 +03:00
Cohee 2c0d8d71bc Browser launch: Add support for Brave browser 2025-07-26 18:29:15 +03:00
Cohee def315eb98 Bump version to 1.13.2 2025-07-26 18:26:47 +03:00
Cohee a8bb8a6703 Add hint popup on string length overflow 2025-07-26 18:20:45 +03:00
Cohee 27487f1f2a MistralAI: new magistral subversions 2025-07-26 01:52:35 +03:00
Cohee 82d9fa79e8 Add vectorization via Vertex AI (#4311)
* Add vectorization via Vertex AI

* Enable batching for Google vectors

* Add batch embeddings for Vertex

* Split embed methods for Vertex/AI Studio
2025-07-25 23:59:30 +03:00
Cohee c094e5d8ef Fix type errors in variables.js 2025-07-25 22:37:09 +03:00
IceFog72 8948d9773e Adding unique galleryImageDraggable class to draggable div with gallery Image inside (#4310) 2025-07-25 22:32:59 +03:00
Cohee 2a971a517c Adjust tags list to use screen size relative units 2025-07-25 22:31:30 +03:00
Cohee fdc51a1211 Claude model deprecations (#4306)
* Claude: deprecate Claude 2 models

* Claude: flatten tool call schema

* Remove deprecated Sonnet 3 from captioning list
2025-07-25 22:06:12 +03:00
Cohee 6224e20cbe Merge pull request #4305 from SillyTavern/feat/allow-empty-setvar
Allow empty values in {{setvar/setglobalvar}}
2025-07-25 22:04:56 +03:00
Cohee 29702a3f1b Merge pull request #4302 from cloudskytian/staging
Console access log output is now controlled by enableAccessLog
2025-07-25 22:02:27 +03:00
cloudskytian 9cd7910aff Update config.yaml for Console access log output is now controlled by enableAccessLog 2025-07-25 10:18:42 +08:00
Cohee 90adf2f104 Allow extensions to add or exclude WI entries (#4304)
* Allows control of Lore books entries by extensions

* WORLDINFO_SORTING changed to WORLDINFO_ENTRIES_LOADED

---------

Co-authored-by: zonde306 <anonymous@localhost>
2025-07-24 23:21:48 +03:00
zonde306 53d96deaff WORLDINFO_SORTING changed to WORLDINFO_ENTRIES_LOADED 2025-07-25 04:09:33 +08:00
zonde306 ac759e5b7e Allows control of Lore books entries by extensions 2025-07-25 03:36:01 +08:00
Cohee d641cbecc4 Remove Scale Spellbook from CC sources (#4293) 2025-07-24 22:02:45 +03:00
Cohee d3818244e6 Merge branch 'release' into staging 2025-07-24 21:34:00 +03:00
Cohee bcf5f65759 Fix audit in tests 2025-07-24 21:33:54 +03:00
Cohee 487c7fa120 Fix npm audit 2025-07-24 21:33:15 +03:00
Cohee 38a5e4a4f2 Refactor BYAF parsing (#4303)
* Refactor BYAF parsing

* Refactor ByafParser to use private field for data and improve type annotations
2025-07-24 21:31:45 +03:00
cloudskytian d1a82c85a5 Console access log output is now controlled by enableAccessLog 2025-07-24 19:16:21 +08:00
Cohee 7edd81f183 Remove legacy key from config extras.promptExpansionModel 2025-07-24 00:58:12 +03:00
Cohee c627d77c46 Add toggle and user agent filter for CacheBuster middleware (#4301)
* Add toggle and user agent filter for CacheBuster middleware
Closes #4290 [BUG] SillyTavern takes ~45 seconds to load initially

* Use single instance of CacheBuster class

* Cache config values

* Consistent log header

* Remove unnecessary empty line at the beginning of byaf.js
2025-07-24 00:45:42 +03:00
Cohee e0b020f211 Import BYAF (#4300)
* allow byaf import format

* Add byaf import converters

* Fix import of image and scenario

* Update src/byaf.js

Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>

* Log JSON parsing errors

* Use fsPromises for file acces

* Fix callback variable name

* Clear file input value after file upload to allow re-uploading

---------

Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
2025-07-23 23:05:14 +03:00
Cohee 87ece15faf Fix phantom scroll in WI entry editor 2025-07-23 21:15:02 +03:00
RossAscends e18cde0095 tweak margins on rm_tag_controls to account for collapsed tag lists. 2025-07-23 13:10:57 +09:00
RossAscends b2cae4032c Make charlist tag filter list scrollable 2025-07-23 13:01:53 +09:00
Cohee afa3261746 Redesign Creator's Note block (#4298)
* Restyle creator's notes block

* Creator Notes to standoutHeader styling, allows for viewing Note without hiding chardefs

* Fix closing tag

* Remove stray close tag

* Adjust spoiler-free mode toggle

* Make the whole toggle area clickable

* Remove redundant comment

* Add empty state for creator's notes

* Adjust paddings

* Update public/index.html

Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com>

---------

Co-authored-by: RossAscends <124905043+RossAscends@users.noreply.github.com>
Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com>
2025-07-23 00:08:56 +03:00
Cohee 0bfb5e1302 Update config.yaml 2025-07-22 23:34:41 +03:00
Cohee 9698c78725 Fix index.html formatting 2025-07-22 20:00:50 +03:00
Cohee 7429726eb1 Remove Window AI from CC sources (#4294) 2025-07-22 19:45:54 +03:00
Cohee 6217ea9888 Navbar: Do not wait for animation duration if it's zero 2025-07-21 21:11:16 +03:00
Cohee d070982ad7 Bump multer field size limit
Closes #4291
2025-07-21 20:26:18 +03:00
Cohee bec05909eb STscript: fix REPLACE_GETVAR with non-lowercase {{getvar}} 2025-07-21 04:02:09 +03:00
Cohee 4177c829d1 Add default global scan data for checkWorldInfo 2025-07-21 01:58:26 +03:00
Cohee 5d56992ea8 Feat/global install (#4289)
* Update npm dependencies

* Add global paths mode
Closes #4209

* Update src/command-line.js

Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com>

* Async => Promise.resolve

* Remove unnecessary Promise.resolve()

---------

Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com>
2025-07-21 00:24:49 +03:00
Cohee 5f32fba499 Increase padding of rm fixed top 2025-07-20 00:25:13 +03:00
Cohee c292f64163 Add generation type triggers to world info (#4286)
* Add generation type triggers to world info

* Simplify includes check

* Refactor getEntryField validation and default value handling

* Remove invalid attribute

* Check for a valid trigger
2025-07-20 00:22:54 +03:00
Cohee 786d8f43db Merge branch 'release' into staging 2025-07-19 21:07:36 +03:00
Cohee 8f2a194617 [chore] Only HIGH priority comments 2025-07-19 21:05:22 +03:00
Cohee 192236f8dd Add config for jeremy code assist 2025-07-19 21:02:16 +03:00
Cohee fb86dedf29 Show controls when editing compact messages 2025-07-18 22:10:09 +03:00
Cohee 4fd39e8ad3 Improve right menu kbd nav when no char is selected 2025-07-18 22:03:43 +03:00
Cohee c6fe918556 Update .text_muted styles for improved readability and theme consistency 2025-07-18 21:18:00 +03:00
Cohee 043e3bfc50 Make rm_button_bar wrap 2025-07-18 20:55:57 +03:00
Cohee ba12b32a1f Characters list top panel touchup (#4282)
* Move search bar under buttons
Closes #4275

* Remove horizontal rules from right menu

* Add toggle for search form

* Add container for extension rm buttons

* Be square or be there

* Adjust font sizes

* Square enlargement program

* Adjust margins

* Remove margin from pagination outlet buttons

* Adjust margin on tag controls

* Collapse 1px margins

* Update public/script.js

Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>

* Remove variable assignment

---------

Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
2025-07-18 20:01:44 +03:00