@melius-ai/cli 0.15.0 → 0.15.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/README.md +1 -1
- package/dist/bin/mel.js +1 -1
- package/dist/{chunk-VOIPEX54.js → chunk-ITZSZCBQ.js} +7615 -7500
- package/dist/src/index.js +1 -1
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -433,7 +433,7 @@ Every error includes a machine-readable `code`, a human-readable `message`, and
|
|
|
433
433
|
|
|
434
434
|
### Rate limiting
|
|
435
435
|
|
|
436
|
-
|
|
436
|
+
There is no monthly request quota on any plan, but a burst of requests can still be rate limited. On a `429` the CLI prints a `Rate limited — waiting Ns…` notice to **stderr** and automatically backs off and retries — honoring the `Retry-After` header, otherwise exponential backoff — so polling commands like `mel run wait` ride through a limit instead of failing. stdout stays clean for parsing. After repeated `429`s it gives up with a structured `RATE_LIMITED` error (exit `1`).
|
|
437
437
|
|
|
438
438
|
### Global flags
|
|
439
439
|
|