@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 CHANGED
@@ -18,7 +18,7 @@ Or use the bootstrap script, which installs the CLI and walks you through sign-u
18
18
  curl -fsSL https://getdial.ai/install | bash
19
19
  ```
20
20
 
21
- Requires **Node.js 22+**.
21
+ Requires **Node.js 22.19+**.
22
22
 
23
23
  ## Quick start
24
24
 
@@ -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.5",
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.3.0",
43
+ "undici": "^8.7.0",
44
44
  "zod": "^4.4.3"
45
45
  },
46
46
  "devDependencies": {
package/skills.tar.gz CHANGED
Binary file