@vercel/connect@0.3.0
📦 vercel-functionsView on GitHub →
✨ 3 features🔧 7 symbols
Summary
This release introduces adapter helpers under the @vercel/connect/chat subpath to simplify wiring Connect connectors for the Chat SDK, supporting both app-scoped tokens and webhook verification.
✨ New Features
- Added the @vercel/connect/chat subpath providing adapter helpers for the Chat SDK.
- Introduced `connectSlackAdapter`, `connectGitHubAdapter`, and `connectLinearAdapter` which return config fragments to wire Connect connectors for app-scoped tokens and inbound trigger-forwarded webhooks.
- Exported `createConnectWebhookVerifier` for Vercel OIDC verification.