chore(release): version packages#660
Open
github-actions[bot] wants to merge 1 commit into
Open
Conversation
Contributor
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
02a6257 to
df825b3
Compare
117db4e to
beae9bf
Compare
21e5514 to
4115c94
Compare
2da1980 to
3abdc69
Compare
713c116 to
0b63791
Compare
35422c5 to
d10ef27
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR was opened by the Changesets release GitHub action. When you're ready to do a release, you can merge this and the packages will be published to npm automatically. If you're not ready to do a release yet, that's fine, whenever you add more changesets to main, this PR will be updated.
Releases
@chat-adapter/github@4.33.0
Minor Changes
6750d59: Add Vercel Connect support to the GitHub adapter. A new
installationTokenconfig option (string or resolver) supplies installation access tokens directly, skipping the GitHub App private-key JWT exchange, and an optionalwebhookVerifierverifies inbound webhooks (e.g. Connect trigger-forwarded requests via a Vercel OIDC token) in place of the GitHub webhook secret. Pair withconnectGitHubAdapter()from@vercel/connect/chat.botUserIdnow also auto-detects from theGITHUB_BOT_USER_IDenv var, and the adapter learns its bot user id from the first comment it posts. In Connect mode (where the bot user id can't be auto-detected from an installation token) setbotUserId/GITHUB_BOT_USER_IDto enable self-message detection and avoid the adapter replying to its own comments.Note: the
connectGitHubAdapter()helper ships in@vercel/connect— release this adapter together with (or after) the@vercel/connectversion that adds the@vercel/connect/chatsubpath so the documented helper resolves.Patch Changes
@chat-adapter/linear@4.33.0
Minor Changes
4115c94: Add Vercel Connect support to the Linear adapter. The
accessTokenconfig option now accepts a resolver (() => string | Promise<string>) in addition to a string, so tokens can be sourced from Vercel Connect at runtime, and a new optionalwebhookVerifierverifies inbound webhooks (e.g. Connect trigger-forwarded requests via a Vercel OIDC token) in place of the Linear webhook secret. Pair withconnectLinearAdapter()from@vercel/connect/chat. Connect-mode outbound calls outside webhook handling are supported viawithInstallation(organizationId, fn).Note: the
connectLinearAdapter()helper ships in@vercel/connect— release this adapter together with (or after) the@vercel/connectversion that adds the@vercel/connect/chatsubpath so the documented helper resolves.Patch Changes
@chat-adapter/shared@4.33.0
Minor Changes
replaceBareMentions, a context-aware bare-@mentionresolver that skips code spans, URLs, schemeless hosts, and existing angle-bracket tokens before handing each real@nameto a platform-specific replacerPatch Changes
create-chat-sdk@0.2.0
Minor Changes
--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 generatedsrc/lib/bot.tsspreads the matching helper from@vercel/connect/chatinto the adapter factory,@vercel/connectis added to dependencies, and.env.examplelists each connector UID (for exampleSLACK_CONNECTOR) plus the recommendedGITHUB_BOT_USER_IDfor GitHub, in place of native secrets.Patch Changes
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.@photon-ai/chat-adapter-imessage) to the catalog, docs listing, and CLI scaffold spec@chat-adapter/tests@4.33.0
Minor Changes
connectWebhookContract, a shared Vitest suite for verifying an adapter's Vercel Connect webhook verification. Given a small per-adapter descriptor (how to build the adapter in Connect mode and craft an inbound webhook), it asserts the behavior every Connect-capable adapter shares: awebhookVerifierreplaces the native signature/secret check and gates inbound requests — accept (200) on a truthy result, reject (401) on a thrown error or falsy result — and is invoked with the request and raw body. Connect-capable adapters can opt in with ~10 lines.@chat-adapter/discord@4.33.0
Patch Changes
replaceBareMentionsscanner for@mentionconversion so email addresses,@handlesinside URLs, and mentions inside code spans are no longer mangled into Discord mentions, and already-formatted<@id>tokens are not double-wrapped@chat-adapter/gchat@4.33.0
Patch Changes
@chat-adapter/messenger@4.33.0
Patch Changes
@chat-adapter/slack@4.33.0
Patch Changes
retry_num > 0, so such events were permanently lost even though Slack redelivered them. Retries are now routed like first deliveries (logged at info withretry_num/retry_reason);Chat.processMessage's message-id dedupe drops true duplicates.@chat-adapter/teams@4.33.0
Patch Changes
replaceBareMentionsscanner for@mentionconversion so email addresses,@handlesinside URLs, and mentions inside code spans are no longer mangled into<at>mention tags@chat-adapter/telegram@4.33.0
Patch Changes
@chat-adapter/twilio@4.33.0
Patch Changes
@chat-adapter/web@4.33.0
Patch Changes
@chat-adapter/whatsapp@4.33.0
Patch Changes
chat@4.33.0
Patch Changes
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.dedupeTtlMsstill overrides).@photon-ai/chat-adapter-imessage) to the catalog, docs listing, and CLI scaffold spec@chat-adapter/state-ioredis@4.33.0
Patch Changes
@chat-adapter/state-memory@4.33.0
Patch Changes
@chat-adapter/state-pg@4.33.0
Patch Changes
@chat-adapter/state-redis@4.33.0
Patch Changes