Skip to content

chore(repo): Remove agent-toolkit package#8330

Open
dominic-clerk wants to merge 1 commit intomainfrom
dc-remove-agent-toolkit
Open

chore(repo): Remove agent-toolkit package#8330
dominic-clerk wants to merge 1 commit intomainfrom
dc-remove-agent-toolkit

Conversation

@dominic-clerk
Copy link
Copy Markdown
Contributor

Description

Follow-up to https://clerkinc.slack.com/archives/C046VRJPCNS/p1776251210196409

Checklist

  • pnpm test runs as expected.
  • pnpm build runs as expected.
  • (If applicable) JSDoc comments have been added or updated for any package exports
  • (If applicable) Documentation has been updated

Type of change

  • 🐛 Bug fix
  • 🌟 New feature
  • 🔨 Breaking change
  • 📖 Refactoring / dependency upgrade / documentation
  • other:

@vercel
Copy link
Copy Markdown

vercel bot commented Apr 16, 2026

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

Project Deployment Actions Updated (UTC)
clerk-js-sandbox Ready Ready Preview, Comment Apr 16, 2026 9:44am

Request Review

@changeset-bot
Copy link
Copy Markdown

changeset-bot bot commented Apr 16, 2026

⚠️ No Changeset found

Latest commit: d29fc5c

Merging this PR will not cause a version bump for any packages. If these changes should not result in a new version, you're good to go. If these changes should result in a version bump, you need to add a changeset.

This PR includes no changesets

When changesets are added to this PR, you'll see the packages that this PR includes changesets for and the associated semver types

Click here to learn what changesets are, and how to add one.

Click here if you're a maintainer who wants to add a changeset to this PR

@coderabbitai
Copy link
Copy Markdown
Contributor

coderabbitai bot commented Apr 16, 2026

No actionable comments were generated in the recent review. 🎉

ℹ️ Recent review info
⚙️ Run configuration

Configuration used: Repository YAML (base), Organization UI (inherited)

Review profile: CHILL

Plan: Pro

Run ID: b36274a7-72a0-4d2b-a5d5-912a817d2059

📥 Commits

Reviewing files that changed from the base of the PR and between 449561a and d29fc5c.

⛔ Files ignored due to path filters (1)
  • pnpm-lock.yaml is excluded by !**/pnpm-lock.yaml
📒 Files selected for processing (30)
  • .cursor/commands/cmt.md
  • .cursor/rules/monorepo.mdc
  • .github/labeler.yml
  • packages/agent-toolkit/CHANGELOG.md
  • packages/agent-toolkit/LICENSE
  • packages/agent-toolkit/README.md
  • packages/agent-toolkit/package.json
  • packages/agent-toolkit/src/ai-sdk/adapter.ts
  • packages/agent-toolkit/src/ai-sdk/index.ts
  • packages/agent-toolkit/src/global.d.ts
  • packages/agent-toolkit/src/langchain/adapter.ts
  • packages/agent-toolkit/src/langchain/index.ts
  • packages/agent-toolkit/src/lib/clerk-client.ts
  • packages/agent-toolkit/src/lib/clerk-tool.ts
  • packages/agent-toolkit/src/lib/constants.ts
  • packages/agent-toolkit/src/lib/inject-session-claims.ts
  • packages/agent-toolkit/src/lib/tools/index.ts
  • packages/agent-toolkit/src/lib/tools/invitations.ts
  • packages/agent-toolkit/src/lib/tools/organizations.ts
  • packages/agent-toolkit/src/lib/tools/users.ts
  • packages/agent-toolkit/src/lib/types.ts
  • packages/agent-toolkit/src/lib/utils.ts
  • packages/agent-toolkit/src/lib/utilts.test.ts
  • packages/agent-toolkit/src/modelcontextprotocol/adapter.ts
  • packages/agent-toolkit/src/modelcontextprotocol/index.ts
  • packages/agent-toolkit/src/modelcontextprotocol/local-server.ts
  • packages/agent-toolkit/tsconfig.json
  • packages/agent-toolkit/tsconfig.test.json
  • packages/agent-toolkit/tsup.config.ts
  • renovate.json5
💤 Files with no reviewable changes (29)
  • .cursor/rules/monorepo.mdc
  • packages/agent-toolkit/tsconfig.test.json
  • packages/agent-toolkit/LICENSE
  • packages/agent-toolkit/src/ai-sdk/adapter.ts
  • packages/agent-toolkit/src/global.d.ts
  • .github/labeler.yml
  • packages/agent-toolkit/package.json
  • packages/agent-toolkit/src/langchain/adapter.ts
  • packages/agent-toolkit/tsconfig.json
  • packages/agent-toolkit/tsup.config.ts
  • packages/agent-toolkit/src/modelcontextprotocol/adapter.ts
  • packages/agent-toolkit/src/ai-sdk/index.ts
  • packages/agent-toolkit/src/langchain/index.ts
  • packages/agent-toolkit/src/lib/utilts.test.ts
  • packages/agent-toolkit/README.md
  • packages/agent-toolkit/CHANGELOG.md
  • packages/agent-toolkit/src/lib/clerk-client.ts
  • packages/agent-toolkit/src/lib/inject-session-claims.ts
  • packages/agent-toolkit/src/lib/tools/organizations.ts
  • packages/agent-toolkit/src/lib/constants.ts
  • packages/agent-toolkit/src/lib/tools/users.ts
  • packages/agent-toolkit/src/lib/tools/index.ts
  • packages/agent-toolkit/src/modelcontextprotocol/local-server.ts
  • renovate.json5
  • packages/agent-toolkit/src/lib/clerk-tool.ts
  • packages/agent-toolkit/src/lib/tools/invitations.ts
  • packages/agent-toolkit/src/lib/types.ts
  • packages/agent-toolkit/src/lib/utils.ts
  • packages/agent-toolkit/src/modelcontextprotocol/index.ts
✅ Files skipped from review due to trivial changes (1)
  • .cursor/commands/cmt.md

📝 Walkthrough

Walkthrough

The pull request removes the entire @clerk/agent-toolkit package from the monorepo. This includes deletion of all source code files across the ai-sdk, langchain, and modelcontextprotocol adapters; utility functions; tool definitions; type definitions; configuration and build files (package.json, tsconfig.json, tsconfig.test.json, tsup.config.ts); documentation and metadata (README, CHANGELOG, LICENSE); package-related CI/config entries (commitlint scope, monorepo rules, GitHub labeler, Renovate rules); and the package-local tests and CLI entrypoint.

Estimated code review effort

🎯 3 (Moderate) | ⏱️ ~25 minutes

🚥 Pre-merge checks | ✅ 3
✅ Passed checks (3 passed)
Check name Status Explanation
Title check ✅ Passed The title clearly and concisely summarizes the main objective: removing the agent-toolkit package from the repository.
Description check ✅ Passed The description references a follow-up Slack discussion and provides context for the removal, though minimal. It is directly related to the changeset.
Docstring Coverage ✅ Passed No functions found in the changed files to evaluate docstring coverage. Skipping docstring coverage check.

✏️ 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.

❤️ Share

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

@pkg-pr-new
Copy link
Copy Markdown

pkg-pr-new bot commented Apr 16, 2026

Open in StackBlitz

@clerk/astro

npm i https://pkg.pr.new/@clerk/astro@8330

@clerk/backend

npm i https://pkg.pr.new/@clerk/backend@8330

@clerk/chrome-extension

npm i https://pkg.pr.new/@clerk/chrome-extension@8330

@clerk/clerk-js

npm i https://pkg.pr.new/@clerk/clerk-js@8330

@clerk/dev-cli

npm i https://pkg.pr.new/@clerk/dev-cli@8330

@clerk/expo

npm i https://pkg.pr.new/@clerk/expo@8330

@clerk/expo-passkeys

npm i https://pkg.pr.new/@clerk/expo-passkeys@8330

@clerk/express

npm i https://pkg.pr.new/@clerk/express@8330

@clerk/fastify

npm i https://pkg.pr.new/@clerk/fastify@8330

@clerk/hono

npm i https://pkg.pr.new/@clerk/hono@8330

@clerk/localizations

npm i https://pkg.pr.new/@clerk/localizations@8330

@clerk/nextjs

npm i https://pkg.pr.new/@clerk/nextjs@8330

@clerk/nuxt

npm i https://pkg.pr.new/@clerk/nuxt@8330

@clerk/react

npm i https://pkg.pr.new/@clerk/react@8330

@clerk/react-router

npm i https://pkg.pr.new/@clerk/react-router@8330

@clerk/shared

npm i https://pkg.pr.new/@clerk/shared@8330

@clerk/tanstack-react-start

npm i https://pkg.pr.new/@clerk/tanstack-react-start@8330

@clerk/testing

npm i https://pkg.pr.new/@clerk/testing@8330

@clerk/ui

npm i https://pkg.pr.new/@clerk/ui@8330

@clerk/upgrade

npm i https://pkg.pr.new/@clerk/upgrade@8330

@clerk/vue

npm i https://pkg.pr.new/@clerk/vue@8330

commit: d29fc5c

@dominic-clerk dominic-clerk changed the title chore(agent-toolkit): Remove agent-toolkit package chore(repo): Remove agent-toolkit package Apr 16, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant