Skip to content

Commit ff431ff

Browse files
Version Packages (#625)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 2b6cba4 commit ff431ff

File tree

7 files changed

+22
-31
lines changed

7 files changed

+22
-31
lines changed

.changeset/happy-students-prove.md

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

.changeset/kind-hotels-open.md

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

.changeset/pink-mangos-float.md

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

.changeset/soft-beds-rescue.md

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

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/agents/CHANGELOG.md

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

3+
## 0.2.21
4+
5+
### Patch Changes
6+
7+
- [#631](https://github.com/cloudflare/agents/pull/631) [`6ddabb7`](https://github.com/cloudflare/agents/commit/6ddabb71a2b1df9bb270ad632fc6714c41b931e4) Thanks [@ghostwriternr](https://github.com/ghostwriternr)! - Handle OAuth errors and validate redirect URLs
8+
9+
- [#626](https://github.com/cloudflare/agents/pull/626) [`cec3cca`](https://github.com/cloudflare/agents/commit/cec3cca32076cc314937f4894556ac2a3a4e7ee9) Thanks [@mattzcarey](https://github.com/mattzcarey)! - Remove url field from RequestExtra in WorkerTransport. It is non standard and goes against the MCP spec types.
10+
11+
- [#630](https://github.com/cloudflare/agents/pull/630) [`636aaf9`](https://github.com/cloudflare/agents/commit/636aaf99f8ecd7a6f4d445efe9a59f698cdb963e) Thanks [@ghostwriternr](https://github.com/ghostwriternr)! - Fix OAuth redirect handling in MCP clients
12+
13+
- [#624](https://github.com/cloudflare/agents/pull/624) [`3bb54bf`](https://github.com/cloudflare/agents/commit/3bb54bfbdea9cba5928e233b03680dfc6993fc40) Thanks [@threepointone](https://github.com/threepointone)! - Add CLI entry point and tests for agents package
14+
15+
Introduces a new CLI for the agents package using yargs with the following commands (currently stubs, not yet implemented):
16+
- `init` / `create` - Initialize an agents project
17+
- `dev` - Start development server
18+
- `deploy` - Deploy agents to Cloudflare
19+
- `mcp` - The agents mcp server
20+
21+
Adds CLI test suite with comprehensive coverage for all commands and configurations. Updates package.json to register the CLI binary, adds test scripts for CLI testing, and includes yargs dependencies.
22+
323
## 0.2.20
424

525
### Patch Changes

packages/agents/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -143,5 +143,5 @@
143143
},
144144
"type": "module",
145145
"types": "dist/index.d.ts",
146-
"version": "0.2.20"
146+
"version": "0.2.21"
147147
}

0 commit comments

Comments
 (0)