Skip to content
Open
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
6 changes: 0 additions & 6 deletions .changeset/fresh-types-agree.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/fuzzy-pandas-pay.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/neat-spans-nest.md

This file was deleted.

8 changes: 8 additions & 0 deletions agent-think/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @cloudflare/agent-think

## 0.0.6

### Patch Changes

- Updated dependencies [[`753a674`](https://github.com/cloudflare/agents/commit/753a6748c1d20e56a300bedab6174e43acb33a79), [`a68736f`](https://github.com/cloudflare/agents/commit/a68736f415ac9ec48226b9bd3bbe5c90612921f5), [`6e77f62`](https://github.com/cloudflare/agents/commit/6e77f62e368279a5bbd11ee2c4b2f489693d0401)]:
- agents@0.20.2
- @cloudflare/think@0.15.2

## 0.0.5

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion agent-think/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@cloudflare/agent-think",
"version": "0.0.5",
"version": "0.0.6",
"private": true,
"type": "module",
"description": "Think agent that reproduces and fixes cloudflare/agents GitHub issues in a container-backed Workspace. Invoked as `@agent-think repro|pr` via the gh-app webhook service; streams a live thread UI and reports back on the issue.",
Expand Down
10 changes: 10 additions & 0 deletions packages/agents/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# @cloudflare/agents

## 0.20.2

### Patch Changes

- [#1996](https://github.com/cloudflare/agents/pull/1996) [`753a674`](https://github.com/cloudflare/agents/commit/753a6748c1d20e56a300bedab6174e43acb33a79) Thanks [@mattzcarey](https://github.com/mattzcarey)! - Update PartyServer and the Cloudflare Workers development toolchain for `@cloudflare/workers-types` v5 compatibility. New Think projects now use Workers Types v5 with matching Wrangler and Vite plugin versions.

- [#2000](https://github.com/cloudflare/agents/pull/2000) [`a68736f`](https://github.com/cloudflare/agents/commit/a68736f415ac9ec48226b9bd3bbe5c90612921f5) Thanks [@ben-reitz](https://github.com/ben-reitz)! - Deprecate and feature-freeze the `agents/x402` integration. Existing applications can continue using it, but it is not recommended for new projects. Cloudflare is developing integrated monetization capabilities through [Monetization Gateway](https://blog.cloudflare.com/monetization-gateway/).

- [#1994](https://github.com/cloudflare/agents/pull/1994) [`6e77f62`](https://github.com/cloudflare/agents/commit/6e77f62e368279a5bbd11ee2c4b2f489693d0401) Thanks [@mattzcarey](https://github.com/mattzcarey)! - Use `wrapAISDK()` as the single AI SDK v6 and v7 tracing integration, removing the separate `createAISDKTelemetry()` callback adapter that could not preserve the `invoke_agent` parent hierarchy. Mark asynchronously decided AI SDK v7 top-level approval spans when they outlive their invocation.

## 0.20.1

### 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.20.1",
"version": "0.20.2",
"license": "MIT",
"repository": {
"directory": "packages/agents",
Expand Down
6 changes: 6 additions & 0 deletions packages/think/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @cloudflare/think

## 0.15.2

### Patch Changes

- [#1996](https://github.com/cloudflare/agents/pull/1996) [`753a674`](https://github.com/cloudflare/agents/commit/753a6748c1d20e56a300bedab6174e43acb33a79) Thanks [@mattzcarey](https://github.com/mattzcarey)! - Update PartyServer and the Cloudflare Workers development toolchain for `@cloudflare/workers-types` v5 compatibility. New Think projects now use Workers Types v5 with matching Wrangler and Vite plugin versions.

## 0.15.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/think/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"tools"
],
"type": "module",
"version": "0.15.1",
"version": "0.15.2",
"license": "MIT",
"repository": {
"directory": "packages/think",
Expand Down