Skip to content

feat(textrazor): scaffold plugin - #1036

Draft
Simran-Sharma392 wants to merge 1 commit into
corsairdev:mainfrom
Simran-Sharma392:feat/textrazor-plugin
Draft

feat(textrazor): scaffold plugin#1036
Simran-Sharma392 wants to merge 1 commit into
corsairdev:mainfrom
Simran-Sharma392:feat/textrazor-plugin

Conversation

@Simran-Sharma392

Copy link
Copy Markdown

Description

Initial scaffold for the TextRazor integration, generated via
pnpm run generate:plugin Textrazor. This adds the packages/textrazor/
plugin package and registers it in packages/corsair/core/constants.ts.

TextRazor (https://www.textrazor.com/) is an NLP API for entity extraction,
topic classification, and text analysis, exposed here as a single-endpoint
API-key-authenticated integration.

Closes #1034

This is an initial scaffold — implementation (real endpoints, auth wiring,
schemas) will follow in subsequent commits before this is marked ready for
review.

Checklist

  • I have run pnpm lint and all checks pass
  • I have run pnpm typecheck and there are no TypeScript errors
  • I have run pnpm build and all packages build successfully
  • I have run pnpm test and all tests pass
  • I have added or updated tests where applicable
  • I have added or updated necessary documentation

Screenshots / Demos (if applicable)

N/A yet — will add once endpoints are implemented.

Additional Notes

No breaking changes. New plugin package only; no changes to existing
plugins or core behavior beyond the generated registration entry.

@vercel

vercel Bot commented Aug 24, 2026

Copy link
Copy Markdown
Contributor

@Simran-Sharma392 is attempting to deploy a commit to the corsair Team on Vercel.

A member of the Team first needs to authorize it.

@coderabbitai

coderabbitai Bot commented Aug 24, 2026

Copy link
Copy Markdown
Contributor

Important

Draft PR not reviewed

Draft PRs are not automatically reviewed by default.

  • Trigger a manual review

To automatically review draft PRs, update your CodeRabbit configuration:

reviews:
  auto_review:
    drafts: true

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.

@github-actions github-actions Bot added the core Changes in packages/corsair label Aug 24, 2026
@Dhirenderchoudhary
Dhirenderchoudhary self-requested a review August 24, 2026 13:57
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

core Changes in packages/corsair

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Add TextRazor Integration

1 participant