chore(release): version packages - #767
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.
|
github-actions
Bot
force-pushed
the
changeset-release/main
branch
from
August 2, 2026 23:21
ec5badd to
c1cd0ea
Compare
github-actions
Bot
force-pushed
the
changeset-release/main
branch
from
August 3, 2026 04:32
c1cd0ea to
6ad2861
Compare
github-actions
Bot
force-pushed
the
changeset-release/main
branch
from
August 3, 2026 12:15
6ad2861 to
2de1bf5
Compare
github-actions
Bot
force-pushed
the
changeset-release/main
branch
from
August 3, 2026 12:39
2de1bf5 to
b26c67e
Compare
github-actions
Bot
force-pushed
the
changeset-release/main
branch
from
August 3, 2026 12:49
b26c67e to
35f9778
Compare
github-actions
Bot
force-pushed
the
changeset-release/main
branch
from
August 3, 2026 12:56
35f9778 to
c0cc00e
Compare
github-actions
Bot
force-pushed
the
changeset-release/main
branch
from
August 3, 2026 13:40
c0cc00e to
5cf8725
Compare
github-actions
Bot
force-pushed
the
changeset-release/main
branch
from
August 3, 2026 14:00
5cf8725 to
5859d9a
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/whatsapp@4.37.0
Minor Changes
WhatsAppInboundMessage.contexttype to model all documented webhook variants. The type previously declaredcontext?: { from: string; id: string }, but Meta's Cloud API sends mutually exclusive context shapes: quoted replies carryfrom/id, forwarded messages carry onlyforwardedorfrequently_forwarded(noid), and catalog product inquiries addreferred_product. Code narrowed by the old type could dereferencecontext.idand crash at runtime on forwarded messages. All context fields are now optional and the forwarded/product-inquiry fields are included. Consumers that dereferencecontext.fromorcontext.idwithout a guard will now see a type error, surfacing what was already a latent crash on forwarded messages.Patch Changes
chat@4.37.0
Minor Changes
85e3d22: Close residual gaps in agent read-tool scoping.
createChatTools's read guard now wraps modal, assistant-thread, assistant-context, app-home, app-context, and member-joined dispatch so tools built in those handlers inherit the active conversation, and it logs a warning (instead of failing open silently) when a read runs with no resolvable scope. Scoping stays channel-level by default, so a thread scope still permits sibling threads in its channel. Pass the newstrictScope: trueto confine a thread scope to that thread alone, rejecting both sibling threads and the parent channel, which matters on platforms where a channel is the widest read available (a GitHub channel is an entire repo).Note that reads inside those newly wrapped handlers were previously unscoped. An agent built in an
onModalSubmit,onAppHomeOpened, oronMemberJoinedChannelhandler that reads another channel will now be rejected. Pass an explicitscope, orscope: falsefor intentionally workspace-wide reads.@chat-adapter/discord@4.37.0
Patch Changes
@chat-adapter/gchat@4.37.0
Patch Changes
@chat-adapter/github@4.37.0
Patch Changes
@chat-adapter/linear@4.37.0
Patch Changes
@chat-adapter/messenger@4.37.0
Patch Changes
@chat-adapter/shared@4.37.0
Patch Changes
@chat-adapter/slack@4.37.0
Patch Changes
<#C123|general>now becomes#general (C123)) so agents can pass the ID to channel tools, and normalize the commonly hallucinated<label|url>link order before Markdown conversion@chat-adapter/teams@4.37.0
Patch Changes
@chat-adapter/telegram@4.37.0
Patch Changes
@chat-adapter/twilio@4.37.0
Patch Changes
@chat-adapter/web@4.37.0
Patch Changes
@chat-adapter/x@4.37.0
Patch Changes
crc_token, which let a caller have an arbitrary webhook body signed and replay that asx-twitter-webhooks-signatureon a forged POST. A webhook body is JSON and can no longer pass the token check, so a CRC response can't double as a POST event signature.@chat-adapter/state-ioredis@4.37.0
Patch Changes
@chat-adapter/state-memory@4.37.0
Patch Changes
@chat-adapter/state-pg@4.37.0
Patch Changes
@chat-adapter/state-redis@4.37.0
Patch Changes
@chat-adapter/tests@4.37.0