Skip to content

Loach v1.0.1

Choose a tag to compare

@github-actions github-actions released this 20 May 22:59
9c4fc0b

What's new

  • Provider errors now read like plain English instead of raw os error strings, 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_LOG still 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