Cohee
70ff35b4c3
Use consistent icons
2024-09-07 21:11:06 +03:00
Cohee
00f6941e93
Fix review comments
2024-09-07 21:08:37 +03:00
Cohee
1af59f303f
Merge branch 'staging' into connection-manager
2024-09-07 20:57:06 +03:00
Wolfsblvt
7e64d216c3
Fix type not returning profile name
2024-09-07 19:32:58 +02:00
Cohee
4f5097915e
Merge pull request #2801 from bdashore3/staging
...
Index: Unlock DRY for tabbyAPI
2024-09-07 19:56:19 +03:00
Cohee
afd72f9f12
Unhide ban_eos_token for koboldcpp
...
Closes #2791
2024-09-07 19:46:47 +03:00
Cohee
c06b239e20
Add missing OpenRouter multimodal caption models
2024-09-07 19:43:25 +03:00
kingbri
d595f94fc7
Index: Unlock DRY for tabbyAPI
...
Supported in ExllamaV2's dev wheels.
Signed-off-by: kingbri <bdashore3@proton.me>
2024-09-07 12:40:26 -04:00
Cohee
3635d84d72
Add Gemini subversions to multimodal caption
2024-09-07 19:37:37 +03:00
Cohee
4fd7828a9b
Add /profile-get command
2024-09-07 17:13:32 +03:00
Cohee
065daa7599
Add commands to list, create, update profiles
2024-09-07 14:56:30 +03:00
Cohee
aa3cb62b4c
Fix /echo escapeHtml being false by default
2024-09-07 14:46:21 +03:00
Cohee
24e8077997
Fix /echo escapeHtml being false by default
2024-09-07 14:03:00 +03:00
Cohee
bcac8c065b
Add command for switching profiles
2024-09-07 13:58:46 +03:00
Cohee
6d9c64f38e
Add dynamic i18n to profile views
2024-09-07 13:36:21 +03:00
Cohee
c77c3d8f37
Extend quiet effect in /model
2024-09-07 13:36:21 +03:00
Cohee
4cd025cd7a
Extend quiet effect in /model
2024-09-07 13:30:26 +03:00
Cohee
e77f5a1c93
Set api-url with connection-manager
2024-09-07 13:24:56 +03:00
Cohee
f4da527d95
Merge branch 'staging' into connection-manager
2024-09-07 13:11:03 +03:00
Cohee
ed115d4e11
Add quiet argument to /api-url
2024-09-07 13:09:10 +03:00
Cohee
b4948ec842
Merge pull request #2799 from SillyTavern/bg-menu-title
2024-09-07 12:07:04 +03:00
Wolfsblvt
59fe361fa6
Update AI Horde links
2024-09-07 01:32:58 +02:00
Cohee
01b6ddbf8a
Merge pull request #2798 from SillyTavern/popup-command-styles
...
Expand `/popup` command and refactor a bit
2024-09-07 02:28:06 +03:00
Wolfsblvt
2385c5a59a
Change popup cancel result in command to empty str
2024-09-07 01:21:04 +02:00
Cohee
8f6fe384a8
Add title to BG menu
2024-09-07 01:35:36 +03:00
Cohee
916d73da4c
Display profile name in delete confirmation
2024-09-07 01:18:35 +03:00
Cohee
0019da260c
Use UUIDv4 for profile IDs
2024-09-07 01:12:53 +03:00
Wolfsblvt
43b08cdd64
Refactor /popup to actual booleans
...
- still supports on/off, no worries.
2024-09-06 23:56:26 +02:00
Cohee
d7011e8a11
Add i18n attributes
2024-09-07 00:41:48 +03:00
Cohee
c4aa79a8e1
Don't display toast on updating empty profile
2024-09-07 00:30:47 +03:00
Wolfsblvt
a3468db94e
Allow /popup to optionally return popup result
2024-09-06 23:29:18 +02:00
Cohee
4c4477098d
Fix saving null profiles
2024-09-07 00:27:52 +03:00
Cohee
7dc1c9f7ab
Add connection manager as a core extension
2024-09-07 00:23:42 +03:00
Wolfsblvt
e4e10c3d6b
/popup allow header arg, with sanitization
2024-09-06 23:14:52 +02:00
Wolfsblvt
a9c0dd38c7
Refactor /popup args and docs, add 'cancelButton'
2024-09-06 22:38:02 +02:00
Cohee
42b1a368cb
Fix instruct toggle commands not working
2024-09-06 23:27:42 +03:00
Wolfsblvt
a9e4bef01b
Add wider and transparent styles to /popup
2024-09-06 22:22:35 +02:00
Cohee
3bea7d4885
Add /instruct-state command
2024-09-06 23:16:11 +03:00
Cohee
c68b344b60
Add quiet args to /instruct and /model
2024-09-06 23:09:06 +03:00
Cohee
50217e37b8
Spell CSS consistently
2024-09-06 22:27:53 +03:00
Wolfsblvt
63c6fbaf58
/echo html allowed sanitize title too
2024-09-06 21:18:16 +02:00
Wolfsblvt
50a716a593
Update /echo docs helpstring
2024-09-06 20:53:39 +02:00
Sneha C
fc942842b9
Update slash-commands.js
...
added some examples to /echo command
2024-09-06 22:39:30 +04:00
Wolfsblvt
25d8286dfc
DOM.purify toast if HTML is allowed
2024-09-06 20:31:13 +02:00
Wolfsblvt
0d9843cdd6
clear onProgress before closure for no progress
2024-09-06 20:21:32 +02:00
Wolfsblvt
ad04d0c9a2
Fix async closure call not clearing progress
2024-09-06 20:01:45 +02:00
Wolfsblvt
e48ff8daae
Add check for closure type
2024-09-06 19:49:32 +02:00
Wolfsblvt
de8732fad6
Add onClick arg to /echo executing closures
...
- Adds the 'onclick' slash command arg to /echo
- It utilizes the Closure object without serialization, using the exact same scope it received on creation. Should be mindful about memory leaks and possible parallel execution.
2024-09-06 19:32:35 +02:00
Wolfsblvt
885a014507
Add escapeHtml arg to /echo
2024-09-06 19:03:21 +02:00
Wolfsblvt
a4e72da40f
Add color arg to /echo for custom color
2024-09-06 18:55:50 +02:00