Releases: crestalnetwork/intentkit
Releases · crestalnetwork/intentkit
v0.11.3
Release v0.11.3
New Features
- Added x402 updates to expand onchain payment support.
- Enabled frontend hot-reload in docker-compose for faster local development.
- Introduced LLM packer improvements to streamline model packaging.
- Launched the Hugo-based documentation site with initial installation guidance.
Improvements
- Improved avatar generation and frontend error handling for smoother UI experiences.
- Refined autonomous task defaults and display formatting.
- Updated image handling to use relative paths with CDN resolution.
- Stabilized local API behavior and development reload flows.
Full Changelog: v0.11.2...v0.11.3
v0.11.2
Release v0.11.2
New Features
- Added support for new AI models: MiniMax M2.5 with enhanced intelligence and structured output capabilities, and GLM 5 with improved performance and reasoning abilities.
Improvements
- Enhanced error logging in autonomous tasks with detailed exception information and stack traces for better debugging.
- Updated model configurations to reflect the latest available models and their capabilities.
Full Changelog: v0.11.1...v0.11.2
v0.11.1
Release v0.11.1
Improvements
- Introduced a unified base class for system skills, reducing code duplication and improving consistency across built-in agent capabilities.
- Added detection and error reporting for cases where the AI model produces an empty response, preventing silent failures during conversations.
Full Changelog: v0.11.0...v0.11.1
v0.11.0
Release v0.11.0
New Features
- Frontend: Added containerization support with a new Dockerfile.
- Frontend: Refactored API client for better authentication and error handling.
- DevOps: Improved Docker Compose setup with version-aware builds.
- Telegram: Optimized Telegram integration container setup.
Full Changelog: v0.10.5...v0.11.0
v0.10.5
New Features
- Telegram: Added Telegram Go image service to docker-compose.
v0.10.4
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