Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings
This repository was archived by the owner on Aug 16, 2025. It is now read-only.

@coderabbitai#158

Closed
aravindputrevu wants to merge2 commits intomainfromlogin-404-fix
Closed
Show file tree
Hide file tree
Changes fromall commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
26 changes: 13 additions & 13 deletionsdocs/about/pricing.md
View file
Open in desktop
Original file line numberDiff line numberDiff line change
Expand Up@@ -101,19 +101,19 @@ These are the hourly usage limits for each developer per repository:

## Plan Comparison

| Feature | Free Plan | Pro Plan| Lite Plan |
| ------------------------------ | ----------------- | ----------------------------------------------------- |----------------- |
| **Free Trial** | 14-day free trial | 14-day free trial| No |
| **Private Repos** | Limited access | Unlimited access| Limited access |
| **Public Repos** | Unlimited access | Unlimited access| Unlimited access |
| **Pull Request Summarization** | Included | Included| Included |
| **Line-by-Line Reviews** | Public repos only | All repos | All repos |
| **Conversational Bot** | No | Yes| Yes |
| **Linters and SAST tools** | No | No| Yes |
| **Jira & Linear Integration** | No | No| Yes |
| **ROI dashboards** | No| No| Yes |
| **Customizable reports** | No | No| Yes |
| **Price** | Free forever | $15 per seat/mo| $30 per seat/mo |
| Feature | Free Plan | Pro Plan | Lite Plan |
| ------------------------------ | ----------------- | ----------------- | ---------------- |
| **Free Trial** | 14-day free trial | 14-day free trial | No |
| **Private Repos** | Limited access | Unlimited access | Limited access |
| **Public Repos** | Unlimited access | Unlimited access | Unlimited access |
| **Pull Request Summarization** | Included | Included | Included |
| **Line-by-Line Reviews** | Public repos only | All repos| All repos |
| **Conversational Bot** | No | Yes | Yes |
| **Linters and SAST tools** | No | No | Yes |
| **Jira & Linear Integration** | No | No | Yes |
| **ROI dashboards** | No| No | Yes |
| **Customizable reports** | No | No | Yes |
| **Price** | Free forever | $15 per seat/mo | $30 per seat/mo |
Comment on lines +104 to +116
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others.Learn more.

⚠️ Potential issue

Critical: Fix inconsistencies in the plan comparison table

The table contains several discrepancies with the detailed plan descriptions above:

  1. The Pro and Lite plan features appear to be swapped:

    • Linters, SAST tools, Jira integration, and dashboards are listed under Pro in the detailed section but shown under Lite in the table.
  2. Pricing information is incorrect:

    • Table shows Pro at $15/seat/mo, but the detailed section states $30/month
    • Table shows Lite pricing is $30/seat/mo, but the detailed section states $15/month
  3. Free Trial information is inconsistent:

    • Table shows "No" for Lite plan, but the detailed section states "This plan begins with a 14-day free trial"

Apply this diff to fix the inconsistencies:

-| Feature                        | Free Plan         | Pro Plan          | Lite Plan        |-| ------------------------------ | ----------------- | ----------------- | ---------------- |-| **Free Trial**                 | 14-day free trial | 14-day free trial | No               |-| **Private Repos**              | Limited access    | Unlimited access  | Limited access   |-| **Public Repos**               | Unlimited access  | Unlimited access  | Unlimited access |-| **Pull Request Summarization** | Included          | Included          | Included         |-| **Line-by-Line Reviews**       | Public repos only | All repos         | All repos        |-| **Conversational Bot**         | No                | Yes               | Yes              |-| **Linters and SAST tools**     | No                | No                | Yes              |-| **Jira & Linear Integration**  | No                | No                | Yes              |-| **ROI dashboards**             | No                | No                | Yes              |-| **Customizable reports**       | No                | No                | Yes              |-| **Price**                      | Free forever      | $15 per seat/mo   | $30 per seat/mo  |+| Feature                        | Free Plan         | Lite Plan         | Pro Plan         |+| ------------------------------ | ----------------- | ----------------- | ---------------- |+| **Free Trial**                 | 14-day free trial | 14-day free trial | 14-day free trial|+| **Private Repos**              | Limited access    | Unlimited access  | Unlimited access |+| **Public Repos**               | Unlimited access  | Unlimited access  | Unlimited access |+| **Pull Request Summarization** | Included          | Included          | Included         |+| **Line-by-Line Reviews**       | Public repos only | All repos         | All repos        |+| **Conversational Bot**         | No                | Yes               | Yes              |+| **Linters and SAST tools**     | No                | No                | Yes              |+| **Jira & Linear Integration**  | No                | No                | Yes              |+| **ROI dashboards**             | No                | No                | Yes              |+| **Customizable reports**       | No                | No                | Yes              |+| **Price**                      | Free forever      | $15 per seat/mo   | $30 per seat/mo  |
📝 Committable suggestion

‼️IMPORTANT
Carefully review the code before committing. Ensure that it accurately replaces the highlighted code, contains no missing lines, and has no issues with indentation. Thoroughly test & benchmark the code to ensure it meets the requirements.

Suggested change
| Feature| Free Plan|Pro Plan| Lite Plan|
| ------------------------------| -----------------| -----------------| ----------------|
|**Free Trial**| 14-day free trial| 14-day free trial|No|
|**Private Repos**| Limited access| Unlimited access|Limited access|
|**Public Repos**| Unlimited access| Unlimited access| Unlimited access|
|**Pull Request Summarization**| Included| Included| Included|
|**Line-by-Line Reviews**| Public repos only| All repos| All repos|
|**Conversational Bot**| No| Yes| Yes|
|**Linters and SAST tools**| No| No| Yes|
|**Jira & Linear Integration**| No| No| Yes|
|**ROI dashboards**| No| No| Yes|
|**Customizable reports**| No| No| Yes|
|**Price**| Free forever| $15 per seat/mo| $30 per seat/mo|
| Feature| Free Plan|Lite Plan| Pro Plan|
| ------------------------------| -----------------| -----------------| ----------------|
|**Free Trial**| 14-day free trial| 14-day free trial|14-day free trial|
|**Private Repos**| Limited access| Unlimited access|Unlimited access|
|**Public Repos**| Unlimited access| Unlimited access| Unlimited access|
|**Pull Request Summarization**| Included| Included| Included|
|**Line-by-Line Reviews**| Public repos only| All repos| All repos|
|**Conversational Bot**| No| Yes| Yes|
|**Linters and SAST tools**| No| No| Yes|
|**Jira & Linear Integration**| No| No| Yes|
|**ROI dashboards**| No| No| Yes|
|**Customizable reports**| No| No| Yes|
|**Price**| Free forever| $15 per seat/mo| $30 per seat/mo|


---

Expand Down
2 changes: 1 addition & 1 deletiondocs/platforms/self-hosted-gitlab.md
View file
Open in desktop
Original file line numberDiff line numberDiff line change
Expand Up@@ -19,7 +19,7 @@ upgrading your GitLab instance to obtain the intended experience.

### **Step 1: Getting Started**

**Visit CodeRabbit:** Visit our [Login](https://coderabbit.ai/login) page and
**Visit CodeRabbit:** Visit our [Login](https://app.coderabbit.ai/login?free-trial) page and
select Self-Hosted GitLab
Comment on lines +22 to 23
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others.Learn more.

💡 Codebase verification

Update remaining login URL in GitHub Enterprise Server documentation

Found an inconsistent login URL indocs/platforms/github-enterprise-server.md that still uses the old domaincoderabbit.ai/login instead ofapp.coderabbit.ai/login. All other documentation files are using the new domain correctly.

  • docs/platforms/github-enterprise-server.md: Update the login URL fromhttps://coderabbit.ai/login tohttps://app.coderabbit.ai/login?free-trial
🔗 Analysis chain

Verify login URL consistency across documentation

The login URL has been updated tohttps://app.coderabbit.ai/login?free-trial. Let's ensure this change is reflected consistently across all documentation files.

🏁 Scripts executed

The following scripts were executed for the analysis:

Script:

#!/bin/bash# Search for any remaining references to the old domainrg -i"coderabbit\.ai/login" --type md# Search for inconsistent login URLsrg -i"app\.coderabbit\.ai/login" --type md

Length of output: 2633


![CodeRabbit login](/img/integrations/login-self-hosted-gitlab.png)
Expand Down

[8]ページ先頭

©2009-2025 Movatter.jp