Skip to content

elstar 1.0.2

Choose a tag to compare

@Ahrentlov Ahrentlov released this 25 Jul 18:26

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 --all to migrate — old scripts and settings entries are cleaned up automatically.
  • elstar license status now 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