feat(backend,testing): Add agent tasks endpoints & helpers#7783
feat(backend,testing): Add agent tasks endpoints & helpers#7783
Conversation
🦋 Changeset detectedLatest commit: 8ee2671 The changes in this PR will be included in the next version bump. This PR includes changesets to release 10 packages
Not sure what this means? Click here to learn what changesets are. Click here if you're a maintainer who wants to add another changeset to this PR |
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
@clerk/agent-toolkit
@clerk/astro
@clerk/backend
@clerk/chrome-extension
@clerk/clerk-js
@clerk/dev-cli
@clerk/expo
@clerk/expo-passkeys
@clerk/express
@clerk/fastify
@clerk/hono
@clerk/localizations
@clerk/nextjs
@clerk/nuxt
@clerk/react
@clerk/react-router
@clerk/shared
@clerk/tanstack-react-start
@clerk/testing
@clerk/ui
@clerk/upgrade
@clerk/vue
commit: |
📝 WalkthroughWalkthroughAdds Agent Tasks support across the backend and testing packages. Introduces a new AgentTaskAPI with create and revoke methods and registers it on the backend API client as 🚥 Pre-merge checks | ✅ 5✅ Passed checks (5 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. Comment |
f76dbf1 to
cd47a4f
Compare
|
@coderabbitai resume |
✅ Actions performedReviews resumed. |
Description
Adds support for the Agent Tasks API endpoint to the backend SDK. This allows developers to create agent tasks that can be used to act on behalf of users during testing or other automated flows.
Usage
Checklist
pnpm testruns as expected.pnpm buildruns as expected.Type of change
Summary by CodeRabbit