Skip to main content

1.0.20.0

Release Date: 2026-06-14

Highlight

  1. Action:A new Action template type is added. Users now can configure action rules in real-time analytics, and relevant actions will be triggered once the preset conditions are satisfied.
  2. AI Upgrade: A brand-new AI backend is released. It supports uploading skills, configuring MCP and conversation styles, delivering a substantial improvement in the AI's business analysis capabilities.
  3. Enterprise-Grade Security Management:MFA and Passkey are newly introduced to enable secondary identity verification for sensitive operations. Enterprise password management policies are added. The system supports online user and process management, and comes with a built-in offline product manual to accommodate enterprise intranet deployments.

Features

  1. The dashboard editor now supports adding editable rich text components directly, making it easy to embed notes or dynamic content.
  2. Analysis now supports adding notification actions to trigger alerts automatically.
  3. Add AI document retrieval PageIndex resource package generation.
  4. Version control now supports manual release, allowing you to control the timing of version activation for easier review and gradual rollout.
  5. The heatmap now supports dimensions other than time (e.g., categorical, numeric) to meet multi-dimensional data distribution analysis needs.
  6. The library now supports action template management for unified configuration and reuse.
  7. Show panel component directly in AI chat.
  8. The Excel plugin supports inserting only data values, automatically ignoring headers and description rows to streamline data writing.
  9. Generated events support both single and batch deletion for flexible and efficient event management.
  10. The CSV import feature for attribute data now provides a downloadable template for quick and compliant data preparation.
  11. AI Telegram Bot integration — receive messages via Telegram Bot API Webhook, reply through ACP Agent. Supports text/image/file messages with optional user whitelist, multi-turn conversation.
  12. AI Feishu Bot integration — receive messages via Feishu Open Platform Webhook + Event Subscription, reply through ACP Agent. Supports DM and group @bot mentions, user identity binding via invite code, multi-turn conversation context.
  13. Dashboard editing now supports panel grouping for easy categorization and navigation.
  14. ACP resource monitoring full implementation — complete system resource monitoring for AI Agent, including real-time CPU/memory/disk usage collection and display, with MCP tool support for resource status queries.
  15. ACP domain glossary — provide domain glossary support for AI Agent, enabling it to understand and use professional domain terminology to improve conversation quality and accuracy.
  16. Implement basic Agent based on Claude Code with ACP protocol support — Go-based AI Agent backend supporting ACP protocol for external Agent communication, MCP tool calls, session management, and streaming responses.
  17. Version control now supports GitHub integration for seamless management of configuration changes with code repositories.
  18. Introduce external Agent (Claude Code) as AI service backend — switch AI backend from built-in Python LangGraph to external Agent via ACP protocol, supporting MCP tool calls, session management, multi-platform IM integration (Feishu/Telegram/WeChat).
  19. The analysis panel now supports saving the current analysis state, making it easy to resume and continue your analysis at any time.
  20. Full backup is supported, allowing one-click complete backup of all data to ensure business recoverability.
  21. Supports MFA/2FA (multi-factor authentication) to enhance account login security.
  22. User password policy has been enhanced to support custom complexity and expiration, strengthening account security.
  23. Add a configurable main menu for Quality Analysis, supporting flexible display/hide options as needed.
  24. Element and event templates now support custom small icons for quick identification.
  25. Release IDMP cli skills and claude code plugin.
  26. Convert existing AI features to Skills — standardize IDMP's existing AI capabilities (panel creation, recommendation, RCA, analysis recommendation) as Skills for on-demand loading by ACP Agent.
  27. Cloud service supports TSDB/IDMP MCP — cloud service integrates TSDB and IDMP MCP tool services, enabling external AI Agents to access TDengine database and IDMP platform capabilities via MCP protocol.
  28. Integrated offline IDMP documentation for easy reference anytime, even without an internet connection.

Improvements

  1. Added a toggle in basic system configuration to enable/disable the Quality Analysis menu in the admin backend.
  2. The data writing menu has been moved under the corresponding TDengine connection node, aligning data write operations more closely with connection management.
  3. Improved refresh behavior for attribute template details page: the page remains on the details view after refresh instead of returning to the list.
  4. Remove non-business default Path attributes from samples to better reflect real-world business scenarios.
  5. Use global locks to ensure atomicity and data consistency for merge and rollback operations in version control.
  6. Added global resource lock mechanism to support multi-user collaboration and prevent concurrent conflicts.
  7. ACP init errors cause hard startup failure; MCP init exceptions only trigger soft degradation warnings, so a single MCP failure won't crash the entire AI service.
  8. Data model import tasks now support asynchronous workflow notifications, allowing real-time tracking of import progress and results.

Bug Fixes

  1. Add max_completion_tokens parameter to LLM API calls, fixing interaction failures with privately deployed LLMs.