@space3-npm/cybersoul-client 1.4.19 → 1.4.20
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/client.js +1 -1
- package/package.json +1 -1
package/dist/client.js
CHANGED
|
@@ -622,7 +622,7 @@ ${isProactive
|
|
|
622
622
|
(b) A genuine NEW visual moment just happened this turn — i.e. a clearly new scene, new location, new outfit, or a distinctly new physical pose/expression that was NOT already shown in any previous turn's image.
|
|
623
623
|
(c) An active event JUST started or just hit a visually distinct new beat.
|
|
624
624
|
REPETITION GATE (hard): Prior assistant turns that already carried a picture are tagged with a [Sent Image] marker in '[CHAT HISTORY]'. If at least one prior assistant turn has a [Sent Image] marker AND the current scene/outfit/pose matches the 'Last Known Scene' line (i.e. nothing visually new has happened since), set 'imageParams' to null. Do NOT send near-duplicate pictures just because mood is high — high Temperature is NOT a trigger by itself.
|
|
625
|
-
PRIVACY GATE: Even when a trigger fires, if the user feels like a stranger (low Familiarity)
|
|
625
|
+
PRIVACY GATE: Even when a trigger fires, if the user feels like a stranger (low Familiarity) OR your Mood/Temperature is cool/distant (< 50), set 'imageParams' to null and naturally decline. Temperature and Familiarity only GATE permission when a trigger has already fired; they never justify an image on their own.
|
|
626
626
|
When you do include 'imageParams', explicitly describe current clothing/exposure in the image fields.`;
|
|
627
627
|
}
|
|
628
628
|
else {
|