Loach v1.0.1
What's new
- Provider errors now read like plain English instead of raw
os errorstrings, with actionable hints for connection, auth, rate-limit and context-length problems. - A soft loading skeleton replaces the brief "No chat open" flash on launch.
- Per-panel error boundaries — if one panel crashes, the rest of the app keeps working.
Hardening
- Read-only SQLite pool now enforces
query_only=ON. - Production builds default to quieter tracing (
RUST_LOGstill overrides). - Frontend
console.*calls compile out of production bundles. - Added automated tests for the security and database layers.
Chores
Update version to v1.0.1