Commit Graph

10652 Commits

Author SHA1 Message Date
Cohee 192236f8dd Add config for jeremy code assist 2025-07-19 21:02:16 +03:00
Cohee f1d6a2e6c9 Fix npm audit 2025-07-18 01:35:46 +03:00
Cohee a64aae3edf Fix recover.js script 2025-07-17 13:49:15 +00:00
Cohee 31e7c65397 Downgrade webpack to 5.98.0 2025-06-28 16:29:24 +03:00
Cohee 12a54d901e WI: exclude characterFilter fields from new entry template 2025-06-25 10:38:08 +00:00
Cohee 06db0c15db Scope webpack cache by version 2025-06-24 12:58:43 +00:00
Cohee a2efd8792c Merge pull request #4189 from SillyTavern/staging
Staging
2025-06-22 18:15:27 +03:00
Cohee fb46343b85 Clarify title for WEBP bg anims toggle 2025-06-22 17:01:52 +03:00
Cohee 4376d66b33 Add timeout to extensions auto-update 2025-06-22 16:28:29 +03:00
Cohee 9014a2e3d3 1.13.0 => 1.13.1 2025-06-22 16:13:16 +03:00
Cohee 5605265862 Google: Fix image generation on deprecated models 2025-06-21 23:54:36 +03:00
Cohee 0677777a74 Fix AI Studio image generation params 2025-06-21 23:38:26 +03:00
Wandering Mouse 116bef6c9f Add support for characterFilter to getEntryField and setEntryField (#4185)
* Add support for characterFilter to getEntryField and setEntryField

* No more conflicts between lint and autoformat

* Fix array type default values hint

* Properly capitalize name

* Fix search by name

---------

Co-authored-by: Cohee <18619528+Cohee1207@users.noreply.github.com>
2025-06-21 22:10:56 +03:00
Cohee 40f10d7d38 TTS: Add registerTtsProvider function export 2025-06-20 23:37:36 +03:00
Cohee 1786e641f7 Image Generation: save modified prompt on image swipe gen 2025-06-20 20:56:58 +03:00
Cohee 2d28f5cdaf Google: Add Imagen image generation 2025-06-20 20:44:21 +03:00
Cohee 14831ac5df Display local TZ name 2025-06-20 15:38:53 +00:00
Cohee 7a84563add Display local date of git HEAD 2025-06-20 08:20:42 +00:00
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