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
5 changes: 0 additions & 5 deletions typescript/.changeset/cyan-llamas-bow.md

This file was deleted.

6 changes: 0 additions & 6 deletions typescript/.changeset/fluffy-adults-stay.md

This file was deleted.

5 changes: 0 additions & 5 deletions typescript/.changeset/silent-geckos-go.md

This file was deleted.

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

## 0.8.0

### Minor Changes

- [#732](https://github.com/coinbase/agentkit/pull/732) [`cd044db`](https://github.com/coinbase/agentkit/commit/cd044db7ae35140726c35ba82429b0f0885ccb60) Thanks [@CarsonRoscoe](https://github.com/CarsonRoscoe)! - Renamed CDP env vars to modern naming convention

## 0.7.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.7.2",
"version": "0.8.0",
"author": "Coinbase Inc.",
"license": "Apache-2.0",
"main": "dist/index.js",
Expand Down
12 changes: 12 additions & 0 deletions typescript/create-onchain-agent/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# Coinbase Create Onchain Agent Changelog

## 0.4.0

### Minor Changes

- [#732](https://github.com/coinbase/agentkit/pull/732) [`cd044db`](https://github.com/coinbase/agentkit/commit/cd044db7ae35140726c35ba82429b0f0885ccb60) Thanks [@CarsonRoscoe](https://github.com/CarsonRoscoe)! - Renamed CDP env vars to modern naming convention

### Patch Changes

- [#733](https://github.com/coinbase/agentkit/pull/733) [`8da312c`](https://github.com/coinbase/agentkit/commit/8da312c9a11b9df91a9768eedf9b340f67697dbd) Thanks [@CarsonRoscoe](https://github.com/CarsonRoscoe)! - Improved error handling, particulately for missing .env vars in next template

- [#734](https://github.com/coinbase/agentkit/pull/734) [`4600a98`](https://github.com/coinbase/agentkit/commit/4600a98227d74527e05ff933d364258d488517d7) Thanks [@CarsonRoscoe](https://github.com/CarsonRoscoe)! - Improved default message modifier to better explain tool capabilities/limitations

## 0.3.3

### 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.3",
"version": "0.4.0",
"author": "Coinbase Inc.",
"license": "Apache-2.0",
"scripts": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"build": "tsup && node -e \"require('fs').chmodSync('build/index.js', '755')\""
},
"dependencies": {
"@coinbase/agentkit": "^0.6.0",
"@coinbase/agentkit": "^0.8.0",
"@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.6.0",
"@coinbase/agentkit": "^0.8.0",
"@coinbase/agentkit-langchain": "^0.3.0",
"@coinbase/agentkit-vercel-ai-sdk": "^0.1.0",
"@langchain/core": "^0.3.19",
Expand Down
Loading