40f2eae3f3
Make it return empty array on cancel
2025-03-19 22:46:11 +01:00
8eee1d09a8
Add support for toggleable /buttons
...
Enhances the buttons slash command with toggleable multi-select capability
Introduces a 'multiple' parameter to enable selecting several options
Updates button styling with visual indicators for toggle states
Modifies return value to handle array of selections when multiple is enabled
2025-03-19 21:13:28 +01:00
af0939038b
Fix undefined type references
2025-03-19 21:26:38 +02:00
73520b923f
break some linting...
2025-03-19 20:01:31 +01:00
b88f9fb1ff
break some linting
2025-03-19 19:59:17 +01:00
20cdcc37fc
Fix fixable lints
2025-03-19 20:00:33 +02:00
cd0ca0363e
Fix /inject id not being required, cause undefined
2025-03-13 20:35:39 +01:00
ddb77732f2
New context methods, added type parameters to message events
2025-03-12 21:25:16 +03:00
e7189a1260
Refactor hideMessageCallback and unhideMessageCallback to remove unnecessary console logs. Introduce onlyUniqueJson and sortIgnoreCaseAndAccents utility functions
2025-03-12 10:18:02 +02:00
1026e1f8e9
Add "name" argument to /hide and /unhide. Add default value for unnamed argument
2025-03-11 23:14:31 +02:00
1e6f8c6637
Better wording for /input arg descriptions
2025-03-10 17:41:18 +01:00
fc1c767280
onCancel and onSuccess handlers for /input command
2025-03-09 23:10:56 +01:00
fa03443fe7
Switch /input command definition to fromProps
2025-03-09 22:29:40 +01:00
45d8cac5a9
Fix /go command
2025-03-01 14:30:18 +02:00
582b710d3c
Merge branch 'staging' into persona-improvements
2025-02-25 21:46:46 +01:00
4ab54016ad
Utility func to sync all mes data to swipe
2025-02-25 17:00:41 +01:00
e0f3a22b80
Refactor: move persona slash commands
2025-02-22 21:45:35 +01:00
8bd4fd76ae
Merge branch 'staging' into persona-improvements
2025-02-22 19:23:59 +01:00
d5bdf1cb90
Add settings.json-backed KV string storage
...
Fixes #3461 , #3443
2025-02-11 20:17:48 +02:00
e5e931356b
Remove forceEnum from char args in slash commands
...
- This precented people from actually using the characterKey inside the chatbox to go to a character
2025-02-02 03:43:20 +01:00
9c31c21d79
Use SlashCommandEnumValue
2025-02-02 00:47:12 +02:00
b35a746470
/member-get tweaks
2025-02-01 15:50:34 -06:00
a1abe14e02
add /member-get
2025-02-01 14:44:09 -06:00
ae9296f989
/peek→/member-peek (with /peek alias)
2025-02-01 14:43:08 -06:00
ea1d9e1d1a
corrections to /member-* warnings
2025-02-01 14:41:02 -06:00
5257a45bde
Allow removing group members while generating
...
Fixes #3389
2025-01-31 22:10:36 +02:00
9a03aac224
Allow sending empty messages with /sendas, /sys, etc.
2025-01-31 22:03:09 +02:00
cee7170763
Merge branch 'staging' into fnr
2025-01-31 21:09:33 +02:00
371208c24d
add /replace command
2025-01-31 11:08:53 -06:00
6081b9f0ce
Merge branch 'staging' into persona-improvements
2025-01-28 18:57:20 +01:00
0c9b301a57
Prevent ephemeral message extra changes vanish upon swiping
2025-01-28 15:39:09 +00:00
7454532641
Expand /persona-lock command for type
...
- Add new main alias for /lock, renamed to /persona-lock
- Allow no state to be provided to return the current lock state
- Deprecate the old usage of /lock without state, without breaking it
2025-01-24 23:24:35 +01:00
f1923c5364
making showMoreMessages async to await event emission
2025-01-22 08:36:47 -07:00
b604588638
Add scroll option to /chat-render command
2025-01-09 21:15:34 +02:00
0a03793d7b
Add /chat-render and /chat-reload commands
2025-01-09 21:10:12 +02:00
4c7d160d41
DeepSeek
...
Closes #3233
2024-12-29 20:38:13 +02:00
d9101ce679
Add is-mobile command and macro
2024-12-21 22:25:14 +02:00
6fce056b8c
Add /substr command
2024-12-14 19:25:09 -06:00
756f88b5aa
Merge branch 'staging' into tc-split-generic
2024-12-14 15:24:10 +02:00
6f4350b3a7
Add error handler to filter closure executor
2024-12-13 01:23:13 +02:00
294b15976c
Add validation for filter inject argument
2024-12-13 01:20:43 +02:00
3167019faf
Add generic text completion API type (100% OAI compatible)
2024-12-13 01:12:10 +02:00
205f1d7adb
Add filter arg for inject command
2024-12-13 00:02:24 +02:00
7dfba69fc1
Import promptManager from openai.js
2024-12-05 22:06:16 +02:00
4cf5d1535e
add /getpromptentry command
2024-12-05 12:38:21 -06:00
23e59a1189
Document that -0 is supported
2024-12-04 12:57:02 +00:00
e9fc488661
Properly check for -0
2024-12-04 12:53:34 +00:00
5515f28105
Add /lower and /upper commands
2024-11-23 18:10:03 +02:00
5f44fb8535
Merge pull request #3004 from joenunezb/enhancement-make-buttons-scrollable
...
Enhancement: Make buttons scrollable
2024-11-18 12:15:58 +02:00
9533b7e59a
review: Move css out of js code
2024-11-17 15:54:09 -08:00