chat-templates: reorder by version and add missing templateSigned
Commits
feat/multi-feature-pack2025-05-12
644b988b
2025-05-11
Permanent assistant autocreation and temporary chat restore
Temp chat button works
Adjust element alignments
Fix long date title
Add line-clamp to recent chats list
Prevent reopening an already open recent chat
Add shortcuts to welcome prompt
[wip] Welcome screen prototype
Pollinations - Text (#3985)Signed
Refactor firstLoadInit to include initCustomSelectedSamplers and addDebugFunctions
Handle unknown chat completion sources gracefully by logging an error and returning an empty string
Refactor sequence breaker parsing in getTextGenGenerationData function
Merge pull request #3986 from 50h100a/pr_xtcdrySigned
2025-05-10
Mancer parameters: - Add XTC - Add DRY - Remove Mirostat
Install jimp plugins explicitly
Prompt Manager: add source display of pulled prompts (#3981)Signed
Merge pull request #3983 from cloak1505/stagingSigned
Actual copy and pasteSigned
Update and alphabetize OpenRouter providers list
2025-05-09
2025-05-08
xAI: fix model not saving to presets
Merge pull request #3971 from SillyTavern/ccllaauuddeeSigned
DeepSeek: don't send empty required arrays in tool definitions
Claude: add web search tool, adjust prefill voiding Closes #3968
Claude: "Auto" effort = no thinking
2025-05-07
Merge pull request #3964 from SillyTavern/click-to-editSigned
mistral-medium-2505
Regex: add export buttons for global and scoped scripts
Migrate old preference for "click to edit" setting based on chat display style
Regex: allow multiple definitions in a single file
2025-05-06
Merge pull request #3961 from DocShotgun/stagingSigned
Remove special handling of nsigma for llama.cpp * 0 now changed to disable/no-op upstream
Decouple "click to edit" from document mode
Merge pull request #3963 from sirius422/stagingSigned
Translate nsigma 0 to -1 to disable for llama.cpp
Add support for gemini-2.5-pro-preview-05-06
Remove tfs_z alias for llama.cpp * This sampler is no longer supported in llama.cpp
Update llama.cpp textgen settings * Add min_keep, a llama.cpp-exclusive setting for constraining the effect of truncation samplers * Enable nsigma for llama.cpp, and add llama.cpp alias top_n_sigma, add nsigma to the llama.cpp sampler order block * Allow a negative value of nsigma as this represents 'disabled' in llama.cpp (while 0 is deterministic) * Remove tfs and top_a as these are not supported by llama.cpp (tfs was removed, and top_a was never supported) * Correct the identification string for typical_p in the llama.cpp sampler order block * Add penalties to the llama.cpp sampler order block