Skip to content

Releases: crestalnetwork/intentkit

v0.10.3

10 Feb 05:23

Choose a tag to compare

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

09 Feb 10:48

Choose a tag to compare

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

09 Feb 04:02

Choose a tag to compare

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

07 Feb 15:30

Choose a tag to compare

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

05 Feb 13:16

Choose a tag to compare

Release v0.9.31

Improvement

  • Transfer Script: Optimized scripts/transfer_cdp_agent_wallets.py to:

    • Automatically resolve invalid owner addresses by stripping whitespace and adding 0x prefixes.
    • Lower DEFAULT_GAS_RESERVE_ETH to 0.00001 to 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.
  • CDP Wallet: Exposed close_cdp_client method in intentkit/wallets/cdp.py for better resource management.

New Features

  • Diagnostic Tool: Added scripts/list_agent_assets.py to list agent assets and wallet addresses for verification.

Full Changelog: v0.9.30...v0.9.31

v0.9.30

05 Feb 12:08

Choose a tag to compare

v0.9.30

Bug Fixes

  • CDP Wallet Transfer: Fixed a crash in scripts/transfer_cdp_agent_wallets.py caused 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.

Full Changelog

v0.9.29

05 Feb 11:37

Choose a tag to compare

Full Changelog: v0.9.28...v0.9.29

v0.9.28

05 Feb 09:34

Choose a tag to compare

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

Full Changelog

v0.9.27

03 Feb 05:41

Choose a tag to compare

v0.9.27

Improvements

  • Refactored system skills to manager skills for better organization and scalability
  • Updated skill loading mechanism to support new structure

Full Changelog

v0.9.26

02 Feb 16:23

Choose a tag to compare

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