Releases: crestalnetwork/intentkit
Releases · crestalnetwork/intentkit
v0.8.24-dev1 (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
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
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
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 updatesCHANGELOG.md- Documentation updatesdocs/x402.md- Documentation for x402 demointentkit/MANIFEST.in- Package manifest updatesintentkit/__init__.py- Package initializationintentkit/core/engine.py- Engine improvementsintentkit/models/- Multiple model updates for better structureintentkit/pyproject.toml- Package configurationpyproject.toml- Root project configurationtests/models/test_user.py- Added comprehensive tests for user wallet functionalityuv.lock- Dependency updates
Full Changelog: v0.8.21...v0.8.22-dev5
v0.8.22-dev5 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 updatesCHANGELOG.md- Documentation updatesdocs/x402.md- Documentation for x402 demointentkit/MANIFEST.in- Package manifest updatesintentkit/__init__.py- Package initializationintentkit/core/engine.py- Engine improvementsintentkit/models/- Multiple model updates for better structureintentkit/pyproject.toml- Package configurationpyproject.toml- Root project configurationtests/models/test_user.py- Added comprehensive tests for user wallet functionalityuv.lock- Dependency updates
Full Changelog: v0.8.21...v0.8.22-dev5
v0.8.22-dev4
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 functionalitytests/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
What's Changed
This pre-release includes dependency updates and minor improvements:
- chore: update uv.lock dependencies by @hyacinthus
- fix: change x402 as demo by @hyacinthus
Full Changelog: v0.8.22-dev2...v0.8.22-dev3
v0.8.22-dev2
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
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
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