Commit Graph

3587 Commits

Author SHA1 Message Date
kwaroran
f5abdad334 Add fixed chat textarea option to AccessibilitySettings (#809)
# PR Checklist
- [ ] Have you checked if it works normally in all models? *Ignore this
if it doesn't use models.*
- [ ] Have you checked if it works normally in all web, local, and node
hosted versions? If it doesn't, have you blocked it in those versions?
- [ ] Have you added type definitions?

# Description
This pull request introduces the following changes:
- Adds a new "fixedChatTextarea" option to control the positioning of
the chat window text area.
- Modifies Shift+Enter functionality to align with updated input
handling requirements.

To be honest, I'm not entirely sure if this approach is correct. Since
I've developed with React and Next.js, I'm still a beginner when it
comes to Vite. But as a PC user, I think this method will be convenient
to use.
2025-04-08 19:20:37 +09:00
kwaroran
b11b400aaa feat: Lua trigger getGlobal(Chat)Var (#810)
# PR Checklist
- [ ] Have you checked if it works normally in all models? *Ignore this
if it doesn't use models.*
- [x] Have you checked if it works normally in all web, local, and node
hosted versions? If it doesn't, have you blocked it in those versions?
- [x] Have you added type definitions?

# Description
Allow usage of {{getglobalvar::}} equivalent in Lua trigger script

Further on, setting the global variable is the next scope to be
implemented.
2025-04-08 19:20:26 +09:00
Inha Hwang
c21dd9e755 fix: wrong type 2025-04-08 06:02:07 +09:00
Inha Hwang
31a480643b feat: luascript getGlobal(Chat)Var support
setGlobal(Chat)Var needs to be studied too.
2025-04-08 06:01:12 +09:00
YH_KIM
4c47480b7e Add fixed chat textarea option to AccessibilitySettings
Additionally, change 'send to center' to 'send to shift center'
2025-04-06 16:37:29 +09:00
Bo26fhmC5M
e8b93dba41 fix: handle similarity search error in HypaV3 2025-04-05 17:01:19 +09:00
Bo26fhmC5M
cf48e56082 fix: check empty summarization result in HypaV3 2025-04-05 16:24:16 +09:00
bangonicdd
2f425b7084 fix: code readability slightly 2025-04-05 05:38:41 +09:00
bangonicdd
20e3e9297d fix: change cache timing after lua trigger 2025-04-05 04:59:46 +09:00
sub-hub
a32e670108 reduce max tokenize cache size 2025-04-03 12:17:01 +09:00
bangonicdd
1867ea473d fix: increase regex cache size 2025-04-03 11:52:50 +09:00
sub-hub
99efcc5f23 Remove md5 function from getHash 2025-04-03 10:28:40 +09:00
sub-hub
4df80bf98b remove log for check caching 2025-04-02 22:34:22 +09:00
sub-hub
c553478a78 Refactor: caching tokenize result 2025-04-02 22:01:01 +09:00
kwaroran
ea570787c2 fix: 'previous_chat_log' cbs (#801)
# PR Checklist
- [ ] Have you checked if it works normally in all models? *Ignore this
if it doesn't use models.*
- [ ] Have you checked if it works normally in all web, local, and node
hosted versions? If it doesn't, have you blocked it in those versions?
- [ ] Have you added type definitions?

# Description
It appears that the `previous_chat_log` cbs currently behaves
differently than described in the documentation.

Thank you for your time.
2025-04-02 21:24:41 +09:00
bangonicdd
df4f83eaa7 refactor: regex caching 2025-04-02 14:30:23 +09:00
bangonicdd
72e47afb49 fix: add null check on module integration for legacy preset 2025-04-02 02:45:51 +09:00
bangonicdd
88fd4ffaeb fix: 'previous_chat_log' cbs 2025-04-01 13:10:04 +09:00
kwaroran
9e00c9b17a Add gettokens API 2025-03-27 19:21:31 +09:00
kwaroran
58f1cb4fcc Add tokenize trigger 2025-03-27 19:19:59 +09:00
kwaroran
02401d4d09 Add igp prompt 2025-03-27 19:13:10 +09:00
kwaroran
294b0e2a52 Add 2.5 pro 0325 2025-03-26 20:53:16 +09:00
kwaroran
6020a92725 Bump version to 158.2.0 in configuration and related files 2025-03-26 20:49:13 +09:00
kwaroran
1b3b0e14d6 Add gemini 2.5 exp 2025-03-26 20:46:34 +09:00
kwaroran
605489143d Add abortsignal to request 2025-03-26 20:43:34 +09:00
kwaroran
0d1260e7aa Fix deepseek chat 2025-03-25 13:39:21 +09:00
kwaroran
1b8adc11b9 Imptove sneaky 2025-03-24 17:25:17 +09:00
kwaroran
50842d5829 Add abort signal handling to request functions 2025-03-24 17:02:42 +09:00
kwaroran
669d677efd Add targ.key 2025-03-24 16:58:24 +09:00
kwaroran
cd9d81e405 Add da fallback 2025-03-24 16:53:39 +09:00
kwaroran
fe88f0ddb7 Add nullish operator to cohere 2025-03-24 16:47:48 +09:00
kwaroran
fe60cdcbda Merge branch 'main' of https://github.com/kwaroran/RisuAI 2025-03-24 14:43:43 +09:00
kwaroran
ff2790ee7f Fix hotkey 2025-03-24 14:43:39 +09:00
Kwaroran
0aff87252b Bump application version to 158.1.0 2025-03-23 16:48:16 +09:00
Kwaroran
6bd0794a4d Add new vertex providers 2025-03-23 16:47:52 +09:00
Kwaroran
1640157801 Fix customurl 2025-03-23 16:42:41 +09:00
Kwaroran
1d40c9aeac Enhance reverse_proxy handling to support custom model parameters 2025-03-23 16:36:46 +09:00
Kwaroran
66813cc63c Bump application version to 158.0.0 2025-03-23 16:23:39 +09:00
Kwaroran
e22f8b140d Add state 2025-03-23 16:21:36 +09:00
Kwaroran
30936c76e3 Add sneaky 2025-03-23 16:21:24 +09:00
Kwaroran
3535c29c10 Add custommodel 2025-03-23 15:21:31 +09:00
Kwaroran
bcb8a28034 Bump application version to 157.0.1 2025-03-23 14:03:42 +09:00
Kwaroran
a717510d07 Fix fallbackmodel 2025-03-23 14:02:34 +09:00
Kwaroran
19c7097720 Bump application version to 157.0.0 2025-03-22 21:26:08 +09:00
Kwaroran
9ed6d20994 Add array fallback 2025-03-22 21:18:59 +09:00
Kwaroran
e895900376 Merge branch 'main' of https://github.com/kwaroran/RisuAI 2025-03-22 19:09:47 +09:00
Kwaroran
38472af4b8 Add await in translateLLM 2025-03-22 19:09:42 +09:00
kwaroran
c1aa28f669 Bump application version to 156.0.0 2025-03-21 13:51:42 +09:00
kwaroran
9fd188f235 Add new hotkey functionalitys 2025-03-21 10:28:10 +09:00
shirosaki-hana
1a2e44f9ae Update Generate Certificate.sh 2025-03-20 16:38:53 +09:00