Skip to content

Clave

v1.51.0 Bugfix

This release fixes issues for SREs watching stability and regressions.

✓ No known CVEs patched
Read the diff → Tool health → What is this tool? →

✓ No known CVEs patched in this version

Topics

claude claude-code developer-tools electron macos cli

Summary

AI summary

Fixed CPU spikes in Files and Git panels for large folders and added automatic session restoration after reboot.

Full changelog

[1.51.0] — 2026-06-08

Fixed

  • The Files panel no longer spikes CPU on very large folders (e.g. your home directory or the filesystem root). It previously watched the entire folder tree recursively for changes — on a huge tree that means reacting to every file change anywhere on disk. It now watches only the directories you can actually see (the current folder plus the ones you've expanded), adding and removing watches as you expand and collapse, so the cost scales with what's on screen rather than what's on disk.
  • The Git panel no longer spikes CPU on very large folders. Repo discovery is now bounded and cached: it skips system and dependency directories, finds repos breadth-first so shallow repos surface quickly, stops cleanly on huge trees instead of crawling everything, and reuses earlier scans — opening a subfolder of an already-scanned folder costs nothing, and scanning a parent reuses what it already knows about its children. Status and fetch updates run with a capped number of parallel git calls, and in folders with many repos (50+) live polling is paused in favor of a manual Refresh. The Git panel only does this work while it's open.
  • Sessions now come back after a reboot, not just after quitting and reopening. Persistent (tmux) sessions live in a background process that a shutdown or restart kills, so previously they were lost on the next launch. Clave now keeps each session's details on disk and, when it finds the tmux process gone, re-opens the tabs in their original folders automatically. Claude Code sessions also resume their previous conversation.

Weekly OSS security release digest.

The CVE patches and breaking changes that affected production tools this week. One email, every Sunday.

No spam, unsubscribe anytime.

Share this release

Track Clave

Get notified when new releases ship.

Sign up free

About Clave

Native macOS app for running multiple AI coding-agent CLIs (Claude Code, Gemini CLI, Codex) in parallel — split/grid terminal layouts, per-project session groups, a built-in git panel, and remote sessions over SSH. Fully local, no account. Electron. MIT.

All releases →

Related context

Beta — feedback welcome: [email protected]