Add debug functions menu

This commit is contained in:
Cohee
2023-08-27 23:20:43 +03:00
parent 96512c178e
commit 3b4e6f0b78
7 changed files with 80 additions and 11 deletions

View File

@ -70,6 +70,7 @@ import {
MAX_CONTEXT_DEFAULT,
renderStoryString,
sortEntitiesList,
registerDebugFunction,
} from "./scripts/power-user.js";
import {
@ -6658,6 +6659,7 @@ window["SillyTavern"].getContext = function () {
saveReply,
registerSlashCommand: registerSlashCommand,
registerHelper: registerExtensionHelper,
registedDebugFunction: registerDebugFunction,
};
};