Lexicon v0.9.1
v0.9.1 — Hotfix: Backend Engine Startup & macOS Diagnostic Guidance
Quick Downloads:
- 🪟 Windows x64 Setup: Standard installer for modern 64-bit Windows PCs (Intel / AMD).
- 🍏 macOS Apple Silicon DMG: For modern Apple Silicon Macs (M1, M2, M3, M4 chips).
- 🐧 Linux x64 DEB: Debian package (
.deb) for 64-bit Linux distributions (Ubuntu, Debian, Mint, Pop!_OS). - 📦 View All Assets & Checksums: Complete list of installers including ARM64 Windows, x86 Windows, Intel macOS, and Linux x64 DEB.
What's New in v0.9.1:
-
Automatic Sidecar Permissions on macOS & Linux: Rust now inspects Unix executable permission bits (
0o755) onlexicon-backendprior to spawning. If execution bits are missing,chmod +xis automatically applied programmatically before execution, fixingPermission Deniedstartup failures on macOS/Linux. -
Detailed Diagnostic Error Reporting: The Review Panel warning card now surfaces the exact raw Rust error message (e.g.
Permission denied,No such file,Access is denied) under a collapsible▸ Show error detailstoggle, eliminating blind troubleshooting for bug reports. -
Active Engine Reconnection:
- Manual
[ Retry Engine ]Button: Added a dedicated retry button to the warning card featuring an animated spinning badge (Retrying...) to trigger an immediate connection attempt and sidecar spawn on demand. - 8-Second Auto-Reconnect Polling: Added a background polling loop that retries connection every 8 seconds when offline, automatically clearing the warning card as soon as the sidecar engine responds.
- Manual
-
Dynamic macOS Gatekeeper Guidance: When macOS Gatekeeper or quarantine flags block the backend binary, the diagnostic box dynamically parses the user's installation path and formats the exact
xattr -crcommand alongside a direct link to GitHub documentation explaining why the command is safe. -
Strict Backend URL Targeting: Removed the speculative 8000↔18000 port fallback from API requests. Requests now always target the configured backend port, restarting the sidecar once if a request fails — eliminating false-success collisions where a request could silently reach the wrong backend.