Skip to content

chore(deps): Bump @xmtp/agent-sdk from 2.0.0-rc3 to 2.0.1#8

Merged
github-actions[bot] merged 1 commit intomainfrom
dependabot-npm_and_yarn-main-xmtp-agent-sdk-2.0.1
Feb 1, 2026
Merged

chore(deps): Bump @xmtp/agent-sdk from 2.0.0-rc3 to 2.0.1#8
github-actions[bot] merged 1 commit intomainfrom
dependabot-npm_and_yarn-main-xmtp-agent-sdk-2.0.1

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Feb 1, 2026

Bumps @xmtp/agent-sdk from 2.0.0-rc3 to 2.0.1.

Release notes

Sourced from @​xmtp/agent-sdk's releases.

@​xmtp/agent-sdk@​2.0.1

Patch Changes

  • e100655: Added native events from Node SDK

@​xmtp/agent-sdk@​2.0.0

This release includes major improvements and breaking changes to align with Node SDK 5.x. The SDK is now simpler to use with unified exports and cleaner APIs.

Breaking Changes

The Agent SDK now depends on @xmtp/node-sdk v5.2.0, which includes significant API changes.

Removed sendText and sendMarkdown from ConversationContext

Use conversation.sendText() and conversation.sendMarkdown() directly instead:

// Before
await ctx.sendText("Hello");
await ctx.sendMarkdown("**Hello**");
// After
await ctx.conversation.sendText("Hello");
await ctx.conversation.sendMarkdown("Hello");

Built-in content types

The Node SDK now includes built-in support for all standard content types. These content types can be sent using dedicated methods on conversation:

await ctx.conversation.sendText("Hello!");
await ctx.conversation.sendMarkdown("**Bold** and _italic_");
await ctx.conversation.sendReaction(reaction);
await ctx.conversation.sendReply(reply);
await ctx.conversation.sendReadReceipt();
await ctx.conversation.sendAttachment(attachment);
await ctx.conversation.sendRemoteAttachment(remoteAttachment);
await ctx.conversation.sendMultiRemoteAttachment(attachments);
await ctx.conversation.sendTransactionReference(txRef);
await ctx.conversation.sendWalletSendCalls(walletCalls);

Content type filters moved to Node SDK

The following filters have been removed from filter.* and are now exported directly from the SDK:

  • isGroupUpdated (renamed from isGroupUpdate)
  • isMarkdown
  • isReaction

... (truncated)

Changelog

Sourced from @​xmtp/agent-sdk's changelog.

2.0.1

Patch Changes

  • e100655: Added native events from Node SDK

2.0.0

This release includes major improvements and breaking changes to align with Node SDK 5.x. The SDK is now simpler to use with unified exports and cleaner APIs.

Breaking Changes

The Agent SDK now depends on @xmtp/node-sdk v5.2.0, which includes significant API changes.

Removed sendText and sendMarkdown from ConversationContext

Use conversation.sendText() and conversation.sendMarkdown() directly instead:

// Before
await ctx.sendText("Hello");
await ctx.sendMarkdown("**Hello**");
// After
await ctx.conversation.sendText("Hello");
await ctx.conversation.sendMarkdown("Hello");

Built-in content types

The Node SDK now includes built-in support for all standard content types. These content types can be sent using dedicated methods on conversation:

await ctx.conversation.sendText("Hello!");
await ctx.conversation.sendMarkdown("**Bold** and _italic_");
await ctx.conversation.sendReaction(reaction);
await ctx.conversation.sendReply(reply);
await ctx.conversation.sendReadReceipt();
await ctx.conversation.sendAttachment(attachment);
await ctx.conversation.sendRemoteAttachment(remoteAttachment);
await ctx.conversation.sendMultiRemoteAttachment(attachments);
await ctx.conversation.sendTransactionReference(txRef);
await ctx.conversation.sendWalletSendCalls(walletCalls);

Content type filters moved to Node SDK

The following filters have been removed from filter.* and are now exported directly from the SDK:

  • isGroupUpdated (renamed from isGroupUpdate)

... (truncated)

Commits

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [@xmtp/agent-sdk](https://github.com/xmtp/xmtp-js/tree/HEAD/sdks/agent-sdk) from 2.0.0-rc3 to 2.0.1.
- [Release notes](https://github.com/xmtp/xmtp-js/releases)
- [Changelog](https://github.com/xmtp/xmtp-js/blob/main/sdks/agent-sdk/CHANGELOG.md)
- [Commits](https://github.com/xmtp/xmtp-js/commits/@xmtp/agent-sdk@2.0.1/sdks/agent-sdk)

---
updated-dependencies:
- dependency-name: "@xmtp/agent-sdk"
  dependency-version: 2.0.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code labels Feb 1, 2026
@github-actions github-actions bot enabled auto-merge (squash) February 1, 2026 12:18
@github-actions github-actions bot merged commit 889c374 into main Feb 1, 2026
5 checks passed
@github-actions github-actions bot deleted the dependabot-npm_and_yarn-main-xmtp-agent-sdk-2.0.1 branch February 1, 2026 12:18
@macroscopeapp
Copy link

macroscopeapp bot commented Feb 1, 2026

Bump @xmtp/agent-sdk dependency to version 2.0.1 in package.json to update build dependency resolution

Update @xmtp/agent-sdk to 2.0.1 in package.json and refresh the lockfile in package-lock.json.

📍Where to Start

Start with the dependency entry for @xmtp/agent-sdk in package.json.


Macroscope summarized 86f7fad.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants