Skip to content

Org billing and more cleanup#48

Open
ripgrim wants to merge 4 commits into
mainfrom
org-billing
Open

Org billing and more cleanup#48
ripgrim wants to merge 4 commits into
mainfrom
org-billing

Conversation

@ripgrim

@ripgrim ripgrim commented May 31, 2026

Copy link
Copy Markdown
Contributor

Summary

Checklist

Notes for reviewers


View with Codesmith Autofix with Codesmith
Need help on this PR? Tag @codesmith with what you need. Autofix is disabled.

@vercel

vercel Bot commented May 31, 2026

Copy link
Copy Markdown

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Actions Updated (UTC)
tripwire Ready Ready Preview, Comment Jun 19, 2026 12:01am

Request Review

@coderabbitai

coderabbitai Bot commented May 31, 2026

Copy link
Copy Markdown

Important

Review skipped

Too many files!

This PR contains 181 files, which is 31 over the limit of 150.

To get a review, narrow the scope:
• coderabbit review --type committed # exclude uncommitted changes
• coderabbit review --dir # limit to a subdirectory
• coderabbit review --base # compare against a closer base

Upgrade to a paid plan to raise the limit.

⚙️ Run configuration

Configuration used: Repository UI

Review profile: CHILL

Plan: Pro

Run ID: c04a987f-ee7e-4564-8de1-335a8bc08d47

📥 Commits

Reviewing files that changed from the base of the PR and between 5610f54 and cd09092.

⛔ Files ignored due to path filters (2)
  • apps/web/public/og.jpg is excluded by !**/*.jpg
  • pnpm-lock.yaml is excluded by !**/pnpm-lock.yaml
📒 Files selected for processing (181)
  • apps/web/package.json
  • apps/web/src/components/layout/admin/admin-shell.tsx
  • apps/web/src/components/layout/admin/dashboard-page.tsx
  • apps/web/src/components/layout/admin/reputation-page.tsx
  • apps/web/src/components/layout/admin/research/new-run-page.tsx
  • apps/web/src/components/layout/admin/research/run-detail-page.tsx
  • apps/web/src/components/layout/admin/research/runs-list-page.tsx
  • apps/web/src/components/layout/app/chat/ask-side-panel.tsx
  • apps/web/src/components/layout/app/chat/chat-page.tsx
  • apps/web/src/components/layout/app/chat/chat-thread.tsx
  • apps/web/src/components/layout/app/events/events-page.tsx
  • apps/web/src/components/layout/app/home/home-page.tsx
  • apps/web/src/components/layout/app/integrations/integrations-page.tsx
  • apps/web/src/components/layout/app/shell/app-shell.tsx
  • apps/web/src/components/layout/app/shell/org-repo-switcher.tsx
  • apps/web/src/components/layout/app/shell/sidebar.tsx
  • apps/web/src/components/layout/app/shell/top-nav.tsx
  • apps/web/src/components/layout/landing/header.tsx
  • apps/web/src/components/layout/landing/landing-page.tsx
  • apps/web/src/components/layout/oauth/consent-page.tsx
  • apps/web/src/components/layout/onboarding/onboarding-layout.tsx
  • apps/web/src/components/layout/onboarding/step-3-page.tsx
  • apps/web/src/components/layout/onboarding/step-4-page.tsx
  • apps/web/src/components/layout/request/request-page.tsx
  • apps/web/src/components/layout/root/root-document.tsx
  • apps/web/src/components/layout/settings/org/billing-page.tsx
  • apps/web/src/components/layout/settings/org/general-page.tsx
  • apps/web/src/components/layout/settings/org/members-page.tsx
  • apps/web/src/components/layout/settings/org/org-settings-layout.tsx
  • apps/web/src/components/layout/settings/org/pr-comments-page.tsx
  • apps/web/src/components/layout/settings/personal/account-page.tsx
  • apps/web/src/components/layout/settings/personal/developers-page.tsx
  • apps/web/src/components/layout/settings/personal/personal-settings-layout.tsx
  • apps/web/src/components/layout/vouched/vouched-page.tsx
  • apps/web/src/components/repo-switch-dialog.tsx
  • apps/web/src/components/settings/input-row.tsx
  • apps/web/src/components/settings/pr-comment-preview.tsx
  • apps/web/src/components/settings/radio-row.tsx
  • apps/web/src/components/settings/settings-section.tsx
  • apps/web/src/components/settings/textarea-row.tsx
  • apps/web/src/components/settings/toggle-row.tsx
  • apps/web/src/components/settings/view-pill.tsx
  • apps/web/src/hooks/use-org-redirect.ts
  • apps/web/src/inngest/score-user.ts
  • apps/web/src/inngest/visibility-helpers.ts
  • apps/web/src/integrations/trpc/init.ts
  • apps/web/src/integrations/trpc/router.ts
  • apps/web/src/integrations/trpc/routers/api-keys.ts
  • apps/web/src/integrations/trpc/routers/chats.ts
  • apps/web/src/integrations/trpc/routers/custom-rules.ts
  • apps/web/src/integrations/trpc/routers/events.ts
  • apps/web/src/integrations/trpc/routers/fake-bounties.ts
  • apps/web/src/integrations/trpc/routers/lists.ts
  • apps/web/src/integrations/trpc/routers/orgPrefs.ts
  • apps/web/src/integrations/trpc/routers/preferences.ts
  • apps/web/src/integrations/trpc/routers/reputation.ts
  • apps/web/src/integrations/trpc/routers/requests.ts
  • apps/web/src/integrations/trpc/routers/rules.ts
  • apps/web/src/integrations/trpc/routers/visibility.ts
  • apps/web/src/integrations/trpc/routers/workflows.ts
  • apps/web/src/lib/billing.ts
  • apps/web/src/lib/chat/markers.ts
  • apps/web/src/lib/chat/migration.test.ts
  • apps/web/src/lib/chat/use-chat-engine.ts
  • apps/web/src/lib/forms.ts
  • apps/web/src/lib/github/install.ts
  • apps/web/src/lib/github/webhook.ts
  • apps/web/src/lib/routes.ts
  • apps/web/src/lib/seo.ts
  • apps/web/src/lib/use-refresh-on-return.ts
  • apps/web/src/providers/chat-context.tsx
  • apps/web/src/providers/repo-switch-gate.tsx
  • apps/web/src/providers/workspace-context.tsx
  • apps/web/src/routeTree.gen.ts
  • apps/web/src/routes/__root.tsx
  • apps/web/src/routes/_admin.tsx
  • apps/web/src/routes/_admin/admin/index.tsx
  • apps/web/src/routes/_admin/admin/reputation.tsx
  • apps/web/src/routes/_admin/admin/research/$runId.tsx
  • apps/web/src/routes/_admin/admin/research/index.tsx
  • apps/web/src/routes/_admin/admin/research/new.tsx
  • apps/web/src/routes/_app/$orgHandle.tsx
  • apps/web/src/routes/_app/$orgHandle/automations/$automationId.tsx
  • apps/web/src/routes/_app/$orgHandle/automations/index.tsx
  • apps/web/src/routes/_app/$orgHandle/automations/preview.tsx
  • apps/web/src/routes/_app/$orgHandle/events/$eventId.tsx
  • apps/web/src/routes/_app/$orgHandle/events/index.tsx
  • apps/web/src/routes/_app/$orgHandle/home.tsx
  • apps/web/src/routes/_app/$orgHandle/insights.tsx
  • apps/web/src/routes/_app/$orgHandle/integrations.tsx
  • apps/web/src/routes/_app/$orgHandle/rules/0.tsx
  • apps/web/src/routes/_app/$orgHandle/rules/custom/$ruleId.tsx
  • apps/web/src/routes/_app/$orgHandle/rules/custom/index.tsx
  • apps/web/src/routes/_app/$orgHandle/rules/files.tsx
  • apps/web/src/routes/_app/$orgHandle/rules/installed.tsx
  • apps/web/src/routes/_app/$orgHandle/rules/marketplace.tsx
  • apps/web/src/routes/_app/$orgHandle/rules/people.tsx
  • apps/web/src/routes/_app/$orgHandle/rules/requests.tsx
  • apps/web/src/routes/_app/$orgHandle/rules/route.tsx
  • apps/web/src/routes/_app/$orgHandle/rules/workflows.tsx
  • apps/web/src/routes/_app/$orgHandle/settings.tsx
  • apps/web/src/routes/_app/$orgHandle/settings/billing.tsx
  • apps/web/src/routes/_app/$orgHandle/settings/general.tsx
  • apps/web/src/routes/_app/$orgHandle/settings/members.tsx
  • apps/web/src/routes/_app/$orgHandle/settings/pr-comments.tsx
  • apps/web/src/routes/_app/$orgHandle/visibility.tsx
  • apps/web/src/routes/_app/automations.tsx
  • apps/web/src/routes/_app/chat/$chatId.tsx
  • apps/web/src/routes/_app/events/$eventId.tsx
  • apps/web/src/routes/_app/events/index.tsx
  • apps/web/src/routes/_app/home.tsx
  • apps/web/src/routes/_app/insights.tsx
  • apps/web/src/routes/_app/integrations.tsx
  • apps/web/src/routes/_app/rules.tsx
  • apps/web/src/routes/_app/search.tsx
  • apps/web/src/routes/_app/settings.tsx
  • apps/web/src/routes/_app/settings/account.tsx
  • apps/web/src/routes/_app/settings/developers.tsx
  • apps/web/src/routes/_app/users/$username.tsx
  • apps/web/src/routes/_app/visibility.tsx
  • apps/web/src/routes/api/chat.ts
  • apps/web/src/routes/api/feedback.ts
  • apps/web/src/routes/api/github/callback.ts
  • apps/web/src/routes/api/github/webhook.ts
  • apps/web/src/routes/api/mcp.ts
  • apps/web/src/routes/api/tools/run.ts
  • apps/web/src/routes/index.tsx
  • apps/web/src/routes/login.tsx
  • apps/web/src/routes/oauth/consent.tsx
  • apps/web/src/routes/onboarding/route.tsx
  • apps/web/src/routes/onboarding/step.1.tsx
  • apps/web/src/routes/onboarding/step.2.tsx
  • apps/web/src/routes/onboarding/step.3.tsx
  • apps/web/src/routes/onboarding/step.4.tsx
  • apps/web/src/routes/request.$owner.$repo.tsx
  • apps/web/src/routes/vouched.tsx
  • apps/web/src/types/chat.ts
  • packages/ai/package.json
  • packages/ai/src/credit-middleware.ts
  • packages/ai/src/credit-schema.ts
  • packages/auth/package.json
  • packages/auth/src/index.ts
  • packages/core/package.json
  • packages/core/src/api-keys.ts
  • packages/core/src/assertions.ts
  • packages/core/src/events.ts
  • packages/core/src/filter-pipeline.ts
  • packages/core/src/pr-comment-loader.ts
  • packages/core/src/pr-comment.test.ts
  • packages/core/src/pr-comment.ts
  • packages/core/src/rules/labels.ts
  • packages/db/src/schema/api-keys.ts
  • packages/db/src/schema/conversations.ts
  • packages/db/src/schema/index.ts
  • packages/db/src/schema/memory.ts
  • packages/db/src/schema/org-pr-comment-preferences.ts
  • packages/db/src/schema/user-preferences.ts
  • packages/feedback/package.json
  • packages/feedback/src/client/overlay.tsx
  • packages/feedback/src/server/handler.ts
  • packages/github/package.json
  • packages/github/src/app.ts
  • packages/github/src/request.test.ts
  • packages/github/src/request.ts
  • packages/logger/package.json
  • packages/logger/src/index.test.ts
  • packages/logger/src/index.ts
  • packages/logger/src/request-context.ts
  • packages/logger/tsconfig.json
  • packages/mcp/package.json
  • packages/mcp/src/adapter.ts
  • packages/ratelimit/package.json
  • packages/research/package.json
  • packages/tools/package.json
  • packages/tools/src/definitions/custom-rules.ts
  • packages/tools/src/definitions/lists.ts
  • packages/tools/src/definitions/reads.ts
  • packages/tools/src/definitions/rules.ts
  • packages/tools/src/definitions/workflows.ts
  • packages/tools/src/helpers.ts
  • packages/tools/src/registry.ts

You can disable this status message by setting the reviews.review_status to false in the CodeRabbit configuration file.

Use the checkbox below for a quick retry:

  • 🔍 Trigger review

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.

❤️ Share

Comment @coderabbitai help to get the list of available commands and usage tips.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant