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/beige-pants-make.md

This file was deleted.

5 changes: 0 additions & 5 deletions typescript/.changeset/bitter-pugs-flow.md

This file was deleted.

5 changes: 0 additions & 5 deletions typescript/.changeset/cute-grapes-lie.md

This file was deleted.

9 changes: 0 additions & 9 deletions typescript/.changeset/hungry-loops-hang.md

This file was deleted.

5 changes: 0 additions & 5 deletions typescript/.changeset/mighty-pears-pull.md

This file was deleted.

5 changes: 0 additions & 5 deletions typescript/.changeset/red-goats-camp.md

This file was deleted.

5 changes: 0 additions & 5 deletions typescript/.changeset/tangy-horses-lose.md

This file was deleted.

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

## 0.10.4

### Patch Changes

- [#883](https://github.com/coinbase/agentkit/pull/883) [`02f9291`](https://github.com/coinbase/agentkit/commit/02f9291ef09c6edab2bb81ed6de81a06206e866d) Thanks [@pawelpolak2](https://github.com/pawelpolak2)! - Updated Vaults.fyi provider to use the v2 API

- [#863](https://github.com/coinbase/agentkit/pull/863) [`2471251`](https://github.com/coinbase/agentkit/commit/24712518430c787f5c543781b39116708a2d759a) Thanks [@phdargen](https://github.com/phdargen)! - Converted all dynamic to static imports

- [#880](https://github.com/coinbase/agentkit/pull/880) [`f76a238`](https://github.com/coinbase/agentkit/commit/f76a238d2114d3dfe222ef89e111aa4d06d5fe95) Thanks [@phdargen](https://github.com/phdargen)! - Fixed broken create-onchain-agent builds due to breaking changes in newer zora sdk versions

- [#309](https://github.com/coinbase/agentkit/pull/309) [`7260a56`](https://github.com/coinbase/agentkit/commit/7260a5694b20fedfe6dfe12a18c0298ddda2c236) Thanks [@LufyCZ](https://github.com/LufyCZ)! - - Added `sushiRouterActionProvider` to provide swap and quote functionality using the Sushi Router API.

- Added `swap` action for swaps.
- Added `quote` action for fetching quotes for swaps.
- Added `sushiDataActionProvider` to provide token finding functionality using the Sushi Data API.
- Added `find-tokens` action for fetching tokens by symbols or addresses.

- [#864](https://github.com/coinbase/agentkit/pull/864) [`8515a32`](https://github.com/coinbase/agentkit/commit/8515a3271dd65a61ee9244e4cd162609811e2583) Thanks [@phdargen](https://github.com/phdargen)! - Updated xmtp chatbot to use CDP v2 wallets and new xmtp/agent-sdk

## 0.10.3

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

## 0.5.7

### Patch Changes

- [#888](https://github.com/coinbase/agentkit/pull/888) [`d52efb3`](https://github.com/coinbase/agentkit/commit/d52efb3c0622d94b61aa708134101ba653a611af) Thanks [@phdargen](https://github.com/phdargen)! - Patched next version

- [#887](https://github.com/coinbase/agentkit/pull/887) [`0a82321`](https://github.com/coinbase/agentkit/commit/0a8232168f5a69ae3ce273cfbc70d47134cce3d6) Thanks [@phdargen](https://github.com/phdargen)! - Updated to next 16, react 19 and tailwind 4

## 0.5.6

### 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.6",
"version": "0.5.7",
"author": "Coinbase Inc.",
"license": "Apache-2.0",
"scripts": {
Expand Down
Loading