From 7f473712e8d8db08ce6e7801cd56461138516792 Mon Sep 17 00:00:00 2001 From: yuri-alias Date: Wed, 1 Apr 2026 14:20:13 +0200 Subject: [PATCH] fixed rate limit documentation (#426) --- docs/cai_pro_quickstart.md | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/docs/cai_pro_quickstart.md b/docs/cai_pro_quickstart.md index 74571a2c..b9b22f0f 100644 --- a/docs/cai_pro_quickstart.md +++ b/docs/cai_pro_quickstart.md @@ -291,10 +291,9 @@ cai --version ### Issue: "Rate limit exceeded" -**This shouldn't happen with CAI PRO** (unlimited tokens). If you see this: +The client will automatically pause until the appropriate time frame has passed and then retry the iteration without interrupting the session. -1. Check for typos in your `ALIAS_API_KEY` -2. Contact support immediately: support@aliasrobotics.com +If this is happening frequently, consider compacting the context with `/compact`. ---