ZGI Logo

Changelog

Track the latest updates and improvements to the ZGI platform

v0.8.32026-02-08
โœจ

Added

  • Added database SQL operation log query: filter history by operation type and status
  • Added i18n support for LLM node default system prompts
๐Ÿ”„

Changed

  • Refactored workflow initialization logic into standalone hook for better reusability
  • Improved SQL operation list infinite scroll pagination performance
๐Ÿ›

Fixed

  • Fixed type errors caused by incomplete start node data structure
  • Fixed incorrect SQL operation status display in some cases
v0.8.22026-01-22
โœจ

Added

  • Added built-in workflow caching with Cookie storage to reduce redundant API calls
  • Added database search page: query structured data using natural language
  • Added global chat workflow quick access entry
๐Ÿ”„

Changed

  • Enhanced built-in workflow API response with scenario and icon type fields
  • Improved database search interaction with streaming conversation responses
๐Ÿ›

Fixed

  • Fixed workflow cache not auto-refreshing after expiration
  • Fixed workflow ID retrieval failures in some scenarios
v0.8.12026-01-08
โœจ

Added

  • Streamlined knowledge base document upload: removed text mode for simpler workflow
  • Added file selector preselection with session-level file persistence
  • Added existing dataset document append upload wizard
๐Ÿ”„

Changed

  • Enhanced upload wizard steps: data preparation supports file reselection and deletion
  • Improved file selector dialog: opens directly without mode selection
๐Ÿ›

Fixed

  • Fixed document preview list not updating after upload
  • Fixed session storage failures in some browsers
v0.8.02025-12-20
โœจ

Added

  • Added workflow form value persistence: retain input content after message send
  • Added debounce utility for resolving frequent trigger events that can cause page freeze
  • Added i18n object reader utility for simplified retrieval of multilingual texts
๐Ÿ”„

Changed

  • Optimized form reset logic: only reset when schema or initial values change
๐Ÿ›

Fixed

  • Fixed unexpected form reset when toggling form visibility
  • Fixed loose type definitions in some utility functions
v0.7.42025-12-05
โœจ

Added

  • Added protocol selector component for quick model provider protocol selection
  • Added channel advanced config panel: model mapping and parameter override support
  • Added status code mapping configuration for custom API error handling
๐Ÿ”„

Changed

  • Improved channel form layout: separated basic and advanced configuration sections
  • Enhanced API key editing: toggle show/hide and update mode support
๐Ÿ›

Fixed

  • Fixed error handling when JSON configuration parsing fails
  • Fixed number input allowing negative values
v0.7.32025-11-18
โœจ

Added

  • Added workspace asset isolation: complete data separation between workspaces
  • Added workspace switching: quickly switch between multiple workspaces
  • Added workspace member management: invite and remove members
๐Ÿ”„

Changed

  • Enhanced sidebar workspace selector: display current workspace name
  • Improved asset list queries: auto-filter by current workspace
๐Ÿ›

Fixed

  • Fixed cached data not clearing after workspace switch
  • Fixed loose workspace permission validation
v0.7.22025-10-28
โœจ

Added

  • Added model channel connectivity test: one-click verification of channel configuration
  • Added channel priority and weight configuration for multi-channel load balancing and failover
  • Added official channel quick setup to simplify common model provider integration
๐Ÿ”„

Changed

  • Enhanced channel management UI with protocol and status filtering
  • Improved model selector with multi-select and search capabilities
๐Ÿ›

Fixed

  • Fixed concurrency issues when toggling channel enabled/disabled status
  • Fixed channel configuration save failures in some cases
v0.7.12025-10-12
โœจ

Added

  • Added user profile management page: edit username, avatar, and timezone settings
  • Added avatar cropper: upload and crop custom profile pictures
  • Added workspace management: create, edit, and delete workspaces
๐Ÿ”„

Changed

  • Enhanced organization member management with role and status filtering
  • Improved sidebar navigation with clearer feature categorization
๐Ÿ›

Fixed

  • Fixed timezone selector compatibility issues in some browsers
  • Fixed avatar preview not updating after upload
v0.7.02025-09-25
โœจ

Added

  • Added conversational chat interface: multi-turn dialogue interaction with workflows
  • Added message streaming: real-time display of AI responses
  • Added chat attachment upload: send files during conversations
  • Added real-time workflow run status: visualize node execution progress in chat
๐Ÿ”„

Changed

  • Optimized message list auto-scroll for smoother reading experience
  • Enhanced input box with keyboard shortcuts and multi-line support
๐Ÿ›

Fixed

  • Fixed performance issues when rendering long messages
  • Fixed input box not clearing after message send
v0.6.22025-09-08
โœจ

Added

  • Added knowledge base tag management: custom tags for better categorization
  • Added knowledge base batch operations: bulk delete and move documents
  • Added document processing status tracking: real-time indexing progress
๐Ÿ”„

Changed

  • Optimized knowledge base list loading with infinite scroll pagination
  • Enhanced document upload with drag-and-drop and multi-file selection
๐Ÿ›

Fixed

  • Fixed inaccurate knowledge base search result sorting
v0.6.12025-08-28
โœจ

Added

  • Added agent API key management: create independent access keys for each agent
๐Ÿ”„

Changed

  • Improved workflow publish process with pre-publish validation prompts
๐Ÿ›

Fixed

  • Fixed API key permission validation security issue
v0.6.02025-08-15
โœจ

Added

  • Added multi-theme system with Light, Dark, and AI Young themes to meet different visual preferences
  • Added WebApp standalone module: publish workflows as independent web applications for external users
  • Added workflow run history snapshot: view complete graph state of historical runs
  • Added workflow task stop feature: manually terminate workflow execution during runtime
๐Ÿ”„

Changed

  • Optimized workflow editor performance for smoother node dragging and connection operations
  • Enhanced file management module with folder hierarchy, favorites, and recent files quick access
  • Improved workflow SSE streaming execution with more stable real-time node status updates
๐Ÿ›

Fixed

  • Fixed iteration node execution issues in complex workflow scenarios
  • Fixed style inconsistencies after theme switching
v0.5.42025-07-28
โœจ

Added

  • Added parameter extractor node: intelligently extract structured parameters from text
  • Added variable assigner node: dynamically set and modify variable values in workflows
  • Added tool node: integrate external tools and services in workflows
  • Added built-in workflow templates for quick start in common scenarios
๐Ÿ”„

Changed

  • Enhanced HTTP request node with more request methods and custom header configuration
  • Improved workflow validation with more precise node configuration error messages
  • Enhanced intelligent table structure creation with more data types and constraint options
๐Ÿ›

Fixed

  • Fixed knowledge retrieval node performance issues with large documents
  • Fixed occasional hash conflict issues when saving workflow drafts
v0.5.32025-07-08
โœจ

Added

  • Added batch data import feature: quickly migrate existing data via Excel files
  • Added workspace in organization management for more efficient asset isolation
  • Added file management feature: manage uploaded files independently, reuse them across different locations, reducing redundant uploads
v0.5.22025-06-23
โœจ

Added

  • Added intelligent table data entry: users can use LLM with files to efficiently structure unstructured data and store it in the database
  • Added SQL generation node in workflow: enables LLM-based SQL query generation based on structured database schema, lowering workflow database usage barrier
  • Added SQL log feature for structured databases: supports querying executed SQL records
๐Ÿ”„

Changed

  • Optimized database UI: easier table creation and editing
  • Optimized workflow editor panel UI for better editing experience
  • Optimized permission management in organization admin
๐Ÿ›

Fixed

  • Fixed abnormal auto-focus offset during workflow execution
  • Fixed some UI issues
v0.5.12025-06-05
โœจ

Added

  • Added intelligent table structure creation: users can call LLM to generate table structures from files or natural language, greatly improving experience
  • Added custom SQL execution node in workflow for querying structured databases with SQL statements
  • Added natural language chat with database feature to lower the barrier of using structured databases
๐Ÿ”„

Changed

  • Optimized database UI for smoother editing experience
  • Optimized drag-and-drop creation of workflow nodes and fixed inability to create iteration node children by dragging
  • Optimized organization invitation process for smoother user onboarding
๐Ÿ›

Fixed

  • Fixed occasional loss of session variables in multi-turn conversations
  • Fixed some text errors
v0.5.02025-05-20
โœจ

Added

  • Added low-code database module, users can create structured databases on the platform and provide query services
  • Added knowledge base folders, support storing knowledge base by folder view
  • Added workflow API invocation, allowing custom creation of API key interfaces to call workflows
๐Ÿ”„

Changed

  • Optimized organization management module to support multi-user collaboration on agent creation
  • Optimized workflow node creation experience, supports drag-and-drop node creation
๐Ÿ›

Fixed

  • Fixed the issue where session variables failed to write in some cases
  • Fixed some text errors
v0.4.32025-04-16
โœจ

Added

  • Added session variables for conversation workflows, allowing editing of variables during multi-turn conversations to preserve important memory and improve conversation experience
  • Added workflow validation logic to help identify orchestration errors and node configuration issues
๐Ÿ”„

Changed

  • Optimized editor performance: supports smooth editing of large-scale workflows (200+ nodes) without crashing
  • Optimized node creation menu logic to ensure smooth node creation experience
๐Ÿ›

Fixed

  • Fixed abnormal reading of workflow environment variables
  • Fixed some UI issues
v0.4.22025-03-28
โœจ

Added

  • Added code execution node, support custom code execution in workflow, further improve workflow design
  • Added workflow environment variable configuration, support using environment variables in workflow to configure common parameters
๐Ÿ”„

Changed

  • Optimized node style, adjusted node editor position, optimized drag-and-drop experience
  • Optimized workflow operation prompts, reduced operation process complexity, improved user experience
๐Ÿ›

Fixed

  • Fixed several text issues
  • Fixed workflow runtime issue with too many nodes
v0.4.12025-03-11
โœจ

Added

  • Added iteration, http request, document extraction, variable aggregation nodes, further improve workflow design
  • Added conversation workflow, support multi-round conversation trigger in workflow
๐Ÿ”„

Changed

  • Simplified RAG module, operation process, support file upload and use, reduce complex parameter configuration, improve user experience
  • Optimized model base experience, able to freely adjust multi-channel weight priority load, ensure model call flexibility and reliability
๐Ÿ›

Fixed

  • Fixed several ui issues, optimized user experience
  • Fixed workflow runtime issue with too many nodes
v0.4.02025-02-27
โœจ

Added

  • Added intelligent agent workflow editor, supports drag-and-drop process design
  • Added model calls, conditional judgments, knowledge retrieval nodes in workflow orchestration, supporting basic workflow design
๐Ÿ”„

Changed

  • Optimized RAG module slice quality, enhanced vector retrieval capability, able to adjust vector similarity threshold, support multi-path recall
v0.3.12025-01-28
โœจ

Added

  • Hero Section i18n: Full Chinese and English support for titles, subtitles, feature cards, and process flow
  • Design System Documentation: Complete Coinbase-style design system guide
  • Roadmap Update: Added private database integration and plugin marketplace plans
๐Ÿ”„

Changed

  • CTA Buttons: Updated to 'Get Started' and 'Private Deployment' with actual links
  • Roadmap Order: Reversed to show newest items first
v0.3.02025-01-25
โœจ

Added

  • Intelligent Data Processing: Multi-source input, intelligent parsing, data governance, automated execution
  • Layered Architecture: Integration, Model, Data, Application, Publish & Delivery layers
  • Industry Solutions: 9 vertical solutions (Legal, Finance, HR, Admin, Operations, R&D, Healthcare, Education, Manufacturing)
  • Brand Manifesto: Premium dark design showcasing core brand values
  • Core Features: 6 key capabilities (AI-Native Architecture, Structured Extraction, Intelligent Workflows, Multi-Model Fusion, Open Source, Enterprise Security)
๐Ÿ”„

Changed

  • Hero Design: Coinbase blue theme with minimalist professional style
  • Industry Scenarios: Removed colorful design, unified to monochrome minimalist style
  • Platform Architecture: Unified to Coinbase blue, removed multi-color gradients
v0.2.02025-01-15
โœจ

Added

  • Multilingual Support: Chinese and English interfaces
  • Multi-model Integration: Support for OpenAI, Claude, DeepSeek and more
  • Plugin System: Third-party plugin integration
  • RAG Retrieval: Smart document search and Q&A
v0.1.02024-12-25
โœจ

Added

  • Basic framework setup
  • User authentication system
  • Project management features
๐Ÿ›

Fixed

  • Fixed several performance issues
  • Optimized responsive layout
ZGI - Enterprise AI Agent & RAG Orchestration Platform