v3.1.0: Add parser error detection and recommended models section

This commit is contained in:
Spicy_Marinara
2026-01-07 22:56:26 +01:00
parent dbf5c2d17a
commit a3063aff4f
33 changed files with 599 additions and 459 deletions
+4 -4
View File
@@ -1001,7 +1001,7 @@ export class EncounterModal {
{ clearChatInput: false }
);
console.log(`[RPG Companion] Added combat summary to chat as "${speakerName}"`);
// console.log(`[RPG Companion] Added combat summary to chat as "${speakerName}"`);
// Update combat over screen
this.updateCombatOverScreen(true, speakerName);
@@ -1259,7 +1259,7 @@ export class EncounterModal {
return;
}
console.log('[RPG Companion] Regenerating request:', this.lastRequest.type);
// console.log('[RPG Companion] Regenerating request:', this.lastRequest.type);
if (this.lastRequest.type === 'init') {
// Retry initialization
@@ -1327,7 +1327,7 @@ export class EncounterModal {
return;
}
console.log('[RPG Companion] Regenerating request:', this.lastRequest.type);
// console.log('[RPG Companion] Regenerating request:', this.lastRequest.type);
if (this.lastRequest.type === 'init') {
// Retry initialization
@@ -1369,7 +1369,7 @@ export class EncounterModal {
this.modal.setAttribute('data-weather', weather.toLowerCase());
}
console.log('[RPG Companion] Applied environment styling:', styleNotes);
// console.log('[RPG Companion] Applied environment styling:', styleNotes);
}
/**