This release fixes issues for SREs watching stability and regressions.
✓ No known CVEs patched in this version
Topics
+14 more
Summary
AI summaryUpdates 0.7, 0.3, and monotonic across a mixed release.
Full changelog
Two-defect fix filed by markt-heximal in #2790.
Fixed
--type keyword|hybrid silently ignored. memory search accepted, echoed, and then discarded the type flag — every search ran semantic. Now:
--type keyword— listEntries + substring match on key+content, key hit scores 1.0, content hit 0.7--type hybrid— semantic ∪ keyword, dedup by (namespace, key), rerank
--threshold 0 silently replaced by fallback. Classic 0 || fallback idiom. Fixed with nullish coalescing at 3 reporter-flagged sites (memory.ts, embeddings.ts twice) plus 4 same-class hooks.ts sites (per reporter's "worth grepping more broadly" note). Also reconciled the memory.ts declared-default (0.7) vs code-fallback (0.3) disagreement.
Reporter's diagnostic invariant now holds: lower threshold returns ≥ results, not fewer.
Regression tests
4/4 E2E via real execFileSync against bin/cli.js:
- --type keyword hits substring
- --type keyword returns 0 for absent substring
- --type hybrid ≥ semantic set
- --threshold 0 ≥ --threshold 0.01 (monotonic)
Upgrade
npx ruflo@latest --version # → 3.32.21
Closes: #2790.
Weekly OSS security release digest.
The CVE patches and breaking changes that affected production tools this week. One email, every Sunday.
No spam, unsubscribe anytime.
Share this release
Related context
Related tools
Beta — feedback welcome: [email protected]