-
Notifications
You must be signed in to change notification settings - Fork 619
Rename /nebula to /ai and add redirect
#7862
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
|
|
Caution Review failedThe pull request is closed. WalkthroughReplaces the Framer rewrite route from /nebula to /ai and updates its comment header. Adds a non-permanent redirect from /nebula to /ai in Next.js redirects, placed before legacy/project/team redirects. No other logic or exports change. Changes
Sequence Diagram(s)sequenceDiagram
participant U as User
participant NX as Next.js
participant FR as Framer rewrites
U->>NX: GET /nebula
NX-->>U: 302 Redirect to /ai (permanent: false)
U->>NX: GET /ai
NX->>FR: Apply rewrite for /ai
FR-->>NX: Resolve target content
NX-->>U: 200 Response (AI route content)
Estimated code review effort🎯 2 (Simple) | ⏱️ ~6 minutes Tip 🔌 Remote MCP (Model Context Protocol) integration is now available!Pro plan users can now connect to remote MCP servers from the Integrations page. Connect with popular remote MCPs such as Notion and Linear to add more context to your reviews and chats. 📜 Recent review detailsConfiguration used: CodeRabbit UI 💡 Knowledge Base configuration:
You can enable these sources in your CodeRabbit configuration. 📒 Files selected for processing (2)
✨ Finishing Touches
🧪 Generate unit tests
🪧 TipsChatThere are 3 ways to chat with CodeRabbit:
SupportNeed help? Create a ticket on our support page for assistance with any issues or questions. CodeRabbit Commands (Invoked using PR/Issue comments)Type Other keywords and placeholders
CodeRabbit Configuration File (
|
How to use the Graphite Merge QueueAdd either label to this PR to merge it via the merge queue:
You must have a Graphite account in order to use the merge queue. Sign up using this link. An organization admin has enabled the Graphite Merge Queue in this repository. Please do not merge from GitHub as this will restart CI on PRs being processed by the merge queue. This stack of pull requests is managed by Graphite. Learn more about stacking. |
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #7862 +/- ##
=======================================
Coverage 56.34% 56.34%
=======================================
Files 905 905
Lines 58834 58834
Branches 4150 4150
=======================================
Hits 33151 33151
Misses 25577 25577
Partials 106 106
*This pull request uses carry forward flags. Click here to find out more. 🚀 New features to boost your workflow:
|
size-limit report 📦
|

TL;DR
Renamed "nebula" to "ai" in navigation paths and added a redirect from the old path to the new one.
What changed?
How to test?
Why make this change?
This change renames the "nebula" feature to "ai" to better reflect its purpose and functionality, making it more intuitive for users to find and understand the AI-related features of the platform.
Summary by CodeRabbit