Skip to content

Releases: crestalnetwork/intentkit

v0.11.3

18 Feb 05:46

Choose a tag to compare

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

13 Feb 04:14

Choose a tag to compare

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

13 Feb 04:01

Choose a tag to compare

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

12 Feb 17:51

Choose a tag to compare

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

12 Feb 10:31

Choose a tag to compare

New Features

  • Telegram: Added Telegram Go image service to docker-compose.

v0.10.4

11 Feb 11:07

Choose a tag to compare

Release Notes v0.10.4

  • Fixed issues with Grok search functionality.
  • Fixed search bugs in OpenRouter and XAI integrations.
  • Addressed various engine bugs.
  • Fixed lint errors.

Changes

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