@vercel/connect@0.3.0
📦 vercel-cliView on GitHub →
✨ 3 features🔧 5 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.
Migration Steps
- When using the new Connect adapter helpers, spread the returned config fragment into the matching `create*Adapter` factory.
✨ New Features
- Added the @vercel/connect/chat subpath with 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.