v3.4.1: Fix Present Characters not included in <previous> section for separate generation mode

- Fixed bug where Present Characters data wasn't appearing in the <previous> section when generating new trackers in separate mode
- Root cause: committedTrackerData.characterThoughts is stored as a JS array, not a JSON string
- Solution: Check data type before parsing - handle both object/array and string formats
- Present Characters data now correctly included in unified previous tracker JSON regardless of showCharacterThoughts setting
This commit is contained in:
Spicy_Marinara
2026-01-11 00:17:49 +01:00
parent d5d649f122
commit f3deead868
2 changed files with 26 additions and 8 deletions
+1 -1
View File
@@ -6,6 +6,6 @@
"js": "index.js",
"css": "style.css",
"author": "Marinara",
"version": "3.3.2",
"version": "3.4.1",
"homePage": "https://github.com/SpicyMarinara/rpg-companion-sillytavern"
}