You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
// I put it in buildCalibrationRails accidentally. Need to also put it in buildSessionContext
content = content.replace(
"return parts.join('\\n');",
"if (state.activeVoids && state.activeVoids.length > 0) {\n parts.push('[ACTIVE VOIDS]\\nThe following structural signals or interpretations were explicitly rejected by the user in this session. You MUST NOT present these mappings again:\\n' + state.activeVoids.map(v => `- \"${v}\"`).join('\\n'));\n }\n\n return parts.join('\\n');"