elstar 1.0.2
Fixes
- License: online users could be locked out after 14 days. The cached license only revalidated during long-running commands, so normal usage silently aged the cache into the "must connect to continue" lockout — while connected. Validation now runs before any lockout decision, self-heals stale/expired caches, and throttles failed attempts so an unreachable license server never slows commands down.
- Claude Code hooks: one chained post-edit hook replaces the three parallel hooks. One status spinner per edit instead of three, no more polling delays between reload and the crash/a11y checks, findings arrive as a single message, and edits to test files no longer trigger pointless reload attempts. Re-run
elstar hook install --allto migrate — old scripts and settings entries are cleaned up automatically. elstar license statusnow revalidates when it can instead of reporting a stale cached verdict.
Install / upgrade
brew install elstar-dev/elstar/elstar # or: brew upgrade elstar-dev/elstar/elstar
curl -fsSL https://elstar.dev/install.sh | bash