-
Notifications
You must be signed in to change notification settings - Fork 9
Fix/org workspace link #1466
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
Fix/org workspace link #1466
Conversation
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
|
Important Review skippedAuto reviews are disabled on base/target branches other than the default branch. Please check the settings in the CodeRabbit UI or the You can disable this status message by setting the Note Other AI code review bot(s) detectedCodeRabbit has detected other AI code review bot(s) in this pull request and will avoid duplicating their findings in the review comments. This may lead to a less comprehensive review. 📝 WalkthroughWalkthroughReplaces local workspace creation with a proxied call to an external API: the route now forwards raw request bodies and auth headers to NEW_API_BASE_URL/api/workspaces and returns the external response with deprecation headers; UI components now send organization-scoped requests using Privy tokens or the external API; chat provider remounts per-organization. Changes
Sequence Diagram(s)mermaid Estimated code review effort🎯 4 (Complex) | ⏱️ ~45 minutes Possibly related PRs
Suggested reviewers
Poem
🚥 Pre-merge checks | ❌ 1❌ Failed checks (1 warning)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
💡 Codex Review
Here are some automated review suggestions for this pull request.
Reviewed commit: 50ef0d8793
ℹ️ About Codex in GitHub
Codex has been enabled to automatically review pull requests in this repo. Reviews are triggered when you
- Open a pull request for review
- Mark a draft as ready
- Comment "@codex review".
If Codex has suggestions, it will comment; otherwise it will react with 👍.
When you sign up for Codex through ChatGPT, Codex can also answer questions or update the PR, like "@codex address that feedback".
- Update CreateWorkspaceModal to use new Recoup-API endpoint with Bearer token auth - Pass organization_id to link new workspaces to current org view - Add org-based key to Chat component to reset state on org switch - Validate saved artist belongs to current org before restoring - Deprecate old /api/workspace/create route with proxy to new API
Summary by CodeRabbit
New Features
Bug Fixes
Chores
Config
✏️ Tip: You can customize this high-level summary in your review settings.