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/brown-pets-grow.md

This file was deleted.

5 changes: 0 additions & 5 deletions typescript/.changeset/dtelecom-voice-provider.md

This file was deleted.

5 changes: 0 additions & 5 deletions typescript/.changeset/funny-masks-lie.md

This file was deleted.

5 changes: 0 additions & 5 deletions typescript/.changeset/neat-tables-sort.md

This file was deleted.

9 changes: 0 additions & 9 deletions typescript/.changeset/poor-lines-sniff.md

This file was deleted.

5 changes: 0 additions & 5 deletions typescript/.changeset/poor-mirrors-crash.md

This file was deleted.

5 changes: 0 additions & 5 deletions typescript/.changeset/upset-parrots-visit.md

This file was deleted.

5 changes: 0 additions & 5 deletions typescript/.changeset/violet-swans-pull.md

This file was deleted.

22 changes: 22 additions & 0 deletions typescript/agentkit/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
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.10.4",
"version": "0.11.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.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
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.5.7",
"version": "0.6.0",
"author": "Coinbase Inc.",
"license": "Apache-2.0",
"scripts": {
Expand Down
6 changes: 6 additions & 0 deletions typescript/framework-extensions/langchain/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion typescript/framework-extensions/langchain/package.json
Original file line number Diff line number Diff line change
@@ -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.",
Expand Down
Original file line number Diff line number Diff line change
@@ -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
Expand Down
Original file line number Diff line number Diff line change
@@ -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.",
Expand Down
6 changes: 6 additions & 0 deletions typescript/framework-extensions/vercel-ai-sdk/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
Original file line number Diff line number Diff line change
@@ -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.",
Expand Down
Loading