From bd92761dab427a827ec8f2bdfeb6989b186b180e Mon Sep 17 00:00:00 2001 From: Yuri Date: Mon, 30 Mar 2026 10:35:24 +0200 Subject: [PATCH] fixed rate limit documentation --- 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`. ---