Skip to content

create-chat-sdk@0.2.0

Choose a tag to compare

@github-actions github-actions released this 07 Jul 22:30
b1940d2

Minor Changes

  • ba375ce: Add Vercel Connect support to the scaffolder. Pass --connect (or choose Vercel Connect at the new interactive auth-mode prompt) to authenticate the Slack, GitHub, and Linear adapters with a Vercel Connect connector instead of stored provider secrets. The generated src/lib/bot.ts spreads the matching helper from @vercel/connect/chat into the adapter factory, @vercel/connect is added to dependencies, and .env.example lists each connector UID (for example SLACK_CONNECTOR) plus the recommended GITHUB_BOT_USER_ID for GitHub, in place of native secrets.
  • ef2542c: add X (Twitter) adapter: reply to public mentions, send and receive direct messages, post and edit from the bot account, and like posts, using the X API v2 with OAuth 2.0 and managed token refresh

Patch Changes

  • 3abdc69: docs(adapters): add Cloudflare Agents as a vendor-official state adapter (agents/chat-sdk) to the catalog and docs listing. It is hidden from the create-chat-sdk CLI (Worker/Durable Objects runtime), and the interactive state picker now filters out CLI-incompatible state adapters.
  • 0c761f1: docs(adapters): add Dial as a vendor-official adapter (@getdial/chat-sdk-adapter) to the catalog, docs listing, and CLI scaffold spec
  • 24a04d5: docs(adapters): add Photon as a vendor-official adapter (@photon-ai/chat-adapter-imessage) to the catalog, docs listing, and CLI scaffold spec