Releases: crestalnetwork/intentkit
Releases · crestalnetwork/intentkit
v0.10.3
Release v0.10.3
New Features
- Testing: Initialized BDD testing framework.
Bug Fixes
- Agent Model: Fixed default values for agent models.
Improvements
- Dependencies: Upgraded project dependencies.
Full Changelog: v0.10.2...v0.10.3
v0.10.2
Release v0.10.2
New Features
- Model Picker: Implemented model picker functionality.
Bug Fixes
- UI: Fixed bug in agent edit interface.
- Middleware: Fixed lint issue in middleware.
- LLM: Fixed LLM test failure.
Tests
- Native Wallet: Added tests for native wallet.
Full Changelog: v0.10.1...v0.10.2
v0.10.1
Release v0.10.1
New Features
- LLM Models: Added new LLM models to configuration
Full Changelog: v0.10.0...v0.10.1
v0.10.0
Release v0.10.0
New Features
- Gasless Batch Transactions: Added support for batching multiple transactions into a single on-chain transaction for Safe wallets. When a master wallet is configured, transactions can be executed gaslessly (master wallet pays for gas).
Improvements
- Fixed lint issues across multiple modules
- Removed deprecated agent plugin data
- Removed some unused skills for cleaner codebase
Full Changelog: v0.9.31...v0.10.0
v0.9.31
Release v0.9.31
Improvement
-
Transfer Script: Optimized
scripts/transfer_cdp_agent_wallets.pyto:- Automatically resolve invalid owner addresses by stripping whitespace and adding
0xprefixes. - Lower
DEFAULT_GAS_RESERVE_ETHto0.00001to allow transfers regarding small balances. - Suppress logs for zero-balance wallets to reduce noise.
- Improve error logging to explicitly state why a transfer is skipped (e.g.,
skip:owner_not_found,skip:owner_address_invalid). - Added transaction summary report at the end of execution.
- Automatically resolve invalid owner addresses by stripping whitespace and adding
-
CDP Wallet: Exposed
close_cdp_clientmethod inintentkit/wallets/cdp.pyfor better resource management.
New Features
- Diagnostic Tool: Added
scripts/list_agent_assets.pyto list agent assets and wallet addresses for verification.
Full Changelog: v0.9.30...v0.9.31
v0.9.30
v0.9.30
Bug Fixes
- CDP Wallet Transfer: Fixed a crash in
scripts/transfer_cdp_agent_wallets.pycaused by insufficient ETH balance/gas. The script now gracefully skips such agents.
Improvements
- Logging: Added summary logging to the CDP transfer script to show total agents processed and skipped.
- Logging: Refined log levels to reduce noise; skipped transfers are now logged at DEBUG level.
v0.9.29
Full Changelog: v0.9.28...v0.9.29
v0.9.28
v0.9.28
New Features
- Wallet: Added CDP wallet transfer and export capabilities (
scripts/transfer_cdp_agent_wallets.py)
Improvements
- Credit: Significant refactoring of the credit model structure into a dedicated package
- Agent: Refactored core agent module into responsibility-based submodules
- Agent: Improved autonomous agent tasks and models organization
- Wallet: Refactored wallet and public info modules
Bug Fixes
- Autonomous: Fixed autonomous agent behaviors
- Tests: Cleaned up data and improved test imports after agent module refactor
v0.9.27
v0.9.27
Improvements
- Refactored system skills to manager skills for better organization and scalability
- Updated skill loading mechanism to support new structure
v0.9.26
v0.9.26
Improvements
- Refactored credit module for better code organization and maintainability
- Refactored agent models for improved structure
- Added comprehensive test coverage for the credit module
- Fixed issues in x402 skills error handling
Bug Fixes
- Fixed error handling in x402 skills to properly catch and convert IntentKitAPIError to ToolException
- Fixed code linting issues
Full Changelog: v0.9.25...v0.9.26