chore: version typescript packages - #631
Closed
CarsonRoscoe wants to merge 1 commit into
Closed
Conversation
🟡 Heimdall Review Status
|
CarsonRoscoe
marked this pull request as ready for review
March 28, 2025 20:36
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR was opened by the Changesets release GitHub action. When you're ready to do a release, you can merge this and the packages will be published to npm automatically. If you're not ready to do a release yet, that's fine, whenever you add more changesets to main, this PR will be updated.
Releases
@coinbase/agentkit@0.5.0
Minor Changes
#584
6d8ac5bThanks @CarsonRoscoe! - Added gasless transfers for USDC/CBBTC on Base/Base-Sepolia#566
bfd6442Thanks @phdargen! - Added AcrossActionProvider to allow bridging tokens using the Across protocolbridge_tokenaction to bridge native and ERC20 tokenscheck_deposit_statusaction to check the status of bridge deposits#618
155d468Thanks @njokuScript! - Added support for Privy Evm embedded wallets with delegation.This change introduces a new wallet provider,
PrivyEvmDelegatedEmbeddedWalletProvider, which allows AgentKit to use Privy's embedded wallets that have been delegated to a server. This enables autonomous agents to perform onchain actions on behalf of users who have delegated transaction signing authority to the agent.Key changes:
PrivyEvmDelegatedEmbeddedWalletProviderclass extending theEvmWalletProviderbase classPrivyWalletProviderfactory to support embedded wallets via a newwalletTypeoptionPatch Changes
6514e0cThanks @stat! - Add a new Messari action provider that enables AI agents to query the Messari AI toolkit for crypto market research data.create-onchain-agent@0.3.0
Minor Changes
#622
1076bb6Thanks @CarsonRoscoe! - Updated default wallet provider to SmartWalletProvider#589
3aa7931Thanks @CarsonRoscoe! - Added code generation for individual building blocksProjects bootstrapped with the
create-onchain-agentCLI will also have theagenkitCLI installed.agentkit generate wallet-provider: Generate a custom wallet provideragentkit generate action-provider: Generate a custom action provideragentkit generate prepare: Generate framework-agnostic AgentKit setupagentkit generate create-agent: Generate framework-specific agent creation