feat: add opt-in Honcho session exclusions - #124
astra-openclaw wants to merge 1 commit into
Conversation
|
Warning Review limit reachedYour included review limit has been reached. You’re in a promotional period — use the checkbox below to run this review for free:
On-demand reviews are free for the next 28 days. After that, they cost $0.25 per reviewed file. How can I continue?Run this review now using the option above, or comment You can also wait for the limit to reset (next review available in 56 minutes), then comment An organization admin can change what happens after included review limits in Billing. How do review limits work?CodeRabbit enforces per-developer PR review limits within each organization. For paid Pro and Pro+ reviews, CodeRabbit uses a developer's included PR review attempts over the past 7 days to set the current hourly allowance. At typical activity levels, the full plan allowance applies. Higher sustained activity can lower the allowance until earlier attempts leave the 7-day window. Please refer docs for additional details. Review details⚙️ Run configurationConfiguration used: Organization UI Review profile: CHILL Plan: Pro Plus Run ID: 📒 Files selected for processing (11)
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 |
30ffaac to
f2fd130
Compare
Summary
ignoreSessionPatternsconfiguration array (default:[]).*stays within one colon-delimited segment,**may cross segments, and all other characters are literal.Why
Internal lanes such as model evaluation, grading, or maintenance sessions can create irrelevant memory and then inject it into ordinary conversations. Operators need a precise way to exclude an entire OpenClaw session lane without disabling Honcho for normal sessions.
The matcher uses dynamic programming rather than a generated regular expression, so overlapping
**patterns cannot trigger catastrophic regex backtracking.Safety and scope
Validation
pnpm buildpnpm test --run— 74 tests passed**non-match regressiongit diff --check