@livx.cc/agentx 0.99.1 → 0.99.2

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/cli.js CHANGED
@@ -4676,7 +4676,21 @@ var EMOTIONS = [
4676
4676
  "confident",
4677
4677
  "skeptical",
4678
4678
  "contemplative",
4679
- "determined"
4679
+ "determined",
4680
+ // remaining sonic-3 vocabulary — without these a valid model tag would be DROPPED (flat delivery).
4681
+ "joking",
4682
+ "trust",
4683
+ "anticipation",
4684
+ "outraged",
4685
+ "threatened",
4686
+ "contempt",
4687
+ "envious",
4688
+ "dejected",
4689
+ "rejected",
4690
+ "wistful",
4691
+ "insecure",
4692
+ "resigned",
4693
+ "distant"
4680
4694
  ];
4681
4695
  var VALID = new Set(EMOTIONS);
4682
4696
  var ALIASES = {
@@ -4721,7 +4735,9 @@ var ALIASES = {
4721
4735
  peaceful: "calm",
4722
4736
  serene: "calm",
4723
4737
  relaxed: "calm",
4724
- sleepy: "tired"
4738
+ sleepy: "tired",
4739
+ comedic: "joking"
4740
+ // Cartesia lists "joking/comedic" as one — canonicalize to joking
4725
4741
  };
4726
4742
  var NONVERBAL = { laughter: "laughter", laughs: "laughter", laugh: "laughter", laughing: "laughter" };
4727
4743
  function normalizeEmotion(raw) {