Skip to content

deps: Bump agents from 0.7.9 to 0.8.7#5

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

deps: Bump agents from 0.7.9 to 0.8.7#5
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/npm_and_yarn/agents-0.8.7

Conversation

@dependabot
Copy link
Copy Markdown

@dependabot dependabot bot commented on behalf of github Mar 29, 2026

Bumps agents from 0.7.9 to 0.8.7.

Release notes

Sourced from agents's releases.

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

  • #1181 e9bace9 Thanks @​threepointone! - Fix alarm handler resilience: move JSON.parse(row.payload) inside try/catch and guard warning emission so a single failure cannot break processing of remaining schedule rows.

agents@0.8.1

Patch Changes

  • #1176 750446b Thanks @​threepointone! - Remove local development workarounds for workflow instance methods now that pause(), resume(), restart(), and terminate() are supported in wrangler dev

agents@0.8.0

Minor Changes

  • #1152 16cc622 Thanks @​threepointone! - feat: expose readable state property on useAgent and AgentClient

    Both useAgent (React) and AgentClient (vanilla JS) now expose a state property that tracks the current agent state. Previously, state was write-only via setState() — reading state required manually tracking it through the onStateUpdate callback.

    React (useAgent)

    const agent = useAgent<GameAgent, GameState>({
      agent: "game-agent",
      name: "room-123",

... (truncated)

Changelog

Sourced from agents's changelog.

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

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

0.8.2

Patch Changes

  • #1181 e9bace9 Thanks @​threepointone! - Fix alarm handler resilience: move JSON.parse(row.payload) inside try/catch and guard warning emission so a single failure cannot break processing of remaining schedule rows.

0.8.1

Patch Changes

  • #1176 750446b Thanks @​threepointone! - Remove local development workarounds for workflow instance methods now that pause(), resume(), restart(), and terminate() are supported in wrangler dev

0.8.0

Minor Changes

... (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 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.8.7.
- [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.8.7/packages/agents)

---
updated-dependencies:
- dependency-name: agents
  dependency-version: 0.8.7
  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 Mar 29, 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