@ai-matrx/messaging 0.10.0 → 0.10.1

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/index.d.cts CHANGED
@@ -355,7 +355,13 @@ interface MessagingAiOptions {
355
355
  transport: MatrxTransport;
356
356
  organizationId: string;
357
357
  agents: MessagingAgents;
358
- /** Stable source slugs so server-side analytics can see where a run came from. */
358
+ /**
359
+ * The producer slugs stamped on every run. 🚨 The AI Matrx server keeps a
360
+ * REGISTER of legal producers and refuses an unregistered one with a 422, so
361
+ * the defaults below are placeholders that will NOT survive a real server —
362
+ * only the host knows its registered slugs. Not analytics garnish: an
363
+ * unstamped or unregistered run is a refused run.
364
+ */
359
365
  sourceApp?: string | undefined;
360
366
  sourceFeature?: string | undefined;
361
367
  /** Cap on how much transcript is sent. Default 200 messages. */
package/dist/index.d.ts CHANGED
@@ -355,7 +355,13 @@ interface MessagingAiOptions {
355
355
  transport: MatrxTransport;
356
356
  organizationId: string;
357
357
  agents: MessagingAgents;
358
- /** Stable source slugs so server-side analytics can see where a run came from. */
358
+ /**
359
+ * The producer slugs stamped on every run. 🚨 The AI Matrx server keeps a
360
+ * REGISTER of legal producers and refuses an unregistered one with a 422, so
361
+ * the defaults below are placeholders that will NOT survive a real server —
362
+ * only the host knows its registered slugs. Not analytics garnish: an
363
+ * unstamped or unregistered run is a refused run.
364
+ */
359
365
  sourceApp?: string | undefined;
360
366
  sourceFeature?: string | undefined;
361
367
  /** Cap on how much transcript is sent. Default 200 messages. */