From 609a4b9e47413fb2806251bd16b972ae00febf6e Mon Sep 17 00:00:00 2001 From: Spicy_Marinara Date: Tue, 14 Oct 2025 14:24:37 +0200 Subject: [PATCH] feat: Enable 'Show Thoughts in Chat' by default for new installs --- index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.js b/index.js index 7f7edef..a467941 100644 --- a/index.js +++ b/index.js @@ -14,7 +14,7 @@ let extensionSettings = { showUserStats: true, showInfoBox: true, showCharacterThoughts: true, - showThoughtsInChat: false, // Show thoughts overlay in chat + showThoughtsInChat: true, // Show thoughts overlay in chat enableHtmlPrompt: false, // Enable immersive HTML prompt injection enablePlotButtons: true, // Show plot progression buttons above chat input panelPosition: 'right', // 'left', 'right', or 'top'