Skip to content

v1.0.418

Released: 2026-04-11

A Brand New Look

This is the most beautiful version of MateClaw we've ever made.

We rebuilt the entire interface from scratch — frosted glass effects, unified design tokens, responsive layout, collapsible panels. Every pixel has been rethought. This isn't a reskin. It's a reimagining of how you interact with your AI assistant.

The chat experience has been radically simplified: we removed the status noise you didn't need, made the approval flow feel natural, and introduced segmented message display with progressive loading and real-time persistence — you can watch the AI think step by step, like standing at a whiteboard with a brilliant colleague.

Three Big Things

1. True Workspace Isolation

Every workspace is now its own world. Its own agents, its own permissions, its own file boundaries.

  • Completely redesigned information architecture — navigation, settings, security all restructured
  • Workspace active directory (basePath) restricts AI to operate only within your designated folder, with symlink escape prevention
  • Permission hierarchy: owner → admin → member → viewer — who sees what, who changes what, crystal clear

2. Full Internationalization

MateClaw now speaks two languages.

Every tool description, error message, security rule, and approval prompt on the backend — all bilingual Chinese/English. Not machine-translated. Structured i18n infrastructure. English-speaking users finally see the interface they deserve.

3. Chat-Based Scheduled Tasks

New CronJobTool — just say "check my server status every morning at 9am" in the chat, and the agent creates a cron job for you. No menus to find. No cron syntax to learn. This is what an AI operating system should feel like.

More Highlights

  • First-Run Experience — New onboarding flow, system health check (Doctor), one-click agent templates
  • Skill ZIP Import — Drag a ZIP file in, skill installed. That simple
  • Multi-Layer Memory — Pluggable provider architecture for short-term, long-term, and consolidation diary
  • ChatGPT Tool Calling — Native support for ChatGPT's tool calling protocol
  • Context Compression Upgrade — Smarter context pruning, 429 retry, iteration limits, repetition detection
  • Model Selector — Standalone component with grouped layout and instant search
  • Webchat Channel — Embeddable chat widget now fully configurable

Security Hardening

  • JWT secret validation enforced in production
  • CORS policy tightened
  • H2 Console auto-disabled in production
  • Login rate limiting
  • SQL injection fix
  • Internal error details no longer exposed to frontend

Under the Hood

  • Flyway Migration Framework — Replaces 5 manual migration classes, database versions finally trackable
  • Segmented Message Persistence — Thinking process saved in real-time, survives page refresh

Fixes

  • 16 modal components closing on backdrop click
  • Plan-Execute planning failures and persistent task list
  • Cross-conversation message leakage and tool call duplication
  • Stale approval UI after SSE disconnect
  • ThinkingSegment display and MessageBubble rendering
  • Wiki page Markdown rendering