Commit Graph

934 Commits

Author SHA1 Message Date
kwaroran
5de39837ed Add CodeMirror based Highlighted editor (#325)
# PR Checklist
- [ ] Did you check if it works normally in all models? *ignore this
when it dosen't uses models*
- [ ] Did you check if it works normally in all of web, local and node
hosted versions? if it dosen't, did you blocked it in those versions?
- [ ] Did you added a type def?

# Description

![highlightedEditor](https://github.com/kwaroran/RisuAI/assets/18527479/17aa1b99-39b8-48c4-98b4-0c0e20dc1a44)

I have added an editor and settings that highlight asterisks, quotes,
and backticks, similar to AutoMark, using a CodeMirror-based editor.

1. Added the CodeMirror5 package
2. Added language and settings for "useAdvancedEditor"
3. Wrote AdvancedChatEditor.svelte

Thank you for your hard work on the project.
2024-03-25 02:26:22 +09:00
testman
1d2d71db48 deeplX function added 2024-03-24 19:44:55 +09:00
kwaroran
e78dfe2a21 Update version to 1.87.2 2024-03-24 19:40:59 +09:00
kwaroran
dde5e66954 Update version to 1.87.1 2024-03-24 19:09:49 +09:00
ModMapper
580cd3e1a7 Add CodeMirror based Highlighted editor 2024-03-23 18:41:36 +09:00
kwaroran
d69b54e335 Update version to 1.87.0 2024-03-21 03:35:52 +09:00
kwaroran
82e5e48ae3 Add height mode option to advanced settings 2024-03-21 03:32:43 +09:00
kwaroran
495dd64eb7 Make request GET method and fix fullscreen 2024-03-21 03:27:22 +09:00
kwaroran
5bede2b90a Change Reverse proxy name to Custom and add additionalParams 2024-03-20 21:02:34 +09:00
kwaroran
ef811b5b57 Bump version to 1.86.1 2024-03-19 23:02:58 +09:00
kwaroran
784d9c8cd1 Make plain fetch to not log dude to errors 2024-03-19 18:43:23 +09:00
kwaroran
573fd8c2df Update version to 1.86.0 2024-03-19 15:22:01 +09:00
kwaroran
31856a9c48 Add generation info viewer 2024-03-19 14:50:48 +09:00
kwaroran
eddd7afa3c Add AppendableBuffer class and modify pipeFetchLog function 2024-03-19 12:32:04 +09:00
kwaroran
5963513925 implement fetch log for streamed responses 2024-03-19 03:02:17 +09:00
kwaroran
bdfdf5141a Add request info inside chat feature 2024-03-19 02:43:39 +09:00
kwaroran
b45e075b0f Bump to 1.85.0 2024-03-18 00:28:13 +09:00
kwaroran
1954a79bd0 move transformers.ts 2024-03-17 23:55:55 +09:00
kwaroran
1e1a075c1a Update version to 1.84.0 2024-03-17 17:57:30 +09:00
kwaroran
049cd1e5a6 Remove checkOldDomain function 2024-03-17 17:57:08 +09:00
kwaroran
b13376f446 add new cbs 2024-03-17 17:54:53 +09:00
kwaroran
f219ee1b09 Update version to 1.83.1 2024-03-16 15:33:53 +09:00
kwaroran
85ac780282 Update version to 1.83.0 2024-03-16 14:58:56 +09:00
kwaroran
665d573610 Fix error handling in fetchNative function 2024-03-16 14:58:27 +09:00
kwaroran
c46744f4e4 Add navigationUI option to requestFullscreen() 2024-03-15 11:04:25 +09:00
kwaroran
630555fdef Refactor toggleFullscreen function to handle fullscreen API compatibility 2024-03-15 10:58:50 +09:00
kwaroran
c8434e7704 Add trimNonLatin function to trim non-Latin characters from chara.desc 2024-03-15 08:20:14 +09:00
kwaroran
36614e8fef Update version to 1.82.3 2024-03-15 07:56:58 +09:00
kwaroran
aad072294e Add fullscreen icon on the front mage 2024-03-15 07:56:38 +09:00
kwaroran
a8a83475e3 Update version to 1.82.2 2024-03-14 06:25:59 +09:00
kwaroran
31da44d310 Add Native streamed http functionality 2024-03-09 05:53:30 +09:00
kwaroran
17a7905b11 make tauri fetchNative wait until init 2024-03-08 04:11:48 +09:00
kwaroran
7be4fa7a02 Update version to 1.82.1 2024-03-07 23:11:10 +09:00
kwaroran
bc1a73793d Update version to 1.82.0 and add patch notes for 1.82 2024-03-06 22:19:37 +09:00
kwaroran
826eac60d1 Add native rust streamed fetch implementation 2024-03-06 21:49:32 +09:00
kwaroran
0117fab49c Update version to 1.81.1 2024-03-06 03:11:13 +09:00
kwaroran
65ea30bde1 Update version to 1.81.0 2024-03-05 02:44:47 +09:00
kwaroran
a57399dda3 Update version to 1.80.0 2024-03-05 02:01:24 +09:00
kwaroran
313739b835 Update version to 1.79.3 2024-03-05 01:40:24 +09:00
kwaroran
0773b090bc Update version to 1.79.2 2024-03-05 01:08:05 +09:00
kwaroran
f2686c856b Update version to 1.79.1 2024-03-04 22:23:49 +09:00
kwaroran
fbb53fcc61 Update version numbers 2024-02-26 23:13:51 +09:00
kwaroran
01201511c2 Update version to 1.78.7 2024-02-25 17:01:30 +09:00
hashcoko
d0569b29cb Code updates due to NAI API changes and feature additions. 2024-02-22 11:06:42 +09:00
kwaroran
1bba5c67dc Update version to 1.78.6 2024-02-19 14:25:51 +09:00
kwaroran
f3a1951e1b Add init value for persona large portrait (#290)
# PR Checklist
- [x] Did you check if it works normally in all models? *ignore this
when it dosen't uses models*
- [x] Did you check if it works normally in all of web, local and node
hosted versions? if it dosen't, did you blocked it in those versions?
- [x] Did you added a type def?

# Description
It seems I missed this in previous pull request..
2024-02-13 13:26:43 +09:00
kwaroran
54e19729d5 Update version to 1.78.5 2024-02-13 13:26:18 +09:00
kwaroran
aa320988b0 Add persistent storage feature 2024-02-13 13:20:38 +09:00
kwaroran
ba2659c349 Update version to 1.78.4 2024-02-11 05:04:56 +09:00
kwaroran
9036e49a70 Update version to 1.78.3 2024-02-09 01:14:57 +09:00