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
5 changes: 0 additions & 5 deletions typescript/.changeset/cold-cougars-hug.md

This file was deleted.

5 changes: 0 additions & 5 deletions typescript/.changeset/early-jeans-bake.md

This file was deleted.

5 changes: 0 additions & 5 deletions typescript/.changeset/great-cameras-sit.md

This file was deleted.

5 changes: 0 additions & 5 deletions typescript/.changeset/sad-windows-divide.md

This file was deleted.

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

## 0.5.1

### Patch Changes

- [#641](https://github.com/coinbase/agentkit/pull/641) [`03ea0e5`](https://github.com/coinbase/agentkit/commit/03ea0e541cb0b76fefcc15fe9d74297ac809801d) Thanks [@pawelpolak2](https://github.com/pawelpolak2)! - Added transaction queue to the cdp wallet provider to avoid nonce collisions.

- [#617](https://github.com/coinbase/agentkit/pull/617) [`d64b11c`](https://github.com/coinbase/agentkit/commit/d64b11cb8a7f795e5c33e45c70eec8153977783d) Thanks [@apoorvlathey](https://github.com/apoorvlathey)! - Added a new action provider to interact with Flaunch protocol

- [#638](https://github.com/coinbase/agentkit/pull/638) [`4d4b031`](https://github.com/coinbase/agentkit/commit/4d4b031242d6760a089b300d8f135110dd8d467d) Thanks [@CarsonRoscoe](https://github.com/CarsonRoscoe)! - Added OnrampActionProvider to enable cryptocurrency purchases

## 0.5.0

### Minor 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.5.0",
"version": "0.5.1",
"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.1

### Patch Changes

- [#642](https://github.com/coinbase/agentkit/pull/642) [`9a946f2`](https://github.com/coinbase/agentkit/commit/9a946f241897bbd1f8fc394861cdbe9e8b6b4e6f) Thanks [@CarsonRoscoe](https://github.com/CarsonRoscoe)! - Removed CdpWalletActionProvider from smart wallet action provider lists

## 0.3.0

### Minor 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.0",
"version": "0.3.1",
"author": "Coinbase Inc.",
"license": "Apache-2.0",
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion typescript/create-onchain-agent/templates/mcp/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"build": "tsc && node -e \"require('fs').chmodSync('build/index.js', '755')\""
},
"dependencies": {
"@coinbase/agentkit": "^0.4.0",
"@coinbase/agentkit": "^0.5.1",
"@coinbase/agentkit-model-context-protocol": "^0.2.0",
"@modelcontextprotocol/sdk": "^1.6.1",
"@solana/web3.js": "^1.98.0",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
},
"dependencies": {
"@ai-sdk/openai": "^1.2.1",
"@coinbase/agentkit": "^0.4.0",
"@coinbase/agentkit": "^0.5.1",
"@coinbase/agentkit-langchain": "^0.3.0",
"@coinbase/agentkit-vercel-ai-sdk": "^0.1.0",
"@langchain/core": "^0.3.19",
Expand Down