f3deead868
- 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
12 lines
280 B
JSON
12 lines
280 B
JSON
{
|
|
"display_name": "RPG Companion",
|
|
"loading_order": 100,
|
|
"requires": [],
|
|
"optional": [],
|
|
"js": "index.js",
|
|
"css": "style.css",
|
|
"author": "Marinara",
|
|
"version": "3.4.1",
|
|
"homePage": "https://github.com/SpicyMarinara/rpg-companion-sillytavern"
|
|
}
|