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
