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
5 changes: 0 additions & 5 deletions .changeset/odd-signs-travel.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/spotty-donkeys-compare.md

This file was deleted.

8 changes: 0 additions & 8 deletions .changeset/spotty-pandas-kneel.md

This file was deleted.

20 changes: 10 additions & 10 deletions package-lock.json

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

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

## 0.3.4

### Patch Changes

- [#768](https://github.com/cloudflare/agents/pull/768) [`cf8a1e7`](https://github.com/cloudflare/agents/commit/cf8a1e7a24ecaac62c2aefca7b0fd5bf1373e8bd) Thanks [@whoiskatrin](https://github.com/whoiskatrin)! - pipe SQL errors into the existing onError method using a new SqlError class

- [#771](https://github.com/cloudflare/agents/pull/771) [`87dc96d`](https://github.com/cloudflare/agents/commit/87dc96d19de1d26dbb2badecbb9955a4eb8e9e2e) Thanks [@threepointone](https://github.com/threepointone)! - update dependencies

- Updated dependencies [[`0e8fc1e`](https://github.com/cloudflare/agents/commit/0e8fc1e8cca3ad5acb51f5a0c92528c5b6beb358), [`87dc96d`](https://github.com/cloudflare/agents/commit/87dc96d19de1d26dbb2badecbb9955a4eb8e9e2e)]:
- @cloudflare/[email protected]
- @cloudflare/[email protected]

## 0.3.3

### Patch Changes
Expand Down
6 changes: 3 additions & 3 deletions 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.3.3",
"version": "0.3.4",
"license": "MIT",
"repository": {
"directory": "packages/agents",
Expand Down Expand Up @@ -50,8 +50,8 @@
"peerDependencies": {
"@ai-sdk/openai": "^3.0.0",
"@ai-sdk/react": "^3.0.0",
"@cloudflare/ai-chat": "^0.0.3",
"@cloudflare/codemode": "^0.0.3",
"@cloudflare/ai-chat": "^0.0.4",
"@cloudflare/codemode": "^0.0.4",
"ai": "^6.0.0",
"react": "^19.0.0",
"viem": ">=2.0.0",
Expand Down
11 changes: 11 additions & 0 deletions packages/ai-chat/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# @cloudflare/ai-chat

## 0.0.4

### Patch Changes

- [#761](https://github.com/cloudflare/agents/pull/761) [`0e8fc1e`](https://github.com/cloudflare/agents/commit/0e8fc1e8cca3ad5acb51f5a0c92528c5b6beb358) Thanks [@iTrooz](https://github.com/iTrooz)! - Allow returning a non-streaming reponse from onChatMessage()

- [#771](https://github.com/cloudflare/agents/pull/771) [`87dc96d`](https://github.com/cloudflare/agents/commit/87dc96d19de1d26dbb2badecbb9955a4eb8e9e2e) Thanks [@threepointone](https://github.com/threepointone)! - update dependencies

- Updated dependencies [[`cf8a1e7`](https://github.com/cloudflare/agents/commit/cf8a1e7a24ecaac62c2aefca7b0fd5bf1373e8bd), [`87dc96d`](https://github.com/cloudflare/agents/commit/87dc96d19de1d26dbb2badecbb9955a4eb8e9e2e)]:
- [email protected]

## 0.0.3

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/ai-chat/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@cloudflare/ai-chat",
"version": "0.0.3",
"version": "0.0.4",
"description": "Cloudflare Agents (x) AI SDK Chat",
"keywords": [
"cloudflare",
Expand All @@ -26,7 +26,7 @@
"zod": "^4.3.5"
},
"peerDependencies": {
"agents": "^0.3.3",
"agents": "^0.3.4",
"ai": "^6.0.0",
"react": "^19.0.0",
"zod": "^3.25.0 || ^4.0.0"
Expand Down
9 changes: 9 additions & 0 deletions packages/codemode/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# @cloudflare/codemode

## 0.0.4

### Patch Changes

- [#771](https://github.com/cloudflare/agents/pull/771) [`87dc96d`](https://github.com/cloudflare/agents/commit/87dc96d19de1d26dbb2badecbb9955a4eb8e9e2e) Thanks [@threepointone](https://github.com/threepointone)! - update dependencies

- Updated dependencies [[`cf8a1e7`](https://github.com/cloudflare/agents/commit/cf8a1e7a24ecaac62c2aefca7b0fd5bf1373e8bd), [`87dc96d`](https://github.com/cloudflare/agents/commit/87dc96d19de1d26dbb2badecbb9955a4eb8e9e2e)]:
- [email protected]

## 0.0.3

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/codemode/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@cloudflare/codemode",
"version": "0.0.3",
"version": "0.0.4",
"description": "Code Mode: use LLMs to generate executable code that performs tool calls",
"repository": {
"directory": "packages/codemode",
Expand All @@ -18,7 +18,7 @@
"zod": "^4.3.5"
},
"peerDependencies": {
"agents": "^0.3.3",
"agents": "^0.3.4",
"ai": "^6.0.0",
"zod": "^3.25.0 || ^4.0.0"
},
Expand Down
9 changes: 9 additions & 0 deletions packages/hono-agents/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# hono-agents

## 3.0.1

### Patch Changes

- [#771](https://github.com/cloudflare/agents/pull/771) [`87dc96d`](https://github.com/cloudflare/agents/commit/87dc96d19de1d26dbb2badecbb9955a4eb8e9e2e) Thanks [@threepointone](https://github.com/threepointone)! - update dependencies

- Updated dependencies [[`cf8a1e7`](https://github.com/cloudflare/agents/commit/cf8a1e7a24ecaac62c2aefca7b0fd5bf1373e8bd), [`87dc96d`](https://github.com/cloudflare/agents/commit/87dc96d19de1d26dbb2badecbb9955a4eb8e9e2e)]:
- [email protected]

## 3.0.0

### 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.3.0",
"agents": "^0.3.4",
"hono": "^4.11.3"
},
"publishConfig": {
Expand All @@ -31,7 +31,7 @@
"main": "src/index.ts",
"name": "hono-agents",
"peerDependencies": {
"agents": "^0.3.0",
"agents": "^0.3.4",
"hono": "^4.6.17"
},
"repository": {
Expand All @@ -45,5 +45,5 @@
},
"type": "module",
"types": "dist/index.d.ts",
"version": "3.0.0"
"version": "3.0.1"
}