Skip to content

Release History

Version 1.1

Release Date: 2026-05-06

This release focuses on enhancing AI capabilities, data integration, low-code development, and system infrastructure, while introducing the Automation Agent and Survey features.


✨ AI Enhancements

  • 【AI】Supports building applications via OpenClaw / Claude Code Skills through natural language, enabling an end-to-end "natural language → app generation" workflow
  • 【AI】Introduces Automation Agent for intelligent configuration and execution of automated tasks
  • 【AI】Dashboard Agent adds Statistics Number Plugin for quick key metrics display
  • 【AI】Improved Knowledge Base module with better retrieval and management experience
  • 【AI】Optimized Workflow Agent layout for improved readability and usability
  • 【AI Assistant】Adjusted MCP invocation mechanism; supports configuring custom API Keys under personal accounts

📊 Survey (New Feature)

  • Supports rapid survey generation via natural language
  • Automatic field design and survey structure creation
  • AI-driven survey creation and management
  • Enhanced survey-related API (comment API now returns usernames)

🔗 Data & Integration Enhancements

  • 【Data Table】Supports SAP data sources, connecting core enterprise business systems
  • 【Data Table】Linked record field improvements: tree structures default to collapsed, configurable auto-expand levels
  • 【Data Table】Excel import optimization: supports controlling visibility of hidden sheets from original Excel files
  • 【Data Table Fields】Updated regional data for area selection fields with latest administrative divisions
  • 【App Monitoring】Data table monitoring now displays view names and view existence status

🧩 Low-Code Enhancements

  • 【Controls】Added "Save Current Form" and "Save After Validation" capabilities with streamlined legacy logic
  • 【Scripts】Script tables support tooltip display and configurable navigation links
  • 【Scripts】New APIs:
    js
    informat.excel.openExistStorageFile       // Open Excel files from shared storage
    informat.codec.tripleDESDecrypt           // 3DES decryption
    informat.codec.tripleDESEncrypt           // 3DES encryption
    informat.bpmn.getActiveProcessDefineObject // Get active process definition object
    informat.table.validateFormBySetting       // Validate form with extended support
  • 【Admin Console】Added database connection pool monitoring (node-level) and in-page script embedding

🏗 Infrastructure

  • 【Installer】Default object storage changed from MinIO to SeaweedFS
  • 【Deployment】Added and improved SeaweedFS deployment documentation

🛠 Improvements

  • API informat.bpmn.queryCommentList now returns user names
  • Streamlined control action logic for improved consistency and maintainability

🐞 Bug Fixes

  • Fixed AI prompt input not supporting line breaks — now supports Shift + Enter for multi-line input
  • Fixed workflow automation failure when variables do not exist
  • Fixed auto-complete node not working when placed as the first user task node
  • Fixed form field value setting not taking effect in automations

Version 1.0

Release Date: 2026-04-06

  • 【AI】Supports one-click invocation of INFORMAT capabilities via OpenClaw / Claude Code Skills to rapidly build applications

  • 【AI Assistant】MCP Client Integration
    Supports connecting to various MCP Servers and flexibly invoking their capabilities and methods

  • 【AI Assistant】Supports one-click deployment as an MCP Server, enabling cross-model invocation
    The AI Assistant module can be published as an MCP Server for external use, supporting authentication via platform API Key or custom keys

  • 【AI】Introduces Dashboard Agent for automated data dashboard generation

  • 【AI】Enhanced Table Agent capabilities

    • Supports automatic creation of lookup/list fields
    • Supports generating data tables from images and Excel files
    • Supports configuration of table actions and display fields
  • 【AI】Introduces AI Table Agent
    Enables end-to-end data modeling, including schema design and field configuration

  • 【AI】Introduces AI Script Agent
    Supports script generation, bug detection, and execution to improve development efficiency

  • 【AI】System Plugin Enhancements

    • Adaptive width for HTML-rendered cards, improving display experience
  • 【AI Assistant】Enhancements

    • Supports rendering HTML into images
    • Supports uploading and parsing PDF and DOCX files
    • Non-blocking UI during Function Call execution for smoother interactions