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
7 changes: 0 additions & 7 deletions typescript/.changeset/loud-turtles-visit.md

This file was deleted.

5 changes: 0 additions & 5 deletions typescript/.changeset/proud-comics-invite.md

This file was deleted.

8 changes: 8 additions & 0 deletions typescript/agentkit/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# AgentKit Changelog

## 0.7.0

### Minor Changes

- [#665](https://github.com/coinbase/agentkit/pull/665) [`bfed1a0`](https://github.com/coinbase/agentkit/commit/bfed1a07a0c5443297af20fa566723fa20e8a00f) Thanks [@jstinhw](https://github.com/jstinhw)! - Added ZeroDevWalletProvider powered by ZeroDev smart account

This change introduced a new wallet provider, `ZeroDevWalletProvider` which allows AgentKit to use ZeroDev's chain-abstracted smart account with any EvmWalletProvider like cdpWalletProvider or privyEvmWalletProvider as the signer.

## 0.6.2

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion typescript/agentkit/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "@coinbase/agentkit",
"description": "Coinbase AgentKit core primitives",
"repository": "https://github.com/coinbase/agentkit",
"version": "0.6.2",
"version": "0.7.0",
"author": "Coinbase Inc.",
"license": "Apache-2.0",
"main": "dist/index.js",
Expand Down
6 changes: 6 additions & 0 deletions typescript/create-onchain-agent/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Coinbase Create Onchain Agent Changelog

## 0.3.3

### Patch Changes

- [#674](https://github.com/coinbase/agentkit/pull/674) [`fe38f3e`](https://github.com/coinbase/agentkit/commit/fe38f3e4a02d90f3a5452cc2f7c2273abbe46462) Thanks [@CarsonRoscoe](https://github.com/CarsonRoscoe)! - Fixed build setup for mcp server templates

## 0.3.2

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion typescript/create-onchain-agent/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "create-onchain-agent",
"description": "Instantly create onchain-agent applications with Coinbase AgentKit.",
"repository": "https://github.com/coinbase/agentkit",
"version": "0.3.2",
"version": "0.3.3",
"author": "Coinbase Inc.",
"license": "Apache-2.0",
"scripts": {
Expand Down