Skip to content

Releases: crestalnetwork/intentkit

v0.8.24-dev1 (Pre-release)

11 Nov 09:51
9c56e23

Choose a tag to compare

Pre-release

v0.8.24-dev1 (Pre-release)

Changes since v0.8.23

Configuration Updates:

  • Updated uv.lock dependencies with 243 changes
  • Enhanced configuration system in intentkit/config/config.py
  • Updated LLM model configurations in intentkit/models/llm.csv
  • Added new LLM model support in intentkit/models/llm.py

Documentation:

  • Updated CHANGELOG.md with recent changes

Full Changelog: v0.8.23...v0.8.24-dev1

v0.8.23 Production Release

10 Nov 08:28
6ba381b

Choose a tag to compare

Changes since v0.8.22

Bug Fixes

  • Enhanced chain utility functions with better error handling
  • Improved ENS resolution with fallback mechanisms
  • Updated logging and error reporting
  • Fixed various bugs in utility functions

Features

  • Added comprehensive test coverage for chain utilities
  • Enhanced ENS utilities for improved reliability
  • Improved agent and chat model functionality
  • Updated configuration handling

Improvements

  • Refactored chain utility functions for better performance
  • Enhanced error handling in various components
  • Dependency updates and optimizations
  • Improved code organization and structure

Full Changelog: v0.8.22...v0.8.23

v0.8.22-dev6 Pre-release

10 Nov 08:27
6ba381b

Choose a tag to compare

Pre-release

Changes since v0.8.22-dev5

Bug Fixes

  • Enhanced chain utility functions with better error handling
  • Improved ENS resolution with fallback mechanisms
  • Updated logging and error reporting
  • Fixed various bugs in utility functions

Features

  • Added comprehensive test coverage for chain utilities
  • Enhanced ENS utilities for improved reliability
  • Improved agent and chat model functionality
  • Updated configuration handling

Improvements

  • Refactored chain utility functions for better performance
  • Enhanced error handling in various components
  • Dependency updates and optimizations
  • Improved code organization and structure

Full Changelog: v0.8.22-dev5...v0.8.22-dev6

v0.8.22 Production Release

06 Nov 14:42
62a7a35

Choose a tag to compare

v0.8.22-dev5 Pre-release

Changes

  • feat: get user by wallet - Added functionality to retrieve user by wallet address
  • fix: change x402 as demo
  • chore: update uv.lock dependencies
  • refactor: restructure to root only pyproject config
  • doc: changelog updates

Files Changed

  • .github/workflows/build.yml - Build configuration updates
  • CHANGELOG.md - Documentation updates
  • docs/x402.md - Documentation for x402 demo
  • intentkit/MANIFEST.in - Package manifest updates
  • intentkit/__init__.py - Package initialization
  • intentkit/core/engine.py - Engine improvements
  • intentkit/models/ - Multiple model updates for better structure
  • intentkit/pyproject.toml - Package configuration
  • pyproject.toml - Root project configuration
  • tests/models/test_user.py - Added comprehensive tests for user wallet functionality
  • uv.lock - Dependency updates

Full Changelog: v0.8.21...v0.8.22-dev5

v0.8.22-dev5 Pre-release

06 Nov 14:42
62a7a35

Choose a tag to compare

Pre-release

v0.8.22-dev5 Pre-release

Changes

  • feat: get user by wallet - Added functionality to retrieve user by wallet address
  • fix: change x402 as demo
  • chore: update uv.lock dependencies
  • refactor: restructure to root only pyproject config
  • doc: changelog updates

Files Changed

  • .github/workflows/build.yml - Build configuration updates
  • CHANGELOG.md - Documentation updates
  • docs/x402.md - Documentation for x402 demo
  • intentkit/MANIFEST.in - Package manifest updates
  • intentkit/__init__.py - Package initialization
  • intentkit/core/engine.py - Engine improvements
  • intentkit/models/ - Multiple model updates for better structure
  • intentkit/pyproject.toml - Package configuration
  • pyproject.toml - Root project configuration
  • tests/models/test_user.py - Added comprehensive tests for user wallet functionality
  • uv.lock - Dependency updates

Full Changelog: v0.8.21...v0.8.22-dev5

v0.8.22-dev4

06 Nov 11:46
62a7a35

Choose a tag to compare

v0.8.22-dev4 Pre-release
Pre-release

What's Changed

This pre-release includes the following changes:

New Features:

  • Added functionality to get user by wallet address

Files Changed:

  • intentkit/models/user.py - Added user lookup by wallet functionality
  • tests/models/test_user.py - Added tests for the new functionality

Full Changelog: v0.8.22-dev3...v0.8.22-dev4

v0.8.22-dev3: chore: update uv.lock dependencies

06 Nov 09:27
7a3c0f0

Choose a tag to compare

What's Changed

This pre-release includes dependency updates and minor improvements:

Full Changelog: v0.8.22-dev2...v0.8.22-dev3

v0.8.22-dev2

04 Nov 14:47
fef3fa0

Choose a tag to compare

v0.8.22-dev2 Pre-release
Pre-release

Pre-release v0.8.22-dev2

Changes since v0.8.22-dev1

Build Configuration Updates

  • Updated build.yml workflow configuration
  • Updated intentkit/init.py
  • Updated pyproject.toml
  • Updated uv.lock with dependency updates:
    • redis: 6.4.0 → 7.0.1
    • pillow: Updated to 12.0.0 with additional platform support

Full Changelog: v0.8.22-dev1...v0.8.22-dev2

v0.8.22-dev1

04 Nov 14:16
70ca2a6

Choose a tag to compare

v0.8.22-dev1 Pre-release
Pre-release

v0.8.21-dev1

Bug Fixes

  • Fixed moralis assets bug in core/asset.py
  • Updated related tests in tests/core/test_agent_asset.py
  • Updated changelog

Full Changelog: v0.8.20...v0.8.21-dev1

v0.8.22-dev1

Changes

  • Refactored project configuration to consolidate pyproject.toml files
  • Restructured build and dependency management to use only root pyproject.toml
  • Simplified project structure by removing intentkit/pyproject.toml
  • Updated various model imports and configurations
  • Enhanced build process with consolidated dependency management

Full Changelog: v0.8.21...v0.8.22-dev1

v0.8.21

04 Nov 03:09
1e051eb

Choose a tag to compare

v0.8.21-dev1

Bug Fixes

  • Fixed moralis assets bug in core/asset.py
  • Updated related tests in tests/core/test_agent_asset.py
  • Updated changelog

Full Changelog: v0.8.20...v0.8.21-dev1