Skip to content

Latest commit

 

History

History
118 lines (91 loc) · 5.75 KB

File metadata and controls

118 lines (91 loc) · 5.75 KB

Changelog

[1.8.0] - 2026-04-12

Features

  • Secure Vault: each Shrimp gets an isolated file space; data is invisible between Shrimps; admins exchange files via Finder
  • Public Folder: shared resource space across all Shrimps for prompt templates, reference data, etc.
  • Channel binding management: visual channel binding status with Feishu/WeChat configuration support
  • Channel pairing UX: pairing completion now keeps the config panel open instead of auto-closing
  • ClawdHome CLI: new command-line tool for scripted management
  • Offline config writes: config changes fall back to local file writes when the Gateway is offline
  • Upgrade UX: upgrade animations, in-card upgrade entry, and app update banner

Improvements & Fixes

  • XPC terminal output switched to Data transport, fixing ANSI/UTF-8 truncation garbling
  • Extracted UserEnvContract for unified user isolation environment variables
  • Version label distinguishes loading vs loaded states, eliminating flicker
  • Skills install shows recovery message when exit code is non-zero but verification passes
  • Backup list queries now include diagnostic logging
  • Environment validation fixes, deeper diagnostics checks, and recovery progress overlay
  • Process table column widths optimized

[1.7.0] - 2026-04-09

Features

  • Hierarchical backup & restore: back up individual Shrimps or all at once, restore to any snapshot
  • Appearance mode: cycle between System, Light, and Dark themes
  • Cron task manager: visual UI for scheduled tasks with execution logs
  • Skills Store: browse, install, configure, and manage OpenClaw skills
  • Model priority management: drag-to-reorder fallback chains for model selection
  • Diagnostics center: one-stop health checks across environment, permissions, config, security, Gateway, and network
  • Hot config reload: apply configuration changes without restarting the Gateway
  • Ed25519 device identity for enhanced WebSocket authentication
  • Helper health panel: view Helper status in Settings with force-restart capability
  • Memory log sidebar: browse and manage Shrimp memory logs
  • Setup wizard fetches model lists from custom provider APIs

Improvements & Fixes

  • XPC calls now enforce timeouts, preventing UI freezes when the Helper is unresponsive
  • Watchdog uses smart retry intervals and skips uninstalled users
  • Node.js installation validated with SHA-256 checksums; Zip Slip and npm injection defenses added
  • Backup performance improved by replacing double-tar with rsync
  • Backup directory moved to a user-accessible location
  • Fixed username parsing for backup filenames containing hyphens
  • Fixed Cron/Skills API failures caused by cleared scope
  • Fixed incorrect slash escaping in JSON config files
  • Web UI now shows loading indicators
  • Process table streamlined; files open in editor on double-click
  • Floating banner warns when Helper connection is lost
  • Auto-recovery after disconnection during upgrades
  • Admin users can see upgradable Shrimp count

[1.6.0] - 2026-04-03

Features

  • Added Node toolchain diagnosis with one-click repair to quickly troubleshoot and fix gateway runtime issues

Improvements & Fixes

  • Improved app update check and upgrade progress UX

[1.5.0] - 2026-04-02

Features

  • Added a setup wizard to guide first-time Shrimp initialization
  • App update checks now run in the background for improved reliability

Improvements & Fixes

  • Refined detail window layout and overview interaction experience
  • Improved upgrade notification messages
  • Hardened proxy configuration and permission checks
  • Improved stability of isolation environments and the initialization flow

[1.4.0] - 2026-03-31

Features

  • Proxy settings are now automatically applied to managed users
  • Added authentication assist for terminal-based flows
  • Expanded role presets in the Role Center with full localization

Improvements & Fixes

  • Streamlined user onboarding with a clearer step-by-step flow
  • Improved in-app update and model configuration experiences
  • Universal packaging now supports both Intel and Apple Silicon
  • App notarization enabled by default for improved macOS trust

[1.3.0] - 2026-03-29

Features

  • Added Role Market for browsing and adopting preconfigured role setups
  • Direct model configuration without requiring a preset
  • Redesigned onboarding experience with support for cloning from existing Shrimps
  • Gateway watchdog: automatically monitors and recovers crashed gateway instances

Improvements & Fixes

  • Polished onboarding and user management interaction details
  • Improved in-app banner notifications
  • Safer handling of user directory ownership and permissions
  • Refined quick-transfer copy

[1.2.0] - 2026-03-26

Features

  • WeChat onboarding: Added a guided onboarding flow for WeChat-channel Shrimps to streamline initial setup.
  • Quick file transfer in detail view: Upload and download files directly from the Shrimp detail panel — no need to open the full file manager.
  • Terminal opens at current path: When launching a terminal from the file manager's maintenance window, the session starts in the directory you're already browsing.
  • Model status quick command: A new shortcut command lets you instantly check the running status of model services from the management UI.

Improvements & Fixes

  • Init wizard stability: Fixed intermittent freezes and unexpected navigation jumps during the Shrimp initialization flow for a smoother setup experience.
  • Homebrew permission auto-repair: The app now detects and attempts to automatically fix Homebrew permission issues, reducing the need for manual troubleshooting.
  • Localized model labels: Fallback model display names are now fully translated and no longer appear as raw English identifiers.
  • Log output improvements: Refined logging behavior to produce cleaner, less noisy output.