Skip to content

chore(deps): bump agents from 0.7.9 to 0.9.0#14

Open
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/npm_and_yarn/agents-0.9.0
Open

chore(deps): bump agents from 0.7.9 to 0.9.0#14
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/npm_and_yarn/agents-0.9.0

Conversation

@dependabot
Copy link
Copy Markdown

@dependabot dependabot bot commented on behalf of github Apr 5, 2026

Bumps agents from 0.7.9 to 0.9.0.

Release notes

Sourced from agents's releases.

agents@0.9.0

Minor Changes

  • #1237 f3d5557 Thanks @​threepointone! - Add broadcastTransition to agents/chat — a pure state machine for managing StreamAccumulator lifecycle during broadcast/resume streams. Replaces scattered ref management in useAgentChat with explicit state transitions.

  • #1237 f3d5557 Thanks @​threepointone! - Add TurnQueue to agents/chat — a shared serial async queue with generation-based invalidation for chat turn scheduling. AIChatAgent and Think now both use TurnQueue internally, unifying turn serialization and the epoch/clear-generation concept. Think gains proper turn serialization (previously concurrent chat turns could interleave).

Patch Changes

  • #1248 c74b615 Thanks @​threepointone! - Update dependencies

  • #1247 31c6279 Thanks @​threepointone! - Add ContinuationState to agents/chat — shared state container for auto-continuation lifecycle. AIChatAgent's 15 internal auto-continuation fields consolidated into one ContinuationState instance (no public API change). Think gains deferred continuations, resume coordination for pending continuations, onClose cleanup, and hibernation persistence for client tools via think_request_context table.

agents@0.8.7

Patch Changes

  • #1207 b1da19c Thanks @​threepointone! - Add transport: "auto" option for McpAgent.serve() that serves both Streamable HTTP and legacy SSE on the same endpoint. Capable clients use Streamable HTTP automatically, while older SSE-only clients continue to work transparently.

  • #1217 6801966 Thanks @​threepointone! - update partyserver

agents@0.8.6

Patch Changes

  • #1201 fc6d214 Thanks @​threepointone! - Bump @modelcontextprotocol/sdk from 1.26.0 to 1.28.0 and populate url on MCP RequestInfo so tool handlers can access the request URL and query parameters

agents@0.8.5

Patch Changes

  • #1198 dde826e Thanks @​threepointone! - Derive callbackHost from connection.uri in addMcpServer when called from a @callable method over WebSocket. Previously, callbackHost had to be passed explicitly (or read from an env var) because the WebSocket onMessage context has no HTTP request to derive the host from. Now the host is automatically extracted from the WebSocket connection's original upgrade URL, so addMcpServer("name", url) works without any extra options in callables. Also adds vite/client to the shared agents/tsconfig types for TS6 compatibility with CSS side-effect imports.

agents@0.8.4

Patch Changes

  • #1190 b39dbff Thanks @​threepointone! - Export shared agents/tsconfig and agents/vite so examples and internal projects are self-contained. The agents/vite plugin handles TC39 decorator transforms for @callable() until Oxc lands native support.

agents@0.8.3

Patch Changes

  • #1182 c03e87b Thanks @​dmmulroy! - Fix elicitInput() hanging on RPC transport by intercepting elicitation responses in handleMcpMessage() and adding awaitPendingResponse() to RPCServerTransport

agents@0.8.2

Patch Changes

... (truncated)

Changelog

Sourced from agents's changelog.

0.9.0

Minor Changes

  • #1237 f3d5557 Thanks @​threepointone! - Add broadcastTransition to agents/chat — a pure state machine for managing StreamAccumulator lifecycle during broadcast/resume streams. Replaces scattered ref management in useAgentChat with explicit state transitions.

  • #1237 f3d5557 Thanks @​threepointone! - Add TurnQueue to agents/chat — a shared serial async queue with generation-based invalidation for chat turn scheduling. AIChatAgent and Think now both use TurnQueue internally, unifying turn serialization and the epoch/clear-generation concept. Think gains proper turn serialization (previously concurrent chat turns could interleave).

Patch Changes

  • #1248 c74b615 Thanks @​threepointone! - Update dependencies

  • #1247 31c6279 Thanks @​threepointone! - Add ContinuationState to agents/chat — shared state container for auto-continuation lifecycle. AIChatAgent's 15 internal auto-continuation fields consolidated into one ContinuationState instance (no public API change). Think gains deferred continuations, resume coordination for pending continuations, onClose cleanup, and hibernation persistence for client tools via think_request_context table.

0.8.7

Patch Changes

  • #1207 b1da19c Thanks @​threepointone! - Add transport: "auto" option for McpAgent.serve() that serves both Streamable HTTP and legacy SSE on the same endpoint. Capable clients use Streamable HTTP automatically, while older SSE-only clients continue to work transparently.

  • #1217 6801966 Thanks @​threepointone! - update partyserver

0.8.6

Patch Changes

  • #1201 fc6d214 Thanks @​threepointone! - Bump @modelcontextprotocol/sdk from 1.26.0 to 1.28.0 and populate url on MCP RequestInfo so tool handlers can access the request URL and query parameters

0.8.5

Patch Changes

  • #1198 dde826e Thanks @​threepointone! - Derive callbackHost from connection.uri in addMcpServer when called from a @callable method over WebSocket. Previously, callbackHost had to be passed explicitly (or read from an env var) because the WebSocket onMessage context has no HTTP request to derive the host from. Now the host is automatically extracted from the WebSocket connection's original upgrade URL, so addMcpServer("name", url) works without any extra options in callables. Also adds vite/client to the shared agents/tsconfig types for TS6 compatibility with CSS side-effect imports.

0.8.4

Patch Changes

  • #1190 b39dbff Thanks @​threepointone! - Export shared agents/tsconfig and agents/vite so examples and internal projects are self-contained. The agents/vite plugin handles TC39 decorator transforms for @callable() until Oxc lands native support.

0.8.3

Patch Changes

... (truncated)

Commits
  • 806579a Version Packages (#1246)
  • c74b615 Update dependency versions across repo (#1248)
  • 31c6279 Extract ContinuationState into agents/chat, unify auto-continuation across AI...
  • f3d5557 Extract shared chat layer into agents/chat, strip Think to minimal core, rewr...
  • e843d9b feat: add skills system for on-demand document loading (#1243)
  • befe241 feat(experimental): SessionManager with compaction propagation and multichat ...
  • 21b426a Version Packages (#1218)
  • b1da19c Add auto transport for MCP endpoints (#1207)
  • 6801966 Bump deps: vite, wrangler, ai, partyserver (#1217)
  • 938f30f fix(experimental): session API better compaction helpers (#1210)
  • Additional commits viewable in compare view

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 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.7.9 to 0.9.0.
- [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.9.0/packages/agents)

---
updated-dependencies:
- dependency-name: agents
  dependency-version: 0.9.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

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 Apr 5, 2026
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