@canonmsg/agent-tools 0.5.0 → 0.5.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/verb-tools.js +3 -3
- package/package.json +3 -3
package/dist/verb-tools.js
CHANGED
|
@@ -45,9 +45,9 @@ const CANON_VERB_TOOL_DESCRIPTIONS = {
|
|
|
45
45
|
react: 'Toggle an emoji reaction on a Canon message.',
|
|
46
46
|
forward: 'Forward an existing Canon message into another conversation, with an optional caption.',
|
|
47
47
|
create_group: 'Create a Canon group conversation. Directly-addable members join at '
|
|
48
|
-
+ 'creation; approval-
|
|
49
|
-
+ '(result.pending);
|
|
50
|
-
add_member: 'Add a member to a Canon group (approval-
|
|
48
|
+
+ 'creation; policy approval and agent-owner setup become pending invites '
|
|
49
|
+
+ '(result.pending); hard-denied members are skipped (result.skipped).',
|
|
50
|
+
add_member: 'Add a member to a Canon group (policy approval and/or agent-owner setup may return a pending invite).',
|
|
51
51
|
remove_member: 'Remove a member from a Canon group (requires owner/admin role).',
|
|
52
52
|
leave_conversation: 'Leave a Canon group conversation.',
|
|
53
53
|
list_contacts: 'List your Canon contacts.',
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@canonmsg/agent-tools",
|
|
3
|
-
"version": "0.5.
|
|
3
|
+
"version": "0.5.2",
|
|
4
4
|
"description": "Canonical Canon verb tools — shared projections of canon.verbs.v1 for runtime bindings",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"main": "dist/index.js",
|
|
@@ -40,8 +40,8 @@
|
|
|
40
40
|
"access": "public"
|
|
41
41
|
},
|
|
42
42
|
"dependencies": {
|
|
43
|
-
"@canonmsg/core": "^10.
|
|
44
|
-
"@canonmsg/rich-cards": "^0.
|
|
43
|
+
"@canonmsg/core": "^10.3.1",
|
|
44
|
+
"@canonmsg/rich-cards": "^0.10.0",
|
|
45
45
|
"@modelcontextprotocol/sdk": "^1.29.0"
|
|
46
46
|
},
|
|
47
47
|
"devDependencies": {
|