Commit Graph

2053 Commits

Author SHA1 Message Date
kwaroran
6f627c9bfe Add translate no attrb 2024-04-08 05:45:08 +09:00
ModMapper
7f7d469606 Fixed a bug caused by the Content-Encoding header returned from the server in some environments 2024-04-08 01:09:46 +09:00
kwaroran
ba5c210463 Revert loadpages behavior dude to bugs 2024-04-07 10:28:27 +09:00
kwaroran
93c2e0c04c Update version to 1.93.3 2024-04-07 09:49:31 +09:00
kwaroran
c2b3cec3bb Make page load chunk by 10 for performance and add id checking 2024-04-07 09:48:03 +09:00
kwaroran
1b868ca579 Update version to 1.93.2 2024-04-06 06:11:58 +09:00
kwaroran
a4817dd0cb Fix reader.closed check in requestChatDataMain function 2024-04-06 06:11:27 +09:00
kwaroran
ae1d84ead5 Update loadPages value in DefaultChatScreen.svelte and fix request 2024-04-06 06:11:04 +09:00
kwaroran
a7c7d04f53 Update version to 1.93.1 2024-04-06 05:46:13 +09:00
kwaroran
b61baaa4ae Add antiClaudeOverload option 2024-04-06 05:45:16 +09:00
kwaroran
ad951bd045 Update version to 1.93.0 2024-04-05 21:58:42 +09:00
kwaroran
55bbee0281 Refactor nested block handling in parser.ts 2024-04-05 21:52:18 +09:00
kwaroran
d3fda71621 Add emotionlist and assetlist functions to parser.ts 2024-04-05 21:47:39 +09:00
kwaroran
8c5dd7553c Add range cbs 2024-04-05 21:43:54 +09:00
kwaroran
f22694cb5c Change history cbs behavior 2024-04-05 21:42:03 +09:00
kwaroran
88ce3a4436 Add update option to realm 2024-04-05 21:37:39 +09:00
kwaroran
0462d731e7 remove console.log 2024-04-05 21:33:43 +09:00
kwaroran
ea58cf81db Fix bug in parser.ts for handling nested blocks 2024-04-05 21:31:02 +09:00
kwaroran
a4c60707af add each statement and fix nested blocks 2024-04-05 21:30:31 +09:00
kwaroran
e795145c5d Refactor if handling 2024-04-05 20:28:13 +09:00
kwaroran
74c5b5a8d6 Update version to 1.92.0 2024-04-04 06:56:41 +09:00
kwaroran
9d55f61230 Add 'remaind' function to calculate remainder 2024-04-04 06:52:20 +09:00
kwaroran
d7f0892c14 Add datetimeformat function to parser.ts 2024-04-04 06:51:14 +09:00
kwaroran
63657a9252 Fix blockStartMatcher function to handle nested blocks 2024-04-04 06:30:33 +09:00
kwaroran
2a3f0830ce Add support for creating arrays in the matcher function 2024-04-03 23:15:17 +09:00
kwaroran
0319f705c4 Add array cbs 2024-04-03 23:14:28 +09:00
kwaroran
f35e3e6fd3 Update version to 1.91.0 2024-04-03 20:08:51 +09:00
kwaroran
5a4a1d7071 Fix incorrect condition in parser.ts 2024-04-03 19:56:37 +09:00
kwaroran
3c568b5287 Fix name in parser.ts 2024-04-03 19:55:04 +09:00
kwaroran
d302aaa79f Add date and time formatting cbs 2024-04-03 19:47:26 +09:00
kwaroran
6a9d88e525 remame time and date cbs to message_time and message_date 2024-04-03 19:37:33 +09:00
kwaroran
1c3c3cc16d Add new cbs to the parser.ts file 2024-04-03 19:36:27 +09:00
kwaroran
8f8441e529 make parse block to trim leading and trailing whitespace in parse function 2024-04-03 19:19:15 +09:00
kwaroran
28d4ee93cf Refactor blockEndMatcher function to use switch statement 2024-04-03 19:18:28 +09:00
kwaroran
9d90901223 Remove trim() function call in parse-pure 2024-04-03 19:17:39 +09:00
kwaroran
2ad8d0e105 Add parse pure and fix statements 2024-04-03 19:15:41 +09:00
kwaroran
4eef895588 Merge branch 'main' of https://github.com/kwaroran/RisuAI 2024-04-03 19:13:02 +09:00
kwaroran
6e8c818ed5 Trim whitespace in blockEndMatcher function 2024-04-03 19:12:59 +09:00
kwaroran
f97deccb02 Add pick and pow CBS 2024-04-03 19:12:48 +09:00
kwaroran
aa3f0d2413 Fixing the issue with quote escape when serializing strings in JSON i… (#334)
…n DeepLX.

# 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

Fix the issue of escape characters in quotes caused by unnecessary JSON
serialization of translation strings in DeepLX.
2024-03-30 02:35:07 +09:00
kwaroran
033ade5cc1 Update version to 1.90.1 2024-03-30 02:34:51 +09:00
kwaroran
70d68bf8fe Fix scriptstate assignment in processCommand function 2024-03-30 02:34:34 +09:00
kwaroran
6e930dc84f Forgot to fix version 2024-03-29 20:41:12 +09:00
kwaroran
2cfa373a48 Update version to 1.90.0 2024-03-29 20:40:59 +09:00
kwaroran
aee17205ed Add error handling 2024-03-29 20:36:05 +09:00
kwaroran
3ae75f3e5c Add string manipulation functions to parser.ts 2024-03-29 18:15:17 +09:00
kwaroran
86400dffe3 Update version to 1.89.0 2024-03-28 18:42:56 +09:00
kwaroran
00e86527ce fix trigger variable handling in triggers.ts 2024-03-28 18:37:32 +09:00
kwaroran
25696c8d60 Refactor variable handling in parser.ts 2024-03-28 18:33:48 +09:00
kwaroran
9ad8262eb6 Refactor command processing logic and add new commands for variable manipulation 2024-03-28 18:27:18 +09:00