Commit Graph

17 Commits

Author SHA1 Message Date
ed875ec77d Update index.js
Added new translateProvider: Lingva Translate
2024-01-31 22:42:28 +04:00
45f6cb0fa8 Add chunked translate for long messages 2023-12-22 00:05:23 +02:00
5f1bed1e70 Enable object-curly-spacing lint 2023-12-04 12:32:41 -05:00
a37f874e38 Require single quotes 2023-12-02 13:04:51 -05:00
c893e2165e Enable no-prototype-builtins lint 2023-12-02 12:10:31 -05:00
df4ca46c02 Save chat id between received and rendered event for safety (blip extension allow multiple message received before one is rendered). Added export in translate extension for usage in blip extension. 2023-10-09 01:26:57 +02:00
0b8295926e add bing translate 2023-10-06 15:51:04 +03:00
0033090a93 Idle Response / Continuous Generation (#1132)
* Initial idle stuff

* Much closer, can now quietly send as user to get a char response.

* Tweaks

* Better, reset the count of getting a message back, don't send while prompt is waiting.

* Allow selecting who is being prompted

* Comments and cleaup

* Remove char name for the moment (needs something here probably)

* Add random time period and "Always add character's name to prompt" respect

* Tooltips

* Load/unload listeners

* Reduce log spam

* Add inline prompt inclusion

* Add full loud prompting

* Comments

* Fix instruct newline (I think)

* Don't reset count on continue

* add quietToLoud for script.js

* add quietToLoud for slashcommands.js

* Keep instruct directives

* Removed some logging, don't do the Novel formatting if Q2L

* Logspam begone.

* Removed a bit more logging

* Add alignment style

* Reformat files. Add comments

* Reorder extensions

* Fix repeat logic to prompt once then only repeat the number specified

* Make repeat count more clear

---------

Co-authored-by: RossAscends <124905043+RossAscends@users.noreply.github.com>
Co-authored-by: Cohee <18619528+Cohee1207@users.noreply.github.com>
2023-09-17 22:00:10 +03:00
09fc42a787 Lock extensions display order in top and context menus 2023-09-13 01:40:01 +03:00
d19c151669 Add DeepLX translation provider #1111 2023-09-10 18:53:52 +03:00
70071312d3 Add OneRingTranslator #521 2023-09-10 17:27:50 +03:00
ec23356c99 Move translation endpoints into a separate file 2023-09-10 16:41:36 +03:00
fe64597a23 LibreTranslate URL Example 2023-09-05 23:30:58 +03:00
de905875c4 LibreTranslate 2023-08-26 20:47:25 +03:00
e77da62b85 Add padding to cache key. Fix Safari display issues. Fix 400 on empty translate. Reset bias cache on changing model. 2023-08-23 10:32:48 +03:00
fd95b79ae9 Fix auto-translate plugin. Add new event types for post-rendering 2023-08-22 22:45:12 +03:00
edd41989fd Initial commit 2023-07-20 20:32:15 +03:00