Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Dec 1, 2025

Bumps agents from 0.2.23 to 0.2.26.

Release notes

Sourced from agents's releases.

agents@0.2.26

Patch Changes

agents@0.2.25

Patch Changes

agents@0.2.24

Patch Changes

  • #673 603b825 Thanks @​whoiskatrin! - added resumable streaming with minimal setup

  • #665 4c0838a Thanks @​threepointone! - Add default JSON schema validator to MCP client

  • #664 36d03e6 Thanks @​threepointone! - Refactor MCP server table management in Agent class

    Moved creation and deletion of the cf_agents_mcp_servers table from AgentMCPClientStorage to the Agent class. Removed redundant create and destroy methods from AgentMCPClientStorage and updated MCPClientManager to reflect these changes. Added comments to clarify usage in demo and test code.

  • #653 412321b Thanks @​deathbyknowledge! - Allow this.destroy inside a schedule by including a destroyed flag and yielding ctx.abort instead of calling it directly Fix issue where schedules would not be able to run for more 30 seconds due to blockConccurencyWhile. alarm() isn't manually called anymore, getting rid of the bCW. Fix an issue where immediate schedules (e.g. this.schedule(0, "foo"))) would not get immediately scheduled.

  • #652 c07b2c0 Thanks @​mattzcarey! - ### New Features

    • MCPClientManager API changes:
      • New registerServer() method to register servers (replaces part of connect())
      • New connectToServer() method to establish connection (replaces part of connect())
      • connect() method deprecated (still works for backward compatibility)
    • Connection state observability: New onServerStateChanged() event for tracking all server state changes
    • Improved reconnect logic: restoreConnectionsFromStorage() handles failed connections

    Bug Fixes

    • Fixed failed connections not being recreated on restore
    • Fixed redundant storage operations during connection restoration
    • Fixed potential OAuth storage initialization issue by excluding non-serializable authProvider from stored server options
    • Added defensive checks for storage initialization in MCPClientManager and DurableObjectOAuthClientProvider
    • Fixed initialization order: MCPClientManager is now created AFTER database tables are created to prevent possible table-not-found errors during DO restart
  • #678 cccbd0f Thanks @​whoiskatrin! - convert internal AI SDK stream events to UIMessageStreamPart format

  • #672 7c9f8b0 Thanks @​mattzcarey! - - MCPClientConnection.init() no longer triggers discovery automatically. Discovery should be done via discover() or through MCPClientManager.discoverIfConnected()

... (truncated)

Changelog

Sourced from agents's changelog.

0.2.26

Patch Changes

0.2.25

Patch Changes

0.2.24

Patch Changes

  • #673 603b825 Thanks @​whoiskatrin! - added resumable streaming with minimal setup

  • #665 4c0838a Thanks @​threepointone! - Add default JSON schema validator to MCP client

  • #664 36d03e6 Thanks @​threepointone! - Refactor MCP server table management in Agent class

    Moved creation and deletion of the cf_agents_mcp_servers table from AgentMCPClientStorage to the Agent class. Removed redundant create and destroy methods from AgentMCPClientStorage and updated MCPClientManager to reflect these changes. Added comments to clarify usage in demo and test code.

  • #653 412321b Thanks @​deathbyknowledge! - Allow this.destroy inside a schedule by including a destroyed flag and yielding ctx.abort instead of calling it directly Fix issue where schedules would not be able to run for more 30 seconds due to blockConccurencyWhile. alarm() isn't manually called anymore, getting rid of the bCW. Fix an issue where immediate schedules (e.g. this.schedule(0, "foo"))) would not get immediately scheduled.

  • #652 c07b2c0 Thanks @​mattzcarey! - ### New Features

    • MCPClientManager API changes:
      • New registerServer() method to register servers (replaces part of connect())
      • New connectToServer() method to establish connection (replaces part of connect())
      • connect() method deprecated (still works for backward compatibility)
    • Connection state observability: New onServerStateChanged() event for tracking all server state changes
    • Improved reconnect logic: restoreConnectionsFromStorage() handles failed connections

    Bug Fixes

    • Fixed failed connections not being recreated on restore
    • Fixed redundant storage operations during connection restoration
    • Fixed potential OAuth storage initialization issue by excluding non-serializable authProvider from stored server options
    • Added defensive checks for storage initialization in MCPClientManager and DurableObjectOAuthClientProvider
    • Fixed initialization order: MCPClientManager is now created AFTER database tables are created to prevent possible table-not-found errors during DO restart
  • #678 cccbd0f Thanks @​whoiskatrin! - convert internal AI SDK stream events to UIMessageStreamPart format

  • #672 7c9f8b0 Thanks @​mattzcarey! - - MCPClientConnection.init() no longer triggers discovery automatically. Discovery should be done via discover() or through MCPClientManager.discoverIfConnected()

... (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 [agents](https://github.com/cloudflare/agents/tree/HEAD/packages/agents) from 0.2.23 to 0.2.26.
- [Release notes](https://github.com/cloudflare/agents/releases)
- [Changelog](https://github.com/cloudflare/agents/blob/main/packages/agents/CHANGELOG.md)
- [Commits](https://github.com/cloudflare/agents/commits/agents@0.2.26/packages/agents)

---
updated-dependencies:
- dependency-name: agents
  dependency-version: 0.2.26
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot requested a review from semanticintent as a code owner December 1, 2025 02:58
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Dec 1, 2025

Labels

The following labels could not be found: automated, dependencies. Please create them before Dependabot can add them to a pull request.

Please fix the above issues or remove invalid values from dependabot.yml.

@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Dec 8, 2025

Superseded by #71.

@dependabot dependabot bot closed this Dec 8, 2025
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/agents-0.2.26 branch December 8, 2025 02:25
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant