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
14 changes: 0 additions & 14 deletions .changeset/calm-poems-crash.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/mean-buttons-sit.md

This file was deleted.

14 changes: 7 additions & 7 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.3.2

### Patch Changes

- [#756](https://github.com/cloudflare/agents/pull/756) [`0c4275f`](https://github.com/cloudflare/agents/commit/0c4275f8f4b71c264c32c3742d151ef705739c2f) Thanks [@threepointone](https://github.com/threepointone)! - feat: split ai-chat and codemode into separate packages

Extract @cloudflare/ai-chat and @cloudflare/codemode into their own packages
with comprehensive READMEs. Update agents README to remove chat-specific
content and point to new packages. Fix documentation imports to reflect
new package structure.

Maintains backward compatibility, no breaking changes.

- [#758](https://github.com/cloudflare/agents/pull/758) [`f12553f`](https://github.com/cloudflare/agents/commit/f12553f2fa65912c68d9a7620b9a11b70b8790a2) Thanks [@whoiskatrin](https://github.com/whoiskatrin)! - Implement createStubProxy function to fix RPC method call handling

- Updated dependencies [[`0c4275f`](https://github.com/cloudflare/agents/commit/0c4275f8f4b71c264c32c3742d151ef705739c2f)]:
- @cloudflare/codemode@0.0.2
- @cloudflare/ai-chat@0.0.2

## 0.3.1

### 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.1",
"version": "0.3.2",
"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.1",
"@cloudflare/codemode": "^0.0.1",
"@cloudflare/ai-chat": "^0.0.2",
"@cloudflare/codemode": "^0.0.2",
"ai": "^6.0.0",
"react": "^19.0.0",
"viem": ">=2.0.0",
Expand Down
17 changes: 17 additions & 0 deletions packages/ai-chat/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
# @cloudflare/ai-chat

## 0.0.2

### Patch Changes

- [#756](https://github.com/cloudflare/agents/pull/756) [`0c4275f`](https://github.com/cloudflare/agents/commit/0c4275f8f4b71c264c32c3742d151ef705739c2f) Thanks [@threepointone](https://github.com/threepointone)! - feat: split ai-chat and codemode into separate packages

Extract @cloudflare/ai-chat and @cloudflare/codemode into their own packages
with comprehensive READMEs. Update agents README to remove chat-specific
content and point to new packages. Fix documentation imports to reflect
new package structure.

Maintains backward compatibility, no breaking changes.

- Updated dependencies [[`0c4275f`](https://github.com/cloudflare/agents/commit/0c4275f8f4b71c264c32c3742d151ef705739c2f), [`f12553f`](https://github.com/cloudflare/agents/commit/f12553f2fa65912c68d9a7620b9a11b70b8790a2)]:
- agents@0.3.2
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.1",
"version": "0.0.2",
"description": "Cloudflare Agents (x) AI SDK Chat",
"keywords": [
"cloudflare",
Expand All @@ -18,7 +18,7 @@
"zod": "^4.1.8"
},
"peerDependencies": {
"agents": "^0.3.0",
"agents": "^0.3.2",
"ai": "^6.0.0",
"react": "^19.0.0",
"zod": "^3.25.0 || ^4.0.0"
Expand Down
17 changes: 17 additions & 0 deletions packages/codemode/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
# @cloudflare/codemode

## 0.0.2

### Patch Changes

- [#756](https://github.com/cloudflare/agents/pull/756) [`0c4275f`](https://github.com/cloudflare/agents/commit/0c4275f8f4b71c264c32c3742d151ef705739c2f) Thanks [@threepointone](https://github.com/threepointone)! - feat: split ai-chat and codemode into separate packages

Extract @cloudflare/ai-chat and @cloudflare/codemode into their own packages
with comprehensive READMEs. Update agents README to remove chat-specific
content and point to new packages. Fix documentation imports to reflect
new package structure.

Maintains backward compatibility, no breaking changes.

- Updated dependencies [[`0c4275f`](https://github.com/cloudflare/agents/commit/0c4275f8f4b71c264c32c3742d151ef705739c2f), [`f12553f`](https://github.com/cloudflare/agents/commit/f12553f2fa65912c68d9a7620b9a11b70b8790a2)]:
- agents@0.3.2
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.1",
"version": "0.0.2",
"description": "Code Mode: use LLMs to generate executable code that performs tool calls",
"dependencies": {
"zod-to-ts": "^2.0.0"
Expand All @@ -10,7 +10,7 @@
"zod": "^4.1.8"
},
"peerDependencies": {
"agents": "^0.3.0",
"agents": "^0.3.2",
"ai": "^6.0.0",
"zod": "^3.25.0 || ^4.0.0"
},
Expand Down