#1742 Add /chat-manager command

This commit is contained in:
Cohee 2024-01-25 18:19:04 +02:00
parent 6ff998816d
commit 4abe87f103

View File

@ -7839,6 +7839,7 @@ jQuery(async function () {
registerSlashCommand('instruct-on', enableInstructCallback, [], ' enables instruct mode', true, true);
registerSlashCommand('instruct-off', disableInstructCallback, [], ' disables instruct mode', true, true);
registerSlashCommand('context', selectContextCallback, [], '<span class="monospace">(name)</span> selects context template by name', true, true);
registerSlashCommand('chat-manager', () => $('#option_select_chat').trigger('click'), ['chat-history', 'manage-chats'], ' opens the chat manager for the current character/group', true, true);
setTimeout(function () {
$('#groupControlsToggle').trigger('click');