v3.2.4: Fix Present Characters field editing - relationship badges, custom fields, and avatar upload

This commit is contained in:
Spicy_Marinara
2026-01-08 18:13:12 +01:00
parent 055c19951c
commit e5bd1e0411
7 changed files with 190 additions and 33 deletions
+2 -2
View File
@@ -1004,7 +1004,7 @@ jQuery(async () => {
// This cleans historical messages when displayed
// Note: We also clean directly in message handler for redundancy
try {
console.log('[RPG Companion] Checking JSON cleaning regex. Generation mode:', extensionSettings.generationMode);
// console.log('[RPG Companion] Checking JSON cleaning regex. Generation mode:', extensionSettings.generationMode);
if (extensionSettings.generationMode === 'together') {
await ensureJsonCleaningRegex(st_extension_settings, saveSettingsDebounced);
} else {
@@ -1073,7 +1073,7 @@ jQuery(async () => {
// Non-critical - continue without it
}
// console.log('[RPG Companion] ✅ Extension loaded successfully');
console.log('[RPG Companion] ✅ Extension loaded successfully.');
} catch (error) {
console.error('[RPG Companion] ❌ Critical initialization failure:', error);
console.error('[RPG Companion] Error details:', error.message, error.stack);