feat: add option to show Hypa modal button in chat menu

- feat: add accessibility setting to control visibility of Hypa V2/V3 modal button in chat menu
- feat: add summarization condition tip to HypaV3 modal
This commit is contained in:
Bo26fhmC5M
2025-04-20 14:57:45 +09:00
parent 21561fe5ff
commit 4703bd463b
12 changed files with 66 additions and 15 deletions

View File

@@ -1052,6 +1052,7 @@ export const languageEnglish = {
nextSummarizationLabel: "HypaV3 will summarize [{0}]",
nextSummarizationNoMessagesFoundLabel: "WARN: No messages found",
nextSummarizationLoadingError: "Error loading next summarization target: {0}",
summarizationConditionLabel: "Tip: HypaV3 begins summarization when input tokens exceed the maximum context size.",
emptySelectedFirstMessageLabel: "WARN: Selected first message is empty",
},
bulkEnabling: "Lorebook Bulk Enabling",
@@ -1115,5 +1116,8 @@ export const languageEnglish = {
fallbackWhenBlankResponse: "Fallback When Blank Response",
doNotChangeFallbackModels: "Do Not Change Fallback Models on Preset Change",
customModels: "Custom Models",
igpPrompt: "IGP Prompt"
igpPrompt: "IGP Prompt",
hypaMemoryV2Modal: "Hypa V2 Modal",
hypaMemoryV3Modal: "Hypa V3 Modal",
showMenuHypaMemoryModal: "Show Menu Hypa Modal",
}