Skip to content

v0.1.0-alpha.13

Choose a tag to compare

@luccast luccast released this 26 Feb 15:03
· 206 commits to main since this release
5d457d2

馃殌 Crabwise v0.1.0-alpha.13

This release focuses on faster policy enforcement, better reliability, and a friendlier live monitoring experience.

What鈥檚 new

  • New live Watch dashboard (Bubble Tea UI)

    • crabwise watch now opens a clearer, real-time terminal dashboard for recent events, queue depth, drops, uptime, and trigger rate.
    • Added reconnect behavior and clearer failure guidance.
    • Prefer plain logs? Use: crabwise watch --text.
  • M3 performance gates in CI

    • Added automated latency gates for:
      • commandment evaluation latency
      • proxy round-trip latency
      • proxy first-token latency
    • This keeps core guardrails fast as the codebase evolves.
  • Proxy end-to-end enforcement smoke tests

    • Added daemon-level proxy E2E tests that verify both:
      • allow path (request is forwarded)
      • block path (policy stops request before upstream)
  • Proxy race-condition hardening

    • Fixed a server lifecycle race in the proxy adapter by guarding HTTP server start/stop access with a mutex.

Why this matters

You should see a better day-to-day ops experience (especially with watch), with stronger confidence that policy enforcement remains correct and low-latency under change.

Notes