@cello-protocol/cli 0.0.88 → 0.0.89
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/hermes/assets.js +1 -1
- package/package.json +2 -2
package/dist/hermes/assets.js
CHANGED
|
@@ -492,7 +492,7 @@ class CelloAdapter(BasePlatformAdapter):
|
|
|
492
492
|
" NOT restart anything. Do this now, in order: (1) call the cello_use_agent tool"
|
|
493
493
|
" with name='"
|
|
494
494
|
+ agent
|
|
495
|
-
+ "'; (2) call the cello_receive tool with
|
|
495
|
+
+ "'; (2) call the cello_receive tool with cello_session_id='"
|
|
496
496
|
+ session_id
|
|
497
497
|
+ "' to read the message; (3) reply with the cello_send tool on that same session"
|
|
498
498
|
" unless the message genuinely needs no answer. cello_receive must precede"
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@cello-protocol/cli",
|
|
3
|
-
"version": "0.0.
|
|
3
|
+
"version": "0.0.89",
|
|
4
4
|
"private": false,
|
|
5
5
|
"type": "module",
|
|
6
6
|
"engines": {
|
|
@@ -17,7 +17,7 @@
|
|
|
17
17
|
"package.json"
|
|
18
18
|
],
|
|
19
19
|
"dependencies": {
|
|
20
|
-
"@cello-protocol/daemon": "0.0.
|
|
20
|
+
"@cello-protocol/daemon": "0.0.88",
|
|
21
21
|
"@cello-protocol/protocol-types": "0.0.32"
|
|
22
22
|
},
|
|
23
23
|
"devDependencies": {
|