Releases: AI-QL/tuui
Release v1.3.9
Release Notes
This release is a routine maintenance update focused on improving security and keeping dependencies up to date. No new features or breaking changes are introduced.
Upgraded several dependencies including body-parser, qs, and tmp to their latest versions. All high and moderate severity vulnerabilities have been addressed as of this update.
Full Changelog: v1.3.8...v1.3.9
Release v1.3.8
Release Notes
- Enhanced property normalization and dynamic model handling in ElicitationCard to better support various schema types and input rendering.
- Added comprehensive enum support including single-select, multi-select, and validation for enum structures.
- Updated type definitions to align with the latest(2025-11-25) MCP protocol requirements.
Release v1.3.7
Release Notes
- Added support for an additional request body in the chatbot configuration. Users can now optionally provide extra parameters to be included with requests.
- Updated various core dependencies and development tools to their latest compatible versions, improving overall application stability and security.
Release v1.3.6
Release v1.3.5
Release Notes
- Bump versions for @anthropic-ai/mcpb, @modelcontextprotocol/sdk, electron
Release v1.3.4
Release Notes
- UI Enhancements: Optimized the visual layout and component spacing within the ElicitationCard for improved user interface consistency.
- Dependency Upgrades: Updated a range of core and development dependencies to their latest stable versions, ensuring better performance and security.
- Security & Code Optimization: Removed the ECharts library dependency. This action resolves a prior requirement for the
unsafe-evaldirective within the Content Security Policy, which was originally necessitated by the integrated markdown editor's chart rendering functionality.
Full Changelog: v1.3.3...v1.3.4
Release v1.3.3
Release Notes
- Updated
@modelcontextprotocol/sdkdependency to the latest version - Fixed related message type definitions to ensure compatibility with the updated SDK
Full Changelog: v1.3.2...v1.3.3
Release v1.3.2
Release Notes
New Features & Enhancements
- News Item Cover Property: Added support for a 'cover' boolean property to news items, allowing featured content highlighting in startup configurations
- Enhanced MCP Prompt Validation: Improved argument validation on the MCP prompt page with real-time rule checking and better user feedback
- Server Instructions Support: Added display of server implementation details and instructions in configuration cards, including Markdown rendering support
- Improved UI/UX: Enhanced form validation that disables the apply button when required fields are missing, providing clearer visual feedback
Updates & Maintenance
- Dependency Updates: Upgraded core dependencies including MCP SDK to v1.22.0 and related packages for improved performance and compatibility
- API Proxy Link Correction: Updated the API Proxy repository link in startup configuration
Technical Improvements
- Type System Enhancements: Refined type definitions and formatting for better development experience
- Code Cleanup: Removed unnecessary syntax and improved code consistency
Release v1.3.1
Release Notes
Updated MCPB(DXT) Configuration Management
- Refined configuration handling for compatibility with latest MCPB manifest version 0.3
- Improved readability and organization of configuration options
Visual and UI Updates
- Upgraded UI components with latest Vuetify 3.10.8 framework for improved visual consistency
- Improved tab switching behavior with better reactivity for compatibility with latest Vuetify
- Removed deprecated component (VTreeview) ensuring future compatibility
Full Changelog: v1.3.0...v1.3.1
Release v1.3.0
Release Notes
-
Enhanced Tools Management: Refactored tools tree construction in AgentCentralStage to filter out servers without available tools and improved variable naming for better clarity.
-
Session Handling Refactor: Updated
createCompletionand related functions to use a unifiedSessionEntryobject instead of separate conversation and session ID parameters, improving type safety and session data management. -
Chat Store Optimization: Restructured conversation and session handling across chat stores with a new
SessionEntrytype, providing more consistent chat history management and adding support for 'Continue' action in the chat interface.
A major schema change in this release means that data from previous versions is not compatible and will not be inherited. To prevent data loss, please manually download or save your historical records and configurations before installing the update.
Full Changelog: v1.2.3...v1.3.0