diff --git a/typescript/.changeset/brown-pets-grow.md b/typescript/.changeset/brown-pets-grow.md deleted file mode 100644 index 8571e031b..000000000 --- a/typescript/.changeset/brown-pets-grow.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@coinbase/agentkit": patch ---- - -Bumped x402 packages and fix missing readContract interface diff --git a/typescript/.changeset/dtelecom-voice-provider.md b/typescript/.changeset/dtelecom-voice-provider.md deleted file mode 100644 index aa784cde5..000000000 --- a/typescript/.changeset/dtelecom-voice-provider.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@coinbase/agentkit": patch ---- - -Added dTelecom action provider for decentralized voice services (WebRTC, STT, TTS) with x402 micropayments, and a voice agent example. diff --git a/typescript/.changeset/funny-masks-lie.md b/typescript/.changeset/funny-masks-lie.md deleted file mode 100644 index 8a6181345..000000000 --- a/typescript/.changeset/funny-masks-lie.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@coinbase/agentkit": patch ---- - -Updated x402 actions to v2 and improved discovery and query/body parameter handling diff --git a/typescript/.changeset/neat-tables-sort.md b/typescript/.changeset/neat-tables-sort.md deleted file mode 100644 index 08cd60809..000000000 --- a/typescript/.changeset/neat-tables-sort.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@coinbase/agentkit": patch ---- - -Updated polygon network apiUrl for both mainnet and amoy diff --git a/typescript/.changeset/poor-lines-sniff.md b/typescript/.changeset/poor-lines-sniff.md deleted file mode 100644 index da77ade96..000000000 --- a/typescript/.changeset/poor-lines-sniff.md +++ /dev/null @@ -1,9 +0,0 @@ ---- -"@coinbase/agentkit-model-context-protocol": minor -"@coinbase/agentkit-vercel-ai-sdk": minor -"@coinbase/agentkit-langchain": minor -"create-onchain-agent": minor -"@coinbase/agentkit": minor ---- - -Upgraded to zod v4, langchain v1 and vercel ai sdk v6 diff --git a/typescript/.changeset/poor-mirrors-crash.md b/typescript/.changeset/poor-mirrors-crash.md deleted file mode 100644 index 81278688e..000000000 --- a/typescript/.changeset/poor-mirrors-crash.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@coinbase/agentkit": minor ---- - -Deprecated legacy cdp-wallet diff --git a/typescript/.changeset/upset-parrots-visit.md b/typescript/.changeset/upset-parrots-visit.md deleted file mode 100644 index f22a09db6..000000000 --- a/typescript/.changeset/upset-parrots-visit.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@coinbase/agentkit": patch ---- - -Added erc8004 action providers diff --git a/typescript/.changeset/violet-swans-pull.md b/typescript/.changeset/violet-swans-pull.md deleted file mode 100644 index 47d3f8af7..000000000 --- a/typescript/.changeset/violet-swans-pull.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@coinbase/agentkit": patch ---- - -Added pre-registration of x402 services diff --git a/typescript/agentkit/CHANGELOG.md b/typescript/agentkit/CHANGELOG.md index 4f801acb4..fa4b2af96 100644 --- a/typescript/agentkit/CHANGELOG.md +++ b/typescript/agentkit/CHANGELOG.md @@ -1,5 +1,27 @@ # AgentKit Changelog +## 0.11.0 + +### Minor Changes + +- [#1021](https://github.com/coinbase/agentkit/pull/1021) [`1da829e`](https://github.com/coinbase/agentkit/commit/1da829e006f8b7e7811e43490e6fe423b4650736) Thanks [@phdargen](https://github.com/phdargen)! - Upgraded to zod v4, langchain v1 and vercel ai sdk v6 + +- [#923](https://github.com/coinbase/agentkit/pull/923) [`e809805`](https://github.com/coinbase/agentkit/commit/e8098053561b895e6309a8789266e2704c5353c7) Thanks [@phdargen](https://github.com/phdargen)! - Deprecated legacy cdp-wallet + +### Patch Changes + +- [#966](https://github.com/coinbase/agentkit/pull/966) [`b211701`](https://github.com/coinbase/agentkit/commit/b21170143825cb1892daaa8e52c68e9c8c446ae1) Thanks [@phdargen](https://github.com/phdargen)! - Bumped x402 packages and fix missing readContract interface + +- [#982](https://github.com/coinbase/agentkit/pull/982) [`c3dbef6`](https://github.com/coinbase/agentkit/commit/c3dbef60d1613effc9d9805816bec15f5510fdca) Thanks [@fffilimonov](https://github.com/fffilimonov)! - Added dTelecom action provider for decentralized voice services (WebRTC, STT, TTS) with x402 micropayments, and a voice agent example. + +- [#898](https://github.com/coinbase/agentkit/pull/898) [`16fb4a1`](https://github.com/coinbase/agentkit/commit/16fb4a1c4674787ac8442efc88e0830573f3208d) Thanks [@phdargen](https://github.com/phdargen)! - Updated x402 actions to v2 and improved discovery and query/body parameter handling + +- [#882](https://github.com/coinbase/agentkit/pull/882) [`8eab8b8`](https://github.com/coinbase/agentkit/commit/8eab8b85a496249e8e080a78c4ecf9b92f6c8504) Thanks [@sanketsaagar](https://github.com/sanketsaagar)! - Updated polygon network apiUrl for both mainnet and amoy + +- [#930](https://github.com/coinbase/agentkit/pull/930) [`a3afda3`](https://github.com/coinbase/agentkit/commit/a3afda399aa981fb23ee65a38b40527e98cba5ab) Thanks [@phdargen](https://github.com/phdargen)! - Added erc8004 action providers + +- [#922](https://github.com/coinbase/agentkit/pull/922) [`e44e0e4`](https://github.com/coinbase/agentkit/commit/e44e0e458b5d8bbca941e6ac58386027f679f7a3) Thanks [@phdargen](https://github.com/phdargen)! - Added pre-registration of x402 services + ## 0.10.4 ### Patch Changes diff --git a/typescript/agentkit/package.json b/typescript/agentkit/package.json index c76d694c8..3bd3fba8b 100644 --- a/typescript/agentkit/package.json +++ b/typescript/agentkit/package.json @@ -2,7 +2,7 @@ "name": "@coinbase/agentkit", "description": "Coinbase AgentKit core primitives", "repository": "https://github.com/coinbase/agentkit", - "version": "0.10.4", + "version": "0.11.0", "author": "Coinbase Inc.", "license": "Apache-2.0", "main": "dist/index.js", diff --git a/typescript/create-onchain-agent/CHANGELOG.md b/typescript/create-onchain-agent/CHANGELOG.md index 15fa09de9..f2ba6d867 100644 --- a/typescript/create-onchain-agent/CHANGELOG.md +++ b/typescript/create-onchain-agent/CHANGELOG.md @@ -1,5 +1,11 @@ # Coinbase Create Onchain Agent Changelog +## 0.6.0 + +### Minor Changes + +- [#1021](https://github.com/coinbase/agentkit/pull/1021) [`1da829e`](https://github.com/coinbase/agentkit/commit/1da829e006f8b7e7811e43490e6fe423b4650736) Thanks [@phdargen](https://github.com/phdargen)! - Upgraded to zod v4, langchain v1 and vercel ai sdk v6 + ## 0.5.7 ### Patch Changes diff --git a/typescript/create-onchain-agent/package.json b/typescript/create-onchain-agent/package.json index ed48d598d..a3ceca9d9 100644 --- a/typescript/create-onchain-agent/package.json +++ b/typescript/create-onchain-agent/package.json @@ -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.5.7", + "version": "0.6.0", "author": "Coinbase Inc.", "license": "Apache-2.0", "scripts": { diff --git a/typescript/framework-extensions/langchain/CHANGELOG.md b/typescript/framework-extensions/langchain/CHANGELOG.md index 961a7ea8a..dae9f9228 100644 --- a/typescript/framework-extensions/langchain/CHANGELOG.md +++ b/typescript/framework-extensions/langchain/CHANGELOG.md @@ -1,5 +1,11 @@ # CDP AgentKit.js Langchain Extension Changelog +## 0.4.0 + +### Minor Changes + +- [#1021](https://github.com/coinbase/agentkit/pull/1021) [`1da829e`](https://github.com/coinbase/agentkit/commit/1da829e006f8b7e7811e43490e6fe423b4650736) Thanks [@phdargen](https://github.com/phdargen)! - Upgraded to zod v4, langchain v1 and vercel ai sdk v6 + ## [0.3.0] - 2025-03-08 ### Minor Changes diff --git a/typescript/framework-extensions/langchain/package.json b/typescript/framework-extensions/langchain/package.json index fdbdc7a47..1077b166b 100644 --- a/typescript/framework-extensions/langchain/package.json +++ b/typescript/framework-extensions/langchain/package.json @@ -1,6 +1,6 @@ { "name": "@coinbase/agentkit-langchain", - "version": "0.3.0", + "version": "0.4.0", "description": "Langchain Toolkit extension of CDP Agentkit", "repository": "https://github.com/coinbase/agentkit", "author": "Coinbase Inc.", diff --git a/typescript/framework-extensions/model-context-protocol/CHANGELOG.md b/typescript/framework-extensions/model-context-protocol/CHANGELOG.md index c78efcc93..2256ec65b 100644 --- a/typescript/framework-extensions/model-context-protocol/CHANGELOG.md +++ b/typescript/framework-extensions/model-context-protocol/CHANGELOG.md @@ -1,5 +1,11 @@ # AgentKit Model Context Protocol (MCP) Extension Changelog +## 0.3.0 + +### Minor Changes + +- [#1021](https://github.com/coinbase/agentkit/pull/1021) [`1da829e`](https://github.com/coinbase/agentkit/commit/1da829e006f8b7e7811e43490e6fe423b4650736) Thanks [@phdargen](https://github.com/phdargen)! - Upgraded to zod v4, langchain v1 and vercel ai sdk v6 + ## [0.2.0] - 2025-03-08 ### Minor Changes diff --git a/typescript/framework-extensions/model-context-protocol/package.json b/typescript/framework-extensions/model-context-protocol/package.json index 681ec5f32..0caa2f4e2 100644 --- a/typescript/framework-extensions/model-context-protocol/package.json +++ b/typescript/framework-extensions/model-context-protocol/package.json @@ -1,6 +1,6 @@ { "name": "@coinbase/agentkit-model-context-protocol", - "version": "0.2.0", + "version": "0.3.0", "description": "Model Context Protocol Extension of Coinbase Agentkit", "repository": "https://github.com/coinbase/agentkit", "author": "Coinbase Inc.", diff --git a/typescript/framework-extensions/vercel-ai-sdk/CHANGELOG.md b/typescript/framework-extensions/vercel-ai-sdk/CHANGELOG.md index 5db1c6991..08e36a143 100644 --- a/typescript/framework-extensions/vercel-ai-sdk/CHANGELOG.md +++ b/typescript/framework-extensions/vercel-ai-sdk/CHANGELOG.md @@ -1,5 +1,11 @@ # @coinbase/agentkit-vercel-ai-sdk +## 0.2.0 + +### Minor Changes + +- [#1021](https://github.com/coinbase/agentkit/pull/1021) [`1da829e`](https://github.com/coinbase/agentkit/commit/1da829e006f8b7e7811e43490e6fe423b4650736) Thanks [@phdargen](https://github.com/phdargen)! - Upgraded to zod v4, langchain v1 and vercel ai sdk v6 + ## 0.1.0 ### Minor Changes diff --git a/typescript/framework-extensions/vercel-ai-sdk/package.json b/typescript/framework-extensions/vercel-ai-sdk/package.json index 375bdf33a..1d3402d1b 100644 --- a/typescript/framework-extensions/vercel-ai-sdk/package.json +++ b/typescript/framework-extensions/vercel-ai-sdk/package.json @@ -1,6 +1,6 @@ { "name": "@coinbase/agentkit-vercel-ai-sdk", - "version": "0.1.0", + "version": "0.2.0", "description": "Vercel AI SDK extension of CDP Agentkit", "repository": "https://github.com/coinbase/agentkit", "author": "Coinbase Inc.",