Docs/Releases/v1.0.158
v1.0.158January 8, 2026

v1.0.158#

Released: January 8, 2026

Highlights#

This release brings powerful AI CLI integration, significant connection stability improvements, and a fresh new look for Redis and SQL database dashboards.

  • Local CLI AI: Connect Claude Code or Codex CLI to query your databases with natural language
  • Auto-Reconnection: Connections automatically recover from network interruptions
  • Redis Dashboard: Completely redesigned with visual hit rate and memory indicators
  • RDB Overview: New server dashboard for MySQL, PostgreSQL, and MariaDB

New Features#

Local CLI AI Integration#

QueryMind now supports integration with local AI CLI tools, enabling powerful database operations through your preferred AI assistant.

Supported Tools:

  • Claude Code (Anthropic)
  • OpenAI Codex

Capabilities:

  • List schemas and tables directly from CLI
  • View detailed schema information
  • Execute SELECT queries through natural language
  • Run data modifications with safety confirmations

How to Enable:

  1. Install Node.js on your system (v18 or higher recommended)
  2. Install Claude Code or Codex CLI on your system
  3. Connect to a database in QueryMind
  4. Go to Settings > AI > Local CLI AI
  5. Click "Install MCP Server" to register QueryMind

Once configured, you can interact with your database using commands like:

claude "Show me all customers who signed up this month"

Copy Button for Code Blocks#

AI responses containing code snippets now include a convenient copy button.

How it works:

  • Hover over any code block in AI responses to reveal the copy button
  • Click the button to copy the entire code snippet to your clipboard
  • Visual feedback confirms successful copy

Multi-Connection Tab Bar#

Easily switch between multiple active database connections with the new tab bar interface.

Key features:

  • Visual tab bar showing all connected databases
  • One-click switching between connections
  • Database type indicators (MySQL, PostgreSQL, MariaDB, Redis)
  • Clean, intuitive interface that stays compact

Redis Dashboard Redesign#

The Redis server dashboard has been completely redesigned with modern visualizations.

New visual elements:

  • Hit Rate Ring: Circular progress indicator showing cache hit rate percentage
  • Memory Usage Bar: Visual progress bar for memory consumption
  • Status Indicators: Color-coded badges for server health
  • Keyspace Overview: Distribution cards showing keys per database
  • Server Info Cards: Clean, organized display of server metrics

RDB Server Overview Dashboard#

MySQL, PostgreSQL, and MariaDB connections now feature an Overview Dashboard as the default landing page.

Dashboard metrics:

  • Server Info: Version, uptime, charset, timezone
  • Connection Monitor: Current/max connections with progress ring visualization
  • Performance Metrics: Queries per second, total queries, cache hit rate
  • Slow Query Counter: Track slow query count since server startup
  • Database List: Quick access to all databases with size and table count

Quick actions:

  • Click any database to select it
  • "Query" button opens the Query panel for the selected database
  • "ERD" button navigates to the ERD diagram viewer

Tab order change:

  • New tab order: Overview → Query → ERD → Users
  • Overview is now the default tab when connecting to SQL databases

Collapsible Sidebar#

The left sidebar can now be collapsed to maximize workspace.

How to use:

  • Click the collapse button in the sidebar header
  • Sidebar smoothly animates to collapsed state
  • Click again to expand
  • State persists across sessions

Resizable AI Panel#

The AI assistant panel can now be resized by dragging.

Features:

  • Drag the edge to resize the AI panel width
  • Panel remembers your preferred size
  • Smooth resize animation
  • Minimum/maximum size constraints for usability

Improvements#

Connection Stability & Auto-Reconnection#

Significantly improved database connection reliability with automatic recovery from connection drops.

Auto-Reconnection:

  • Connections now automatically recover when the database server drops idle connections
  • No more manual "Retry" clicks needed - reconnection happens transparently
  • Works for both direct connections and SSH tunnel connections
  • Supports MySQL, PostgreSQL, and MariaDB

Connection Health Monitoring:

  • Active health checks detect stale connections before they cause errors
  • Connection pool automatically refreshes unhealthy connections
  • SSH tunnel status is monitored with automatic recreation if needed

Common scenarios that now auto-recover:

  • Connection timeout after period of inactivity
  • Server-side connection reset
  • Network interruptions that drop existing connections

Security#

  • SSH passwords are now stored securely in the OS secure storage (macOS Keychain, Windows Credential Manager)
  • SSH credentials are stored separately from database passwords for enhanced security

Local CLI AI Experience#

  • Session indicator showing active CLI session ID in AI Panel
  • Reset session button to start fresh conversations without restarting
  • Automatic connection tracking - CLI now uses the same connection you're viewing in the UI
  • Visual loading indicator during AI streaming responses
  • Extended default timeout for complex AI operations

Redis UI Overhaul#

  • Modern glassmorphism design with visual metrics
  • Progress indicators for hit rate and memory usage
  • Color-coded server health status
  • Key preview panel for quick value inspection
  • Improved type icons for each Redis data type

Panel Resize Experience#

  • Improved resize handle visibility and responsiveness
  • Resize state persists across app restarts
  • Smooth animations during panel resize
  • Better minimum/maximum constraints for panels

Cross-Platform Compatibility#

  • Enhanced Windows support for Node.js path detection
  • Fixed Linux AppImage MCP server persistence
  • Improved MCP server path resolution across all platforms

Bug Fixes#

MCP Server Deployment#

Fixed critical issues with MCP server deployment across all platforms.

What was fixed:

  • Fixed path resolution for packaged app
  • Fixed Windows compatibility for Node.js installation detection
  • Fixed Linux AppImage support for persistent MCP server location

SSH Tunnel Connection Issues#

Fixed critical issues with SSH tunnel connections.

What was fixed:

  • SSH tunnel settings are now properly saved and persisted with your connection
  • SSH tunnel now works correctly when reconnecting to a saved connection
  • SSH tunnel automatically reconnects when the tunnel connection drops
  • Added health check mechanism to detect and recover from stale SSH tunnels

SSH Authentication Compatibility#

Improved SSH authentication to support a wider range of server configurations.

What was fixed:

  • Added support for keyboard-interactive authentication method
  • Fixed password authentication failures on certain SSH server configurations
  • Better compatibility with various Linux server setups

Local CLI AI Stability#

Several fixes to improve the reliability of Local CLI AI operations.

What was fixed:

  • Fixed an issue where Local CLI AI responses could time out prematurely
  • Improved streaming response handling with proper loading indicators
  • Fixed session messages disappearing after Local CLI AI operations completed
  • Resolved MCP server connection issues that caused "connecting..." status to hang

Connection Tab Bar Stability#

What was fixed:

  • Fixed tab bar collapsing unexpectedly when Redis connection is selected
  • Resolved layout issues in certain scenarios

Redis Key Display#

What was fixed:

  • Long key names now properly display with ellipsis truncation
  • Key names show full path on hover tooltip
  • Type badges remain visible even with long key names

Redis Navigation#

What was fixed:

  • Simplified folder view navigation with clear "Back to Dashboard" button
  • Single-click now shows key preview, double-click opens full detail view

Requirements#

  • Node.js: Required for Local CLI AI features (v18 or higher recommended)
  • Claude Code or Codex CLI: Required for using Local CLI AI integration

Notes#

  • No breaking changes to existing connections or saved data
  • Existing SSH tunnel connections may need to be re-saved to benefit from the fixes
  • Local CLI AI integration requires Node.js and respective CLI tools to be installed separately
  • Connection auto-reconnection works seamlessly in the background

Full Changelog#

For a complete list of changes, see the commit history.