* Implement collection scopes for vector models
* Update makersuite-vectors.js to use Gemini API text-embedding-004 model
* Add model scope for Google vectors
* Fix purge log
* Refactor header setting
* Fix typo
* Only display UI warning if scopes disabled
* Remove i18n attribute
---------
Co-authored-by: ceruleandeep <83318388+ceruleandeep@users.noreply.github.com>
* Refactor instruct names behavior controls
Closes#2819
* Remove current persona from force names
* Don't add current user name in groups
* Revert to old text
* Add titles to names behavior
* Proper default for names_behavior
* initial commit
* dont hijack all ctrl keybinds
* change strikethrough bind, convert to subscribable class, target key textareas
* better early return, hotkey reversiblility
* possible undo solution, key checks to switch
* execCommand alternate, perfect Undo
* format full word when caret is in the middle of a word
* double backticks do nothing, dummy.
* ctrl+K for ....'K'ode snippet...
* remove console logs
* Add new hotkeys to help
* Allow hotkeys in message edit textarea
* add markdown hotkey help text
* help text addition to mention hotkeys work in message edits
* add markdown hotkeys to WI entry content box
* disengage if alt/win pressed, universal prevent default
* disengage if shiftKey pressed
* re-allow shift for one special case
* add MD hotkeys toggle in user settings
* add markdown enabled icon on relevant textareas when appropriate
* Add icon to help
* Uniform formatting
* Add opacity to icon
---------
Co-authored-by: Cohee <18619528+Cohee1207@users.noreply.github.com>
- Fix empty checkpoint name on mes click to auto generate
- Change /checkpoint-create to not require name and auto generate
- Fix popup input type returning empty string instead of null on empty input field