@canonmsg/agent-sdk 5.1.1 → 5.1.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/types.d.ts +2 -0
- package/package.json +2 -2
package/dist/types.d.ts
CHANGED
|
@@ -107,6 +107,8 @@ export interface RuntimeCardResult {
|
|
|
107
107
|
cardId: string;
|
|
108
108
|
actionId?: string;
|
|
109
109
|
values?: Record<string, unknown>;
|
|
110
|
+
/** Canon-authenticated human who submitted this card response. */
|
|
111
|
+
respondedBy?: string;
|
|
110
112
|
}
|
|
111
113
|
export interface MessageHandlerContext {
|
|
112
114
|
messages: CanonMessage[];
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@canonmsg/agent-sdk",
|
|
3
|
-
"version": "5.1.
|
|
3
|
+
"version": "5.1.2",
|
|
4
4
|
"description": "Canon Agent SDK — build AI agents that participate in Canon conversations",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"main": "dist/index.js",
|
|
@@ -28,7 +28,7 @@
|
|
|
28
28
|
"node": ">=18.0.0"
|
|
29
29
|
},
|
|
30
30
|
"dependencies": {
|
|
31
|
-
"@canonmsg/core": "^4.
|
|
31
|
+
"@canonmsg/core": "^4.3.0"
|
|
32
32
|
},
|
|
33
33
|
"publishConfig": {
|
|
34
34
|
"access": "public"
|