@getdial/cli 0.33.5 → 0.33.7
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 +1 -1
- package/dist/mcp/tools/place-call.js +3 -1
- package/package.json +3 -3
- package/skills.tar.gz +0 -0
package/README.md
CHANGED
|
@@ -45,7 +45,9 @@ export const placeCallTool = {
|
|
|
45
45
|
config: {
|
|
46
46
|
title: "Place AI Voice Call",
|
|
47
47
|
description: "Place an outbound voice call handled by an AI agent. The call runs asynchronously — " +
|
|
48
|
-
"use wait_for_event to block until it ends, then get_call for the transcript."
|
|
48
|
+
"use wait_for_event to block until it ends, then get_call for the transcript. " +
|
|
49
|
+
"Free accounts (no top-up or subscription yet) are capped at 5 minutes per call and " +
|
|
50
|
+
"2 concurrent calls (429 call_limit_reached); both limits lift on the first top-up or subscription.",
|
|
49
51
|
inputSchema,
|
|
50
52
|
outputSchema: {
|
|
51
53
|
call: callSchema,
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@getdial/cli",
|
|
3
|
-
"version": "0.33.
|
|
3
|
+
"version": "0.33.7",
|
|
4
4
|
"description": "Dial CLI — install, sign up, and run the local listen service.",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"repository": {
|
|
@@ -17,7 +17,7 @@
|
|
|
17
17
|
"preferGlobal": true,
|
|
18
18
|
"type": "module",
|
|
19
19
|
"engines": {
|
|
20
|
-
"node": ">=22"
|
|
20
|
+
"node": ">=22.19.0"
|
|
21
21
|
},
|
|
22
22
|
"files": [
|
|
23
23
|
"dist",
|
|
@@ -40,7 +40,7 @@
|
|
|
40
40
|
"pino": "^10.3.1",
|
|
41
41
|
"pino-pretty": "^13.1.3",
|
|
42
42
|
"pubnub": "^11.0.1",
|
|
43
|
-
"undici": "^8.
|
|
43
|
+
"undici": "^8.7.0",
|
|
44
44
|
"zod": "^4.4.3"
|
|
45
45
|
},
|
|
46
46
|
"devDependencies": {
|
package/skills.tar.gz
CHANGED
|
Binary file
|