Skip to content

Releases: AI-QL/tuui

Release v1.3.3

27 Nov 10:41

Choose a tag to compare

Release Notes

  • Updated @modelcontextprotocol/sdk dependency 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

18 Nov 15:35

Choose a tag to compare

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

30 Oct 06:31

Choose a tag to compare

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

04 Oct 09:41

Choose a tag to compare

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 createCompletion and related functions to use a unified SessionEntry object 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 SessionEntry type, 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

Release v1.2.3

03 Oct 16:13

Choose a tag to compare

Release Notes

  • Resolved concurrency issues in the chat and sampling processes

Full Changelog: v1.2.2...v1.2.3

Release v1.2.2

02 Oct 07:43

Choose a tag to compare

Release Notes

  • Added support for rendering ECharts directly within Markdown.
  • Refactored the IPC communication and type definitions for improved maintainability.

Full Changelog: v1.2.1...v1.2.2

Release v1.2.1

01 Oct 07:03

Choose a tag to compare

Release Notes

  • Compatible with the latest MCP registry API

Full Changelog: v1.2.0...v1.2.1

Release v1.2.0

01 Oct 05:11

Choose a tag to compare

Release Notes

  • Refactored type definitions for improved maintainability and clarity.

  • Streamlined the process for bulk updating API keys through the CLI.

Release v1.1.4

27 Sep 15:34

Choose a tag to compare

Release Notes

  • Support for configurable reasoning_effort according to OpenAI API
  • Support for configurable enable_thinking according to Qwen API

Full Changelog: v1.1.3...v1.1.4

Release v1.1.3

27 Sep 03:23

Choose a tag to compare

Release Notes

  • Supports discovery and preview of MCP servers from the registry

Full Changelog: v1.1.2...v1.1.3