@noodleseed/assistant 1.5.0 → 1.6.0
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/README.md +2 -1
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -251,7 +251,8 @@ Backend `preferences` are the signed-in user's saved locale/time-zone choices an
|
|
|
251
251
|
message turns retry once after an expired session; the client never auto-retries interaction decisions. A
|
|
252
252
|
`tool_proposed` event carries a complete schema-projected review of the tool input and collected answers. For
|
|
253
253
|
a connector-backed tool it also identifies the exact connector version, operation, and resolved arguments;
|
|
254
|
-
confirmable flows contain at most that one connector operation.
|
|
254
|
+
Core v1 confirmable flows contain at most that one connector operation. Core v2 may route among candidate
|
|
255
|
+
actions and perform disclosed later reads, but exactly one action may be eligible. Sensitive fields may be redacted, but any
|
|
255
256
|
other truncation or omission fails closed. Accept is bound to that server-held action and claims one
|
|
256
257
|
execution attempt; drift fails closed, while decline/cancel resolve without execution. Normal terminal
|
|
257
258
|
outcomes scrub private arguments and continuations immediately. Only an accepted action still in the
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@noodleseed/assistant",
|
|
3
|
-
"version": "1.
|
|
3
|
+
"version": "1.6.0",
|
|
4
4
|
"description": "Embed the Noodle Seed customer-branded assistant in your web app: Web Component, React wrapper, and backend session helper. Authoring and deploying the server is @noodleseed/one.",
|
|
5
5
|
"license": "Apache-2.0",
|
|
6
6
|
"repository": {
|