release: 8.2.1 - #230
Conversation
Patch release rolling up #229: hooks pinned to a canonical omind so an update actually reaches them, recall-note accepting titles that contain '/', a re-provision + index warm on self-update, a 4h cap on guard pause, and a deny-rate health metric in doctor. Adds docs/install-verification.md. Version bumped in lockstep: pyproject.toml, src/omind/__init__.py, uv.lock. Co-Authored-By: Claude Opus 5 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_01T3gMTVBvDX84KKe2h8HXvJ
|
Warning Review limit reached
Next review available in: 44 minutes You've used all free OSS reviews for now. Wait for the free limit to reset to keep reviewing this public repository. How can I continue?After more reviews become available, a review can be triggered using the To avoid repeated limits, reduce automatic review volume by pausing incremental auto-reviews earlier, using label-based review opt-in, excluding WIP or generated PR titles, or requesting reviews manually when the PR is ready. If your team needs uninterrupted high-volume reviews, an organization admin can enable usage-based reviews. How do review limits work?CodeRabbit enforces per-developer PR review limits for each organization. Most developers receive the normal plan review availability. For paid Pro and Pro+ PR reviews, CodeRabbit uses adaptive limits for sustained high-volume activity. When a developer's recent PR review activity reaches the 95th percentile or higher among CodeRabbit users, additional reviews become available more gradually as earlier reviews age out of the rolling window. Please refer docs for additional details. Review details⚙️ Run configurationConfiguration used: Organization UI Review profile: ASSERTIVE Plan: Pro Plus Run ID: ⛔ Files ignored due to path filters (1)
📒 Files selected for processing (3)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
Patch release rolling up #229.
Fixed
shutil.which("omind")intosettings.jsonas an absolute path frozen at setup time, so whichever install sat first on PATH captured the wiring permanently. On a dev box that was an editable checkout's venv:self-updateupgraded~/.local/binwhile all five hooks kept running a months-old build — silently, because the wiring still looked correct. Now resolves~/.local/bin/omind, the uv-retargeted symlink, giving a pin that is absolute and stable. Every harness, not just Claude Code;doctorfails on a non-canonical pin.recall-noteaccepts titles containing/. The guard names notes by title in block messages, but those titles are sanitized when written, so the guard could block an action, demand a recall, and then refuse it — an impossible remediation loop across 73 of 831 notes on the vault that surfaced it.self-updatere-provisions and warms the index. Not a rebuild: opening the index runs the existingSCHEMA_VERSIONcheck, paying a migration during the update rather than ambushing the next search.guard pausecapped at 4h + a PAUSED banner in session priming. One machine was found paused for 185h with enforcement silently off.Changed
doctorreports the deny rate, warning above 25%. The install that motivated this sat at 51% — one action in two — which raw counts hid.Added
docs/install-verification.md— an agent-executable acceptance matrix for new installs (~70 rows). Behavioral rather than by inspection; the deny set is exercised throughguard explainso nothing destructive ever runs.Version
Bumped in lockstep:
pyproject.toml,src/omind/__init__.py,uv.lock. 928 tests pass, ruff clean.Proudly Made in Nebraska. Go Big Red! 🌽 https://xkcd.com/2347/