Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 0 additions & 10 deletions .changeset/gold-singers-sin.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/light-radios-allow.md

This file was deleted.

7 changes: 0 additions & 7 deletions .changeset/loud-walls-eat.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/pink-fishes-buy.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/thick-nails-cross.md

This file was deleted.

8 changes: 4 additions & 4 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

19 changes: 19 additions & 0 deletions packages/agents/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,24 @@
# @cloudflare/agents

## 0.2.34

### Patch Changes

- [#739](https://github.com/cloudflare/agents/pull/739) [`e9b6bb7`](https://github.com/cloudflare/agents/commit/e9b6bb7ea2727e4692d9191108c5609c6a44d9d9) Thanks [@threepointone](https://github.com/threepointone)! - update all dependencies
- remove the changesets cli patch, as well as updating node version, so we don't need to explicitly install newest npm
- lock mcp sdk version till we figure out how to do breaking changes correctly
- removes stray permissions block from release.yml

- [#740](https://github.com/cloudflare/agents/pull/740) [`087264c`](https://github.com/cloudflare/agents/commit/087264cd3b3bebff3eb6e59d850e091d086ff591) Thanks [@threepointone](https://github.com/threepointone)! - update zod

- [#737](https://github.com/cloudflare/agents/pull/737) [`b8c0595`](https://github.com/cloudflare/agents/commit/b8c0595b22ef6421370d3d14e74ddc9ed708d719) Thanks [@threepointone](https://github.com/threepointone)! - update partyserver (and some other cf packages)

specifically updating partyserver so it gets a better default type for Env, defaulting to Cloudflare.Env

- [#732](https://github.com/cloudflare/agents/pull/732) [`9fbb1b6`](https://github.com/cloudflare/agents/commit/9fbb1b6587176a70296b30592eaba5f821c68208) Thanks [@Scalahansolo](https://github.com/Scalahansolo)! - Setup proper peer deps for zod v4

- [#722](https://github.com/cloudflare/agents/pull/722) [`57b7f2e`](https://github.com/cloudflare/agents/commit/57b7f2e26e4d5e6eb370b2b8a690a542c3c269c9) Thanks [@agcty](https://github.com/agcty)! - fix: move AI SDK packages to peer dependencies

## 0.2.32

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/agents/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"durable objects"
],
"type": "module",
"version": "0.2.33",
"version": "0.2.34",
"license": "MIT",
"repository": {
"directory": "packages/agents",
Expand Down
12 changes: 12 additions & 0 deletions packages/hono-agents/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# hono-agents

## 2.0.8

### Patch Changes

- [#739](https://github.com/cloudflare/agents/pull/739) [`e9b6bb7`](https://github.com/cloudflare/agents/commit/e9b6bb7ea2727e4692d9191108c5609c6a44d9d9) Thanks [@threepointone](https://github.com/threepointone)! - update all dependencies
- remove the changesets cli patch, as well as updating node version, so we don't need to explicitly install newest npm
- lock mcp sdk version till we figure out how to do breaking changes correctly
- removes stray permissions block from release.yml

- Updated dependencies [[`e9b6bb7`](https://github.com/cloudflare/agents/commit/e9b6bb7ea2727e4692d9191108c5609c6a44d9d9), [`087264c`](https://github.com/cloudflare/agents/commit/087264cd3b3bebff3eb6e59d850e091d086ff591), [`b8c0595`](https://github.com/cloudflare/agents/commit/b8c0595b22ef6421370d3d14e74ddc9ed708d719), [`9fbb1b6`](https://github.com/cloudflare/agents/commit/9fbb1b6587176a70296b30592eaba5f821c68208), [`57b7f2e`](https://github.com/cloudflare/agents/commit/57b7f2e26e4d5e6eb370b2b8a690a542c3c269c9)]:
- agents@0.2.34

## 2.0.7

### Patch Changes
Expand Down
6 changes: 3 additions & 3 deletions packages/hono-agents/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
},
"description": "Add Cloudflare Agents to your Hono app",
"devDependencies": {
"agents": "^0.2.26",
"agents": "^0.2.34",
"hono": "^4.11.1"
},
"publishConfig": {
Expand All @@ -31,7 +31,7 @@
"main": "src/index.ts",
"name": "hono-agents",
"peerDependencies": {
"agents": "^0.2.26",
"agents": "^0.2.34",
"hono": "^4.6.17"
},
"repository": {
Expand All @@ -45,5 +45,5 @@
},
"type": "module",
"types": "dist/index.d.ts",
"version": "2.0.7"
"version": "2.0.8"
}