Skip to content

Releases: ValueCell-ai/ClawX

v0.3.9

14 Apr 10:47
6acd8ac

Choose a tag to compare

🚀 ClawX v0.3.9

ClawX - Graphical AI Assistant based on OpenClaw

📦 Downloads

Please select the appropriate installer for your operating system and architecture:

macOS

  • Apple Silicon (M1/M2/M3/M4): ClawX-*-mac-arm64.dmg
  • Intel (x64): ClawX-*-mac-x64.dmg

Windows

  • Installer (x64): ClawX-*-win-x64.exe
  • Installer (ARM64): ClawX-*-win-arm64.exe

Linux

  • AppImage (x64): ClawX-*-linux-x86_64.AppImage (Universal format, recommended)
  • AppImage (ARM64): ClawX-*-linux-arm64.AppImage
  • Debian/Ubuntu (x64): ClawX-*-linux-amd64.deb
  • Debian/Ubuntu (ARM64): ClawX-*-linux-arm64.deb
  • RPM (x64): ClawX-*-linux-x86_64.rpm

📝 Release Notes

See the auto-generated release notes below for detailed changes.

⚠️ Installation Notes

  • macOS: On first launch, you may see "cannot verify developer". Go to System Preferences → Security & Privacy to allow the app to run
  • Windows: SmartScreen may block the app. Click "More info" → "Run anyway" to proceed
  • Linux AppImage: First run chmod +x ClawX-*.AppImage to add execute permission. On Ubuntu 22.04 you may also need sudo apt install libfuse2; on Ubuntu 24.04 use sudo apt install libfuse2t64
  • Linux .deb (Ubuntu 24.04): If installation fails due to missing dependencies, use sudo apt install libgtk-3-0t64 libnotify4t64 libxss1t64 before installing

💬 Found an issue? Please submit an Issue

What's Changed

  • feat(i18n): add Russian (ru) localization support by @AlexZander85 in #798
  • Fix provider API key validation trimming by @ashione in #810
  • feat(cron): allow users to associate cron jobs with specific agents by @typhigh in #835
  • Fix startup chat history recovery for Issue #816 by @ashione in #821
  • Fix multi-account channel binding drift for #836 by @ashione in #841
  • fix(providers): add Moonshot (Global) provider for api.moonshot.ai endpoint by @octo-patch in #839
  • feat(version): upgrade openclaw version 4.11 by @hazeone in #845
  • fix feishu conflict by @su8su in #850
  • support reasoning agentid by accountId or session for cron by @typhigh in #847
  • feat(gateway): enhance gateway readiness handling and batch sync configuration by @hazeone in #851
  • fix feishu plugin conflict by @su8su in #852
  • release v0.3.9 by @su8su in #854

New Contributors

Full Changelog: v0.3.8...v0.3.9

v0.3.9-beta.1

13 Apr 11:30

Choose a tag to compare

v0.3.9-beta.1 Pre-release
Pre-release

🚀 ClawX v0.3.9-beta.1

ClawX - Graphical AI Assistant based on OpenClaw

📦 Downloads

Please select the appropriate installer for your operating system and architecture:

macOS

  • Apple Silicon (M1/M2/M3/M4): ClawX-*-mac-arm64.dmg
  • Intel (x64): ClawX-*-mac-x64.dmg

Windows

  • Installer (x64): ClawX-*-win-x64.exe
  • Installer (ARM64): ClawX-*-win-arm64.exe

Linux

  • AppImage (x64): ClawX-*-linux-x86_64.AppImage (Universal format, recommended)
  • AppImage (ARM64): ClawX-*-linux-arm64.AppImage
  • Debian/Ubuntu (x64): ClawX-*-linux-amd64.deb
  • Debian/Ubuntu (ARM64): ClawX-*-linux-arm64.deb
  • RPM (x64): ClawX-*-linux-x86_64.rpm

📝 Release Notes

See the auto-generated release notes below for detailed changes.

⚠️ Installation Notes

  • macOS: On first launch, you may see "cannot verify developer". Go to System Preferences → Security & Privacy to allow the app to run
  • Windows: SmartScreen may block the app. Click "More info" → "Run anyway" to proceed
  • Linux AppImage: First run chmod +x ClawX-*.AppImage to add execute permission. On Ubuntu 22.04 you may also need sudo apt install libfuse2; on Ubuntu 24.04 use sudo apt install libfuse2t64
  • Linux .deb (Ubuntu 24.04): If installation fails due to missing dependencies, use sudo apt install libgtk-3-0t64 libnotify4t64 libxss1t64 before installing

💬 Found an issue? Please submit an Issue

What's Changed

New Contributors

Full Changelog: v0.3.8...v0.3.9-beta.1

v0.3.8

09 Apr 11:42
fc9e37c

Choose a tag to compare

🚀 ClawX v0.3.8

ClawX - Graphical AI Assistant based on OpenClaw

📦 Downloads

Please select the appropriate installer for your operating system and architecture:

macOS

  • Apple Silicon (M1/M2/M3/M4): ClawX-*-mac-arm64.dmg
  • Intel (x64): ClawX-*-mac-x64.dmg

Windows

  • Installer (x64): ClawX-*-win-x64.exe
  • Installer (ARM64): ClawX-*-win-arm64.exe

Linux

  • AppImage (x64): ClawX-*-linux-x86_64.AppImage (Universal format, recommended)
  • AppImage (ARM64): ClawX-*-linux-arm64.AppImage
  • Debian/Ubuntu (x64): ClawX-*-linux-amd64.deb
  • Debian/Ubuntu (ARM64): ClawX-*-linux-arm64.deb
  • RPM (x64): ClawX-*-linux-x86_64.rpm

📝 Release Notes

See the auto-generated release notes below for detailed changes.

⚠️ Installation Notes

  • macOS: On first launch, you may see "cannot verify developer". Go to System Preferences → Security & Privacy to allow the app to run
  • Windows: SmartScreen may block the app. Click "More info" → "Run anyway" to proceed
  • Linux AppImage: First run chmod +x ClawX-*.AppImage to add execute permission. On Ubuntu 22.04 you may also need sudo apt install libfuse2; on Ubuntu 24.04 use sudo apt install libfuse2t64
  • Linux .deb (Ubuntu 24.04): If installation fails due to missing dependencies, use sudo apt install libgtk-3-0t64 libnotify4t64 libxss1t64 before installing

💬 Found an issue? Please submit an Issue

What's Changed

  • fix custom provider API key validation fallback by @ashione in #773
  • Add execution graph to chat history by @ashione in #776
  • fix: resolve extension dependency missing in shared chunks (#765) by @su8su in #771
  • fix(providers): resolve provider re-seeding loop on deletion by @su8su in #772
  • Feat/perf dashboard by @su8su in #770
  • fix: resolve Windows gateway reconnect race condition and translate comments by @su8su in #787
  • opt(chat): Enhance error handling for chat.send timeouts and improve logging in gateway RPC calls by @hazeone in #788
  • feat(cron): enable WeChat as a supported delivery channel by @su8su in #789
  • fix(gateway): handle Windows OpenClaw process exit error during in-process restarts by @hazeone in #794
  • Refine chat tool status dedupe by @ashione in #786
  • Perf: hoist hidden-usage-source logic out of Models component by @phpoh in #785
  • Fix: remove duplicate IPC channel and extract error code sets by @phpoh in #780
  • fix(feishu): feishu configuration loss by @hazeone in #795
  • fix(channel): support channel names that include numbers; legacy test names containing numbers may still appear by @hazeone in #796
  • fix(feishu): feishu connector name validate by @hazeone in #797
  • release(version): v0.3.7 by @hazeone in #799
  • Upgrade openclaw to 4.9 by @su8su in #804
  • release 0.3.8 by @su8su in #813

New Contributors

Full Changelog: v0.3.6...v0.3.8

v0.3.7

08 Apr 14:13

Choose a tag to compare

🚀 ClawX v0.3.7

ClawX - Graphical AI Assistant based on OpenClaw

📦 Downloads

Please select the appropriate installer for your operating system and architecture:

macOS

  • Apple Silicon (M1/M2/M3/M4): ClawX-*-mac-arm64.dmg
  • Intel (x64): ClawX-*-mac-x64.dmg

Windows

  • Installer (x64): ClawX-*-win-x64.exe
  • Installer (ARM64): ClawX-*-win-arm64.exe

Linux

  • AppImage (x64): ClawX-*-linux-x86_64.AppImage (Universal format, recommended)
  • AppImage (ARM64): ClawX-*-linux-arm64.AppImage
  • Debian/Ubuntu (x64): ClawX-*-linux-amd64.deb
  • Debian/Ubuntu (ARM64): ClawX-*-linux-arm64.deb
  • RPM (x64): ClawX-*-linux-x86_64.rpm

📝 Release Notes

See the auto-generated release notes below for detailed changes.

⚠️ Installation Notes

  • macOS: On first launch, you may see "cannot verify developer". Go to System Preferences → Security & Privacy to allow the app to run
  • Windows: SmartScreen may block the app. Click "More info" → "Run anyway" to proceed
  • Linux AppImage: First run chmod +x ClawX-*.AppImage to add execute permission. On Ubuntu 22.04 you may also need sudo apt install libfuse2; on Ubuntu 24.04 use sudo apt install libfuse2t64
  • Linux .deb (Ubuntu 24.04): If installation fails due to missing dependencies, use sudo apt install libgtk-3-0t64 libnotify4t64 libxss1t64 before installing

💬 Found an issue? Please submit an Issue

What's Changed

  • fix custom provider API key validation fallback by @ashione in #773
  • Add execution graph to chat history by @ashione in #776
  • fix: resolve extension dependency missing in shared chunks (#765) by @su8su in #771
  • fix(providers): resolve provider re-seeding loop on deletion by @su8su in #772
  • Feat/perf dashboard by @su8su in #770
  • fix: resolve Windows gateway reconnect race condition and translate comments by @su8su in #787
  • opt(chat): Enhance error handling for chat.send timeouts and improve logging in gateway RPC calls by @hazeone in #788
  • feat(cron): enable WeChat as a supported delivery channel by @su8su in #789
  • fix(gateway): handle Windows OpenClaw process exit error during in-process restarts by @hazeone in #794
  • Refine chat tool status dedupe by @ashione in #786
  • Perf: hoist hidden-usage-source logic out of Models component by @phpoh in #785
  • Fix: remove duplicate IPC channel and extract error code sets by @phpoh in #780
  • fix(feishu): feishu configuration loss by @hazeone in #795
  • fix(channel): support channel names that include numbers; legacy test names containing numbers may still appear by @hazeone in #796
  • fix(feishu): feishu connector name validate by @hazeone in #797

New Contributors

Full Changelog: v0.3.6...v0.3.7

v0.3.7-beta.1

08 Apr 11:57

Choose a tag to compare

v0.3.7-beta.1 Pre-release
Pre-release

🚀 ClawX v0.3.7-beta.1

ClawX - Graphical AI Assistant based on OpenClaw

📦 Downloads

Please select the appropriate installer for your operating system and architecture:

macOS

  • Apple Silicon (M1/M2/M3/M4): ClawX-*-mac-arm64.dmg
  • Intel (x64): ClawX-*-mac-x64.dmg

Windows

  • Installer (x64): ClawX-*-win-x64.exe
  • Installer (ARM64): ClawX-*-win-arm64.exe

Linux

  • AppImage (x64): ClawX-*-linux-x86_64.AppImage (Universal format, recommended)
  • AppImage (ARM64): ClawX-*-linux-arm64.AppImage
  • Debian/Ubuntu (x64): ClawX-*-linux-amd64.deb
  • Debian/Ubuntu (ARM64): ClawX-*-linux-arm64.deb
  • RPM (x64): ClawX-*-linux-x86_64.rpm

📝 Release Notes

See the auto-generated release notes below for detailed changes.

⚠️ Installation Notes

  • macOS: On first launch, you may see "cannot verify developer". Go to System Preferences → Security & Privacy to allow the app to run
  • Windows: SmartScreen may block the app. Click "More info" → "Run anyway" to proceed
  • Linux AppImage: First run chmod +x ClawX-*.AppImage to add execute permission. On Ubuntu 22.04 you may also need sudo apt install libfuse2; on Ubuntu 24.04 use sudo apt install libfuse2t64
  • Linux .deb (Ubuntu 24.04): If installation fails due to missing dependencies, use sudo apt install libgtk-3-0t64 libnotify4t64 libxss1t64 before installing

💬 Found an issue? Please submit an Issue

What's Changed

  • fix custom provider API key validation fallback by @ashione in #773
  • Add execution graph to chat history by @ashione in #776
  • fix: resolve extension dependency missing in shared chunks (#765) by @su8su in #771
  • fix(providers): resolve provider re-seeding loop on deletion by @su8su in #772
  • Feat/perf dashboard by @su8su in #770
  • fix: resolve Windows gateway reconnect race condition and translate comments by @su8su in #787
  • opt(chat): Enhance error handling for chat.send timeouts and improve logging in gateway RPC calls by @hazeone in #788
  • feat(cron): enable WeChat as a supported delivery channel by @su8su in #789
  • fix(gateway): handle Windows OpenClaw process exit error during in-process restarts by @hazeone in #794
  • Refine chat tool status dedupe by @ashione in #786
  • Perf: hoist hidden-usage-source logic out of Models component by @phpoh in #785
  • Fix: remove duplicate IPC channel and extract error code sets by @phpoh in #780
  • fix(feishu): feishu configuration loss by @hazeone in #795
  • fix(channel): support channel names that include numbers; legacy test names containing numbers may still appear by @hazeone in #796
  • fix(feishu): feishu connector name validate by @hazeone in #797

New Contributors

Full Changelog: v0.3.6...v0.3.7-beta.1

v0.3.7-beta.0

08 Apr 04:49

Choose a tag to compare

v0.3.7-beta.0 Pre-release
Pre-release

🚀 ClawX v0.3.7-beta.0

ClawX - Graphical AI Assistant based on OpenClaw

📦 Downloads

Please select the appropriate installer for your operating system and architecture:

macOS

  • Apple Silicon (M1/M2/M3/M4): ClawX-*-mac-arm64.dmg
  • Intel (x64): ClawX-*-mac-x64.dmg

Windows

  • Installer (x64): ClawX-*-win-x64.exe
  • Installer (ARM64): ClawX-*-win-arm64.exe

Linux

  • AppImage (x64): ClawX-*-linux-x86_64.AppImage (Universal format, recommended)
  • AppImage (ARM64): ClawX-*-linux-arm64.AppImage
  • Debian/Ubuntu (x64): ClawX-*-linux-amd64.deb
  • Debian/Ubuntu (ARM64): ClawX-*-linux-arm64.deb
  • RPM (x64): ClawX-*-linux-x86_64.rpm

📝 Release Notes

See the auto-generated release notes below for detailed changes.

⚠️ Installation Notes

  • macOS: On first launch, you may see "cannot verify developer". Go to System Preferences → Security & Privacy to allow the app to run
  • Windows: SmartScreen may block the app. Click "More info" → "Run anyway" to proceed
  • Linux AppImage: First run chmod +x ClawX-*.AppImage to add execute permission. On Ubuntu 22.04 you may also need sudo apt install libfuse2; on Ubuntu 24.04 use sudo apt install libfuse2t64
  • Linux .deb (Ubuntu 24.04): If installation fails due to missing dependencies, use sudo apt install libgtk-3-0t64 libnotify4t64 libxss1t64 before installing

💬 Found an issue? Please submit an Issue

What's Changed

  • fix custom provider API key validation fallback by @ashione in #773
  • Add execution graph to chat history by @ashione in #776
  • fix: resolve extension dependency missing in shared chunks (#765) by @su8su in #771
  • fix(providers): resolve provider re-seeding loop on deletion by @su8su in #772
  • Feat/perf dashboard by @su8su in #770
  • fix: resolve Windows gateway reconnect race condition and translate comments by @su8su in #787
  • opt(chat): Enhance error handling for chat.send timeouts and improve logging in gateway RPC calls by @hazeone in #788
  • feat(cron): enable WeChat as a supported delivery channel by @su8su in #789
  • fix(gateway): handle Windows OpenClaw process exit error during in-process restarts by @hazeone in #794

Full Changelog: v0.3.6...v0.3.7-beta.0

v0.3.6

03 Apr 07:48
e640316

Choose a tag to compare

🚀 ClawX v0.3.6

ClawX - Graphical AI Assistant based on OpenClaw

📦 Downloads

Please select the appropriate installer for your operating system and architecture:

macOS

  • Apple Silicon (M1/M2/M3/M4): ClawX-*-mac-arm64.dmg
  • Intel (x64): ClawX-*-mac-x64.dmg

Windows

  • Installer (x64): ClawX-*-win-x64.exe
  • Installer (ARM64): ClawX-*-win-arm64.exe

Linux

  • AppImage (x64): ClawX-*-linux-x86_64.AppImage (Universal format, recommended)
  • AppImage (ARM64): ClawX-*-linux-arm64.AppImage
  • Debian/Ubuntu (x64): ClawX-*-linux-amd64.deb
  • Debian/Ubuntu (ARM64): ClawX-*-linux-arm64.deb
  • RPM (x64): ClawX-*-linux-x86_64.rpm

📝 Release Notes

See the auto-generated release notes below for detailed changes.

⚠️ Installation Notes

  • macOS: On first launch, you may see "cannot verify developer". Go to System Preferences → Security & Privacy to allow the app to run
  • Windows: SmartScreen may block the app. Click "More info" → "Run anyway" to proceed
  • Linux AppImage: First run chmod +x ClawX-*.AppImage to add execute permission. On Ubuntu 22.04 you may also need sudo apt install libfuse2; on Ubuntu 24.04 use sudo apt install libfuse2t64
  • Linux .deb (Ubuntu 24.04): If installation fails due to missing dependencies, use sudo apt install libgtk-3-0t64 libnotify4t64 libxss1t64 before installing

💬 Found an issue? Please submit an Issue

What's Changed

  • fix(gateway): terminate owned process before retry to prevent port conflict on Windows by @shuang5725 in #724
  • fix(gateway): refine process termination and wait logic on retry by @su8su in #750
  • Revert "fix(gateway): refine process termination and wait logic on retry" by @vcfgv in #754
  • Revert "fix(gateway): terminate owned process before retry to prevent port conflict on Windows" by @vcfgv in #755
  • fix(gateway): make heartbeat observability-only to prevent false cascade restarts by @su8su in #762
  • v0.3.6 by @su8su in #763

New Contributors

Full Changelog: v0.3.5...v0.3.6

v0.3.5

02 Apr 07:34
d3112f2

Choose a tag to compare

🚀 ClawX v0.3.5

ClawX - Graphical AI Assistant based on OpenClaw

📦 Downloads

Please select the appropriate installer for your operating system and architecture:

macOS

  • Apple Silicon (M1/M2/M3/M4): ClawX-*-mac-arm64.dmg
  • Intel (x64): ClawX-*-mac-x64.dmg

Windows

  • Installer (x64): ClawX-*-win-x64.exe
  • Installer (ARM64): ClawX-*-win-arm64.exe

Linux

  • AppImage (x64): ClawX-*-linux-x86_64.AppImage (Universal format, recommended)
  • AppImage (ARM64): ClawX-*-linux-arm64.AppImage
  • Debian/Ubuntu (x64): ClawX-*-linux-amd64.deb
  • Debian/Ubuntu (ARM64): ClawX-*-linux-arm64.deb
  • RPM (x64): ClawX-*-linux-x86_64.rpm

📝 Release Notes

See the auto-generated release notes below for detailed changes.

⚠️ Installation Notes

  • macOS: On first launch, you may see "cannot verify developer". Go to System Preferences → Security & Privacy to allow the app to run
  • Windows: SmartScreen may block the app. Click "More info" → "Run anyway" to proceed
  • Linux AppImage: First run chmod +x ClawX-*.AppImage to add execute permission. On Ubuntu 22.04 you may also need sudo apt install libfuse2; on Ubuntu 24.04 use sudo apt install libfuse2t64
  • Linux .deb (Ubuntu 24.04): If installation fails due to missing dependencies, use sudo apt install libgtk-3-0t64 libnotify4t64 libxss1t64 before installing

💬 Found an issue? Please submit an Issue

What's Changed

  • [codex] Preserve stable snapshots and stabilize Electron e2e by @ashione in #734
  • Upgrade openclaw to 4.1 by @su8su in #742
  • fix: Host API port conflict crashing startup on Windows by @su8su in #743
  • fix(cron): replace hardcoded channel name in no-delivery-targets message by @su8su in #744
  • fix: sync Ollama provider config to gateway runtime (fixes #448) by @octo-patch in #745
  • fix: properly sync Ollama provider config to gateway runtime by @su8su in #747
  • v0.3.5 by @su8su in #748

Full Changelog: v0.3.4...v0.3.5

v0.3.4

01 Apr 10:26
34bbb03

Choose a tag to compare

🚀 ClawX v0.3.4

ClawX - Graphical AI Assistant based on OpenClaw

📦 Downloads

Please select the appropriate installer for your operating system and architecture:

macOS

  • Apple Silicon (M1/M2/M3/M4): ClawX-*-mac-arm64.dmg
  • Intel (x64): ClawX-*-mac-x64.dmg

Windows

  • Installer (x64): ClawX-*-win-x64.exe
  • Installer (ARM64): ClawX-*-win-arm64.exe

Linux

  • AppImage (x64): ClawX-*-linux-x86_64.AppImage (Universal format, recommended)
  • AppImage (ARM64): ClawX-*-linux-arm64.AppImage
  • Debian/Ubuntu (x64): ClawX-*-linux-amd64.deb
  • Debian/Ubuntu (ARM64): ClawX-*-linux-arm64.deb
  • RPM (x64): ClawX-*-linux-x86_64.rpm

📝 Release Notes

See the auto-generated release notes below for detailed changes.

⚠️ Installation Notes

  • macOS: On first launch, you may see "cannot verify developer". Go to System Preferences → Security & Privacy to allow the app to run
  • Windows: SmartScreen may block the app. Click "More info" → "Run anyway" to proceed
  • Linux AppImage: First run chmod +x ClawX-*.AppImage to add execute permission. On Ubuntu 22.04 you may also need sudo apt install libfuse2; on Ubuntu 24.04 use sudo apt install libfuse2t64
  • Linux .deb (Ubuntu 24.04): If installation fails due to missing dependencies, use sudo apt install libgtk-3-0t64 libnotify4t64 libxss1t64 before installing

💬 Found an issue? Please submit an Issue

What's Changed

  • Feat/upgrade openclaw by @su8su in #729
  • fix(gateway): prevent default built-in plugins from being disabled by explicit allowlists by @su8su in #737
  • v0.3.4 by @su8su in #739

Full Changelog: v0.3.3...v0.3.4

v0.3.3

31 Mar 03:36
bf5b089

Choose a tag to compare

🚀 ClawX v0.3.3

ClawX - Graphical AI Assistant based on OpenClaw

📦 Downloads

Please select the appropriate installer for your operating system and architecture:

macOS

  • Apple Silicon (M1/M2/M3/M4): ClawX-*-mac-arm64.dmg
  • Intel (x64): ClawX-*-mac-x64.dmg

Windows

  • Installer (x64): ClawX-*-win-x64.exe
  • Installer (ARM64): ClawX-*-win-arm64.exe

Linux

  • AppImage (x64): ClawX-*-linux-x86_64.AppImage (Universal format, recommended)
  • AppImage (ARM64): ClawX-*-linux-arm64.AppImage
  • Debian/Ubuntu (x64): ClawX-*-linux-amd64.deb
  • Debian/Ubuntu (ARM64): ClawX-*-linux-arm64.deb
  • RPM (x64): ClawX-*-linux-x86_64.rpm

📝 Release Notes

See the auto-generated release notes below for detailed changes.

⚠️ Installation Notes

  • macOS: On first launch, you may see "cannot verify developer". Go to System Preferences → Security & Privacy to allow the app to run
  • Windows: SmartScreen may block the app. Click "More info" → "Run anyway" to proceed
  • Linux AppImage: First run chmod +x ClawX-*.AppImage to add execute permission. On Ubuntu 22.04 you may also need sudo apt install libfuse2; on Ubuntu 24.04 use sudo apt install libfuse2t64
  • Linux .deb (Ubuntu 24.04): If installation fails due to missing dependencies, use sudo apt install libgtk-3-0t64 libnotify4t64 libxss1t64 before installing

💬 Found an issue? Please submit an Issue

What's Changed

  • [codex] fix auth-backed provider discovery by @ashione in #690
  • fix: clean up deleted provider state correctly by @ashione in #696
  • fix: avoid systemd-supervised gateway retry loop in owned launcher by @ashione in #700
  • add electron e2e harness and regression coverage by @ashione in #697
  • Fix token usage handling and developer proxy save UX by @ashione in #704
  • fix(installer): resolve upgrade hang caused by locked files in installation directory by @su8su in #711
  • Upgrade third party plugin by @su8su in #715
  • fix(chat): hide internal system messages from webchat by @kagura-agent in #710
  • fix gateway restart handshake timeout by @ashione in #689
  • fix(installer): preserve user .openclaw directory during uninstall by @su8su in #717
  • fix(gateway): resolve startup hang caused by qqbot plugin manifest ID mismatch & stderr flood by @su8su in #718
  • fix(gateway): restore WebSocket heartbeat ping on Windows by @su8su in #722
  • v0.3.3 by @su8su in #723

Full Changelog: v0.3.2...v0.3.3