Return to old id for delete
Commits
main2025-03-23
b9c57035
Revert non-rename changes
Clean-up changes diff
Add error handling to accessing disk cache Fixes #3747
Merge pull request #3737 from qvink/stagingSigned
removing whitespace trimming in trimWrongNames block
Add no select style to select2-dropdown Fixes #3745
fix group chid data attr
Merge pull request #3746 from InspectorCaracal/patch-1Signed
Merge pull request #3744 from bmen25124/updateEditor_export_new_parmSigned
fix group chid data attrSigned
Exported reloadEditor
2025-03-22
the cooler ternary
adding missing colon
Adding missing doc string
Reverting cleanUpMessage() functionality changes.
Merge branch 'release' into staging
Fix TogetherAI models list
Merge pull request #3732 from SillyTavern/disk-cacheSigned
Merge branch 'staging' into disk-cache
Merge pull request #3742 from bmen25124/custom_request_streamSigned
Refactor getStreamingReply to use nullish coalescing for show_thoughts
Refactor DiskCache to use a synchronization queue and update cache key generation
Merge pull request #3743 from BrendanMcCauley/3710Signed
2025-03-21
Fix activatePooledorder()
Increase cache clean-up interval
Optimize cache verification
Fix cache removal queue processing
Try fix linter with explicit permissions
Sorry we don't know why lint didn't work
Better overrideShowThoughts value
Changed options type
Better naming
formatting
cleanUpMessages() now uses object args. Adding option to trim names.
Added stream support to "custom-request"
Update readme.mdSigned
removing redundant .indexOf(). Adding extra length to account for the colon.
Fix for removal of "{{user}}:" from generations
2025-03-20
2025-03-19
Make it return empty array on cancel
Remove debug log
Refactor cache entry removal to use Set for removalQueue
Implement cache entry removal queue in diskCache
Add cache validation func to startup
Enable disk cache by default
Disable TTL on disk cache