Cohee
f78be0897e
Merge pull request #4178 from imesha10/staging
...
Make back to parent chat button faster (PR for #4177 )
2025-06-18 21:58:18 +03:00
Cohee
def10929d2
Optimize performance of getExistingChatNames
2025-06-18 20:08:07 +03:00
Cohee
1ee3081b5d
Docker: Update Alpine version
2025-06-18 08:40:54 +00:00
I
224a961c1c
back to parent chat fix eslint fix
2025-06-18 08:27:51 +00:00
I
fa38543b1a
back to parent chat speed up by not checking for file and if there is an error or no file then send a warning.
2025-06-18 02:56:18 -05:00
Cohee
e657b61df7
New Jeremy 2.5
2025-06-18 00:09:50 +03:00
Cohee
ec428fd82f
Export resolveSecretKey
2025-06-17 23:37:39 +03:00
Cohee
c228de06a8
Copium for old Node 18
2025-06-17 22:01:57 +03:00
Cohee
dfe1cdee21
Fix type errors in regex extension
2025-06-16 23:06:58 +03:00
Cohee
195034637f
Fix browser launch on android
2025-06-16 22:56:01 +03:00
Cohee
3155de1886
Add section on common Docker issues and SELinux permissions
2025-06-16 22:45:13 +03:00
Cohee
c9d8a0ad44
Merge pull request #4170 from imesha10/staging
...
Regex bulkedit select all toggle button add
2025-06-16 22:22:52 +03:00
Cohee
7614e5e9fe
Reset toggle icon on render list
2025-06-16 22:20:42 +03:00
Cohee
412b0fce0f
Change icon on individual checkbox toggle
2025-06-16 22:19:58 +03:00
coffeegrind123
0a136cbb2a
Add Extension Hook for Stable Diffusion Prompt Processing ( #4167 )
...
* Update index.js
* Update index.js
* Update script.js
* Use a named constant in event emit
---------
Co-authored-by: Cohee <18619528+Cohee1207@users.noreply.github.com >
2025-06-16 21:48:38 +03:00
Cohee
3e03b9f0a2
Sort post-processing types into optgroups
2025-06-16 09:59:50 +00:00
Cohee
703e67399c
JSDoc types can be deceiving
2025-06-16 08:28:06 +00:00
powercaller
f302916b57
disabled vertexAI for now ( #4168 )
2025-06-16 10:26:20 +03:00
I
8cf30fd519
regex bulkedit select all button add
2025-06-15 23:04:33 -05:00
Cohee
51431b1a75
Include persona name in delete confirmation
...
Closes #4119
2025-06-15 23:09:09 +03:00
Cohee
13416dba7f
STscript: parse number operands with Number
2025-06-15 22:52:20 +03:00
powercaller
48f18cb74a
Feature: Google Native TTS ( #4163 )
...
* google native tts impl
* Refactor getting google auth data
* Bring back status json
* Native TTS => Gemini TTS
---------
Co-authored-by: Cohee <18619528+Cohee1207@users.noreply.github.com >
2025-06-15 16:58:01 +03:00
Cohee
8c8e4f032f
VertexAI: Deduplicate models list
2025-06-15 15:27:27 +03:00
Compass
083f92b2b2
Add region option for vertex express mode to access more models ( #4155 )
...
* add region option for vertex express mode to access more models
* add region option for vertex express mode to access more models
* fix: Consolidate duplicate 'vertexai_region' input
* feat: add vertex region suggestion datalist & update caption endpoint to correctly handle region
* Adjust global projectless Vertex endpoint
* Remove pointless slash trim
* Skill issue
---------
Co-authored-by: Cohee <18619528+Cohee1207@users.noreply.github.com >
2025-06-15 15:26:12 +03:00
Cohee
441dffc0da
Vectors: Allow chunk overlap when forced chunking on delimiter
2025-06-15 01:48:17 +03:00
Cohee
cb8fd4f663
Merge pull request #4162 from kingbri1/staging
...
More expression fixes for main API
2025-06-15 01:46:00 +03:00
kingbri
525b46daa0
Expressions: Change tooltip for LLM prompt
...
JSON schemas might need coercion from the user, so indicate that the
LLM prompt is appended in addition to the JSON schema.
Signed-off-by: kingbri <8082010+kingbri1@users.noreply.github.com >
2025-06-14 18:24:12 -04:00
kingbri
cc9f095aa7
Expressions: Set additionalProperties to false in JSON schema
...
Some backends use grammar constraints that allow additional properties
with the generated JSON schema, resulting in an incoherent and extremely
long JSON.
Set this to false so the model can generate what we need and nothing else.
Signed-off-by: kingbri <8082010+kingbri1@users.noreply.github.com >
2025-06-14 18:17:55 -04:00
Cohee
6445c8fec2
DeepSeek: Add tool calls for reasoner model
...
Fixes #4161
2025-06-15 00:12:03 +03:00
Cohee
34873024b0
xAI: Enable backend web search
...
Closes #4160
2025-06-14 23:46:08 +03:00
Cohee
363b07ab0b
Add try-catch to rename chat endpoint
2025-06-14 22:56:42 +03:00
Cohee
eced082571
Merge pull request #4157 from kingbri1/staging
...
Emotions: Use the full context for main API
2025-06-14 20:46:23 +03:00
Cohee
9efd40980f
Add prompt type selection for LLM expressions in settings
2025-06-14 20:01:59 +03:00
kingbri
e43e771cc5
Emotions: Use the full context for main API
...
To prevent prompt reprocessing per turn, use the full context
when prompting with the main API. Doing so keeps the preserved
prefix while adding an extra sentence rather than providing two
different prompts for each turn.
In addition, JSON schemas might need a prompt to coerce a proper
schema return from the model.
Signed-off-by: kingbri <8082010+kingbri1@users.noreply.github.com >
2025-06-13 21:55:02 -04:00
Cohee
e1130e7077
Fix npm audit
2025-06-13 22:59:40 +03:00
Cohee
fdf881d074
Increase slider number input width
2025-06-13 22:37:13 +03:00
Cohee
982dca58ba
Enable reasoning parsing for Pollinations and AIML
2025-06-13 21:46:41 +03:00
Dmitry
fece612f09
Merge pull request #4135 from D1m7asis/release
...
feat: Added AI/ML API Provider Support
2025-06-13 20:59:18 +03:00
Cohee
33b9370675
Merge pull request #4156 from RivelleDays/staging
...
Improve and Add Traditional Chinese Translations
2025-06-13 20:54:11 +03:00
Rivelle
5a62fc29f1
Update zh-tw.json
2025-06-14 01:13:35 +08:00
Rivelle
0af655b2f7
Improve and Add Traditional Chinese Translations
...
- Added missing Traditional Chinese translations for the latest version
- Improved existing Traditional Chinese translations for clarity, professionalism, and neutrality
- Also fixed an obvious error in the Simplified Chinese translation
2025-06-14 01:10:53 +08:00
RossAscends
de1b4a3770
range slider knobs match theme
2025-06-13 21:21:19 +09:00
RossAscends
603cbb5fb3
range sliders also respect theme colors
2025-06-13 15:53:16 +09:00
RossAscends
dd03724eb4
CSS: .right_menu_button respects theme colors, no longer forces greyscale
2025-06-13 15:36:47 +09:00
Cohee
87f618d15c
Rework browser launch functionality ( #4143 )
...
* Add browser selection to auto-launch
* Update readmes
* Update readme
* Display browser name in a console
2025-06-12 22:17:34 +03:00
Cohee
addfcade32
MistralAI: fix selection of endpoint provided models
2025-06-12 21:55:56 +03:00
Cohee
70eb34086e
AI Studio: fix saving null model id when selecting from Others list
2025-06-12 21:47:57 +03:00
Cohee
af3906e243
Change selector of chat-scoped <hr> #4144
2025-06-12 21:37:40 +03:00
Cohee
19d1bd29d4
Merge pull request #4150 from Yokayo/staging
...
Update ru-ru locale
2025-06-12 21:36:03 +03:00
Yokayo
f1720be017
Merge branch 'SillyTavern:staging' into staging
2025-06-13 01:13:17 +07:00