v0.1.0-alpha.13
馃殌 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 watchnow 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.
- Added automated latency gates for:
-
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)
- Added daemon-level proxy E2E tests that verify both:
-
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
- PR: #12