Commit Graph

2028 Commits

Author SHA1 Message Date
kwaroran
4f6dc56eff Refactor startObserveDom function to use a while loop instead of MutationObserver for better performance 2024-04-10 10:59:05 +09:00
kwaroran
ff089e658f Added button to trigger script 2024-04-10 10:51:34 +09:00
kwaroran
3d7d34334c Update trigger button functionality and remove unused code 2024-04-10 10:34:45 +09:00
kwaroran
1a750dc6c6 Add trigger effects and conditions 2024-04-10 10:19:10 +09:00
kwaroran
1a2da8224e Support cbs in trigger 2024-04-10 09:46:06 +09:00
kwaroran
0d57392feb Add Command for trigger 2024-04-10 09:36:28 +09:00
kwaroran
410eaf6de1 Fix triggerscript and commands 2024-04-10 09:25:26 +09:00
kwaroran
de04450aba Add GPT-4 Turbo model and update model names 2024-04-10 07:36:42 +09:00
kwaroran
cfd083ec87 Update version numbers to 1.93.7 2024-04-10 07:33:20 +09:00
kwaroran
b095286b3e Add GPT-4-Turbo and latest models 2024-04-10 07:33:05 +09:00
kwaroran
b52c54da05 Update version numbers to 1.93.6 2024-04-09 05:50:35 +09:00
kwaroran
28241011cf Add model support 2024-04-09 05:49:01 +09:00
kwaroran
86c0e366cc Fix SupaMemory error handling in supaMemory.ts 2024-04-09 03:55:16 +09:00
kwaroran
def1b5f788 Fix BroadcastChannel reference in globalApi.ts 2024-04-08 23:51:04 +09:00
kwaroran
20b268aa1b Update BroadcastChannel name in globalApi.ts 2024-04-08 23:48:54 +09:00
kwaroran
653fb6fa9f Refactor tab activation handling in saveDb function 2024-04-08 23:46:34 +09:00
kwaroran
8d094d5b66 Add supamemory max chunk size and remove deprecated 2024-04-08 23:42:30 +09:00
kwaroran
74385237ab Update BroadcastChannel name in globalApi.ts 2024-04-08 22:04:43 +09:00
kwaroran
aead67be97 Add language string for activeTabChange 2024-04-08 22:03:56 +09:00
kwaroran
4e8e6a6f70 Add alertNormalWait function to alert.ts and handle tab activation in saveDb function 2024-04-08 22:00:20 +09:00
kwaroran
e65785b225 Refactor logical operators in parser.ts for better readability and consistency 2024-04-08 10:09:42 +09:00
kwaroran
c6fbe7f58b Update version to 1.93.4 2024-04-08 06:57:32 +09:00
kwaroran
3f96cf044d Merge branch 'main' of https://github.com/kwaroran/RisuAI 2024-04-08 06:53:40 +09:00
kwaroran
e57abcd3e5 Update special days 2024-04-08 06:53:38 +09:00
kwaroran
d297110c23 Fixed the 'failed to fetch', 'Decoding failed' errors occurring in some environments in NodeJS (#348)
# 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
Fixed a bug caused by the "Content-Encoding" header returned from the
server in some environments in the Risu environment of the NodeJS
server.
In reality, the server does not return compressed data, but the issue
arises from sending that header.
2024-04-08 06:34:08 +09:00
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