@north-light/crouter-api 0.3.206 → 0.3.207
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.
|
@@ -22,9 +22,10 @@ export interface SendMessageRequest {
|
|
|
22
22
|
/** Clear a latched target's finalization latch before an immediate delivery
|
|
23
23
|
* or `--fresh` revive (`--reopen`). Immediate only. */
|
|
24
24
|
reopen?: boolean;
|
|
25
|
-
/** Hidden ambient context upserted onto the target's sidecar
|
|
26
|
-
*
|
|
27
|
-
* Immediate only; valid alone (no body).
|
|
25
|
+
/** Hidden ambient context upserted onto the target's sidecar as a
|
|
26
|
+
* `situational` card, never visible chat (`--situational-context`).
|
|
27
|
+
* Immediate only; valid alone (no body). Prose only — its body is NOT
|
|
28
|
+
* escaped; a caller with untrusted text uses `situational_card`. */
|
|
28
29
|
situational_context?: string;
|
|
29
30
|
/** A runtime card that REPLACES the target's situational sidecar, delivered
|
|
30
31
|
* ahead of the body in the same turn and re-stated by the session-start
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@north-light/crouter-api",
|
|
3
|
-
"version": "0.3.
|
|
3
|
+
"version": "0.3.207",
|
|
4
4
|
"description": "Typed crtrd /v1 API contract — DTOs, route builders, the error contract, and the CrtrClient. Zero runtime dependencies.",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"main": "./dist/api/index.js",
|