Open
Description
We have a standard note (in src/components/ProPlanNotice.mdx
) that we include on pages or sections defining features that are available only in the pro plan. It looks like this:
This feature is available exclusively as part of the Pro plan and is not included in the Lite plan. Please refer to our pricing page for more information about our plans and features.
While that is true as written, I think it could be more clear—especially regarding public repositories that get all Pro-tier plan features for free, even when they're associated with Lite-tier CodeRabbit accounts.
Metadata
Metadata
Assignees
Labels
No labels
Type
Projects
Milestone
Relationships
Development
No branches or pull requests
Activity
linear commentedon May 30, 2025
ENG-1545 Add some clarity to the pro-plan note
traycerai commentedon May 30, 2025
Plan
Observations
ProPlanNotice.mdx
text warns that features are Pro-only but misses the public open-source exception.docs/overview/introduction.md
,docs/faq.md
, anddocs/guides/issue-chat.md
).https://www.coderabbit.ai/pricing
) is correct and up-to-date.docs/
, so updating it centrally will propagate the change everywhere.Approach
src/components/ProPlanNotice.mdx
to include the open-source exception.:::info Pro Plan Feature
) and pricing page link.docs/overview/introduction.md
) for deeper context.docs/tools/*.md
,docs/changelog.md
).Reasoning
docs/overview/introduction.md
,docs/faq.md
, anddocs/guides/issue-chat.md
to confirm the free-for-public-OSS policy.ProPlanNotice.mdx
component across thedocs/
folder.https://www.coderabbit.ai/pricing
.Proposed File Changes
📄 src/components/ProPlanNotice.mdx (MODIFY) 🔗
Import In IDE
Developer Humor
Execution Information
Branch: main
Commit: 42a07ca
💡 Tips
Supported Commands (Inside Comments)
@traycerai generate
to iterate on the previous version of the implementation plan.Supported Commands (Inside Description)
@traycerai ignore
anywhere in the ticket description to prevent this ticket from being processed.@traycerai branch:<branch-name>
anywhere in the ticket description to specify the target branch for the implementation plan.Community
docs: clarify Pro-plan notice for OSS (coderabbitai#368)