Skip to content

MateClaw 1.0.108

Choose a tag to compare

@mateaix mateaix released this 06 Apr 12:29
· 121 commits to main since this release

MateClaw v1.0.108

What's New

Datasource SQL Query with ECharts Visualization

A new SQL query skill enables natural language database queries. Results are automatically rendered as interactive ECharts charts (bar, line, pie, etc.) — just ask a question about your data and get a visualization.

Multimodal Image & Video Support

  • Chat now supports image injection, drag-and-drop upload with improved UX
  • Video file upload, preview, and multimodal analysis support
  • Scanned PDFs are automatically processed with OCR fallback for text extraction
  • Authenticated attachment display for secure file access

Desktop Enhancements

  • Dynamic Port Allocation: Backend now dynamically allocates an available port, preventing startup failures when the default port is occupied
  • Native Menus: macOS/Windows native application menus with About dialog and Check for Updates

WeChat & WeCom File Upload

File upload support added for WeChat personal and WeChat Work (WeCom) channels, enabling richer interactions on IM platforms.

Ollama Auto-Discovery & Activation

  • Auto-detect local Ollama instance on startup and set as default model
  • Auto-activate default model when provider API key is configured — no manual selection needed

OpenRouter Free Vision Models

Three free, vision-capable models added out-of-the-box:

  • Qwen3.6 Plus (qwen/qwen3.6-plus:free)
  • Gemini 2.5 Flash (google/gemini-2.5-flash:free)
  • Llama 4 Maverick (meta-llama/llama-4-maverick:free)

Perfect for getting started without API costs.

Bug Fixes

  • OpenRouter Init Failure: Fixed duplicate INSERT statement in MySQL data scripts that caused OpenRouter provider and all its models to silently fail during initialization
  • ReAct Loop Termination: Prevented agents from entering degenerate repetitive cycles with hardened loop detection
  • PDF OCR Accuracy: Fixed OCR trigger misjudgment, false success reports, and duplicate image injection
  • SVG Handling: SVG files are now skipped in multimodal injection; 400 errors no longer trigger infinite retries
  • IM Channel Images: Fixed mediaId-to-image-path resolution for IM channel multimodal messages
  • Browser Tool Stability: Fixed idle watchdog resource leak on repeated start/stop cycles; added Windows and Docker Chromium launch arguments
  • Ollama Connectivity: Added placeholder API key for Ollama provider to prevent call failures
  • Model Validation: Removed legacy DashScope-only restriction that blocked other providers
  • H2 Schema Migration: Check column existence before ALTER TABLE to suppress duplicate column errors
  • Skill Sync: Workspace now syncs correctly when builtin skills are updated or version-bumped

Changes

  • Copyright updated to 2026; version number now read dynamically from package.json
  • User guide documentation fully rewritten to match current codebase
  • Mobile responsive layout with slide-in drawer navigation
  • Hardcoded i18n strings replaced with proper locale keys

Downloads

Platform File Notes
macOS (Apple Silicon) MateClaw_1.0.108_arm64.dmg Recommended for M1/M2/M3/M4/M5
macOS (Apple Silicon) MateClaw_1.0.108_arm64.zip zip format
macOS (Intel) MateClaw_1.0.108_x64.dmg Intel Mac
macOS (Intel) MateClaw_1.0.108_x64.zip zip format
Windows (x64) MateClaw_1.0.108_Setup.exe Most Windows PCs
Windows (x64) MateClaw_1.0.108_x64_Setup.exe Explicit x64
Windows (ARM64) MateClaw_1.0.108_arm64_Setup.exe ARM Windows

All installers bundle JRE 21 — no Java installation needed. Existing users will receive this update automatically.