Skip to content

Commit 9268c81

Browse files
ankitjenaAnkit
andauthored
add rate limits for extension and update agent docs (#427)
* add rate limits for extension and update agent docs * fix faqs --------- Co-authored-by: Ankit <ankit@coderabbit.ai>
1 parent 5b85004 commit 9268c81

File tree

3 files changed

+19
-10
lines changed

3 files changed

+19
-10
lines changed

docs/faq.md

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -205,12 +205,13 @@ In-trial and open-source plans have lower rate limits than the paid plan. In all
205205

206206
The following limits enforced _per developer_:
207207

208-
| Feature | Free Plan | Trial Plan | OSS Plan | Pro/Lite Plan |
209-
| ---------------- | ------------------------------------------ | ----------------------------- | ----------------------------- | ----------------------------- |
210-
| Files per hour | 200/hour | 200/hour | 200/hour | 400/hour |
211-
| Files per PR | 100 | 100 | 100 | 200 |
212-
| Reviews per hour | 3 back-to-back, then 2/hour (Summary only) | 4 back-to-back, then 3/hour | 3 back-to-back, then 2/hour | 5 back-to-back, then 4/hour |
213-
| Chat | N/A | 25 back-to-back, then 50/hour | 10 back-to-back, then 25/hour | 25 back-to-back, then 50/hour |
208+
| Feature | Free Plan | Trial Plan | OSS Plan | Pro/Lite Plan |
209+
| -------------------------------- | ------------------------------------------ | --------------------------------- | ----------------------------- | ----------------------------- |
210+
| Files per hour | 200/hour | 200/hour | 200/hour | 400/hour |
211+
| Files per PR | 100 | 100 | 100 | 200 |
212+
| Reviews per hour | 3 back-to-back, then 2/hour (Summary only) | 4 back-to-back, then 3/hour | 3 back-to-back, then 2/hour | 5 back-to-back, then 4/hour |
213+
| Reviews per hour (IDE Extension) | 1/hour | 5/hour (Pro trial), 1/hour(Other) | 1/hour | 5/hour (Pro), 1/hour(Lite) |
214+
| Chat | N/A | 25 back-to-back, then 50/hour | 10 back-to-back, then 25/hour | 25 back-to-back, then 50/hour |
214215

215216
## Integration Guide {#integration-guide}
216217

docs/guides/config-vscode.md

Lines changed: 11 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,11 +14,11 @@ The instructions on this page are specific to using the extension with VSCode. I
1414

1515
To navigate to the settings screen for the CodeRabbit VSCode extension, follow these steps:
1616

17-
1. In the activity bar, click the Extensions icon.
17+
1. Open the CodeRabbit activity bar/sidebar.
1818

19-
1. In the sidebar, under **Installed**, click the gear-shaped **Manage** icon in the CodeRabbit row.
19+
1. In the sidebar, click on gear shaped icon on top right(beside logout icon).
2020

21-
1. In the menu that appears, select **Settings**.
21+
1. You can also search for CodeRabbit: Settings in the command palette to open the settings.
2222

2323
The settings screen contains the following configuration controls.
2424

@@ -32,6 +32,14 @@ The **Agent Type** setting lets you choose the extension's response to using the
3232

3333
- **Claude Code**: The extension opens the Terminal pane of your IDE and tries to use the `claude` command-line program to apply the suggested fix to your code. You need to have Claude Code installed for this option to be effective.
3434

35+
- **Codex CLI**: The extension opens the Terminal pane of your IDE and tries to use the `codex` command-line program to apply the suggested fix to your code. You need to have Codex CLI installed for this option to be effective.
36+
37+
- **Cline**: The extension opens the `Cline` sidebar and runs a task to apply the suggested fix to your code. You need to have the `Cline` extension installed for this option to be effective.
38+
39+
- **Roo**: The extension opens the `Roo` sidebar and runs a task to apply the suggested fix to your code. You need to have the `Roo` extension installed for this option to be effective.
40+
41+
- **Kilo Code**: The extension opens the `Kilo Code` sidebar and runs a task to apply the suggested fix to your code. You need to have the `Kilo Code` extension installed for this option to be effective.
42+
3543
- **Clipboard**: The extension copies prompt text describing the suggested fix to your clipboard. From there, you can manually paste the prompt into the coding AI agent that you use with your IDE.
3644

3745
For more information about the **Fix with AI** feature, see [Request help from your AI coding agent](/guides/use-vscode#agent).

docs/guides/use-vscode.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ You can let CodeRabbit automatically review commits that you make to your local
1818

1919
To perform an automatic review, follow these steps:
2020

21-
1. Perform a Git commit using VSCode. After you do this, a dialog appears in your VSCode window, asking **Would you like to start a review?**
21+
1. Perform a Git commit using VSCode or terminal. After you do this, a dialog appears in your VSCode window, asking **Would you like to start a review?**
2222

2323
1. Click **Yes**. The CodeRabbit sidebar appears in your VSCode window.
2424

0 commit comments

Comments
 (0)