Skip to content

Commit 6a60afe

Browse files
Version Packages (#770)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent d6d813e commit 6a60afe

File tree

12 files changed

+61
-38
lines changed

12 files changed

+61
-38
lines changed

.changeset/odd-signs-travel.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/spotty-donkeys-compare.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/spotty-pandas-kneel.md

Lines changed: 0 additions & 8 deletions
This file was deleted.

package-lock.json

Lines changed: 10 additions & 10 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/agents/CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,17 @@
11
# @cloudflare/agents
22

3+
## 0.3.4
4+
5+
### Patch Changes
6+
7+
- [#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
8+
9+
- [#771](https://github.com/cloudflare/agents/pull/771) [`87dc96d`](https://github.com/cloudflare/agents/commit/87dc96d19de1d26dbb2badecbb9955a4eb8e9e2e) Thanks [@threepointone](https://github.com/threepointone)! - update dependencies
10+
11+
- Updated dependencies [[`0e8fc1e`](https://github.com/cloudflare/agents/commit/0e8fc1e8cca3ad5acb51f5a0c92528c5b6beb358), [`87dc96d`](https://github.com/cloudflare/agents/commit/87dc96d19de1d26dbb2badecbb9955a4eb8e9e2e)]:
12+
- @cloudflare/ai-chat@0.0.4
13+
- @cloudflare/codemode@0.0.4
14+
315
## 0.3.3
416

517
### Patch Changes

packages/agents/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
"durable objects"
1010
],
1111
"type": "module",
12-
"version": "0.3.3",
12+
"version": "0.3.4",
1313
"license": "MIT",
1414
"repository": {
1515
"directory": "packages/agents",
@@ -50,8 +50,8 @@
5050
"peerDependencies": {
5151
"@ai-sdk/openai": "^3.0.0",
5252
"@ai-sdk/react": "^3.0.0",
53-
"@cloudflare/ai-chat": "^0.0.3",
54-
"@cloudflare/codemode": "^0.0.3",
53+
"@cloudflare/ai-chat": "^0.0.4",
54+
"@cloudflare/codemode": "^0.0.4",
5555
"ai": "^6.0.0",
5656
"react": "^19.0.0",
5757
"viem": ">=2.0.0",

packages/ai-chat/CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,16 @@
11
# @cloudflare/ai-chat
22

3+
## 0.0.4
4+
5+
### Patch Changes
6+
7+
- [#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()
8+
9+
- [#771](https://github.com/cloudflare/agents/pull/771) [`87dc96d`](https://github.com/cloudflare/agents/commit/87dc96d19de1d26dbb2badecbb9955a4eb8e9e2e) Thanks [@threepointone](https://github.com/threepointone)! - update dependencies
10+
11+
- Updated dependencies [[`cf8a1e7`](https://github.com/cloudflare/agents/commit/cf8a1e7a24ecaac62c2aefca7b0fd5bf1373e8bd), [`87dc96d`](https://github.com/cloudflare/agents/commit/87dc96d19de1d26dbb2badecbb9955a4eb8e9e2e)]:
12+
13+
314
## 0.0.3
415

516
### Patch Changes

packages/ai-chat/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@cloudflare/ai-chat",
3-
"version": "0.0.3",
3+
"version": "0.0.4",
44
"description": "Cloudflare Agents (x) AI SDK Chat",
55
"keywords": [
66
"cloudflare",
@@ -26,7 +26,7 @@
2626
"zod": "^4.3.5"
2727
},
2828
"peerDependencies": {
29-
"agents": "^0.3.3",
29+
"agents": "^0.3.4",
3030
"ai": "^6.0.0",
3131
"react": "^19.0.0",
3232
"zod": "^3.25.0 || ^4.0.0"

packages/codemode/CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,14 @@
11
# @cloudflare/codemode
22

3+
## 0.0.4
4+
5+
### Patch Changes
6+
7+
- [#771](https://github.com/cloudflare/agents/pull/771) [`87dc96d`](https://github.com/cloudflare/agents/commit/87dc96d19de1d26dbb2badecbb9955a4eb8e9e2e) Thanks [@threepointone](https://github.com/threepointone)! - update dependencies
8+
9+
- Updated dependencies [[`cf8a1e7`](https://github.com/cloudflare/agents/commit/cf8a1e7a24ecaac62c2aefca7b0fd5bf1373e8bd), [`87dc96d`](https://github.com/cloudflare/agents/commit/87dc96d19de1d26dbb2badecbb9955a4eb8e9e2e)]:
10+
11+
312
## 0.0.3
413

514
### Patch Changes

packages/codemode/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@cloudflare/codemode",
3-
"version": "0.0.3",
3+
"version": "0.0.4",
44
"description": "Code Mode: use LLMs to generate executable code that performs tool calls",
55
"repository": {
66
"directory": "packages/codemode",
@@ -18,7 +18,7 @@
1818
"zod": "^4.3.5"
1919
},
2020
"peerDependencies": {
21-
"agents": "^0.3.3",
21+
"agents": "^0.3.4",
2222
"ai": "^6.0.0",
2323
"zod": "^3.25.0 || ^4.0.0"
2424
},

0 commit comments

Comments
 (0)