This release fixes issues for SREs watching stability and regressions.
✓ No known CVEs patched in this version
Topics
+11 more
Summary
AI summarySubsequence mode now ignores the ngram parameter, allowing check(..., mode="subsequence", ngram=1) to succeed without error.
Changes in this release
| Type | Severity | Summary | CVE |
|---|---|---|---|
| Bugfix | Medium |
Enforces ngram floor of 3 only in contiguous mode; subsequence mode now ignores ngram. Enforces ngram floor of 3 only in contiguous mode; subsequence mode now ignores ngram. Source: llm_adapter@2026-07-17 Confidence: high |
— |
Full changelog
What's changed
- Fix: the
ngramfloor (minimum 3) is now enforced only in contiguous mode, wherengramis used.check(..., mode="subsequence", ngram=1)succeeds instead of raising — subsequence mode now truly ignoresngram, as documented (with a regression test; ADR-0011 amended). - Docs: the RAG agent integration guide now gives whole-answer verbatim reuse and verbatim paraphrasing (
mode="subsequence") equal standing alongside quotation verification, and introduces verbatim paraphrasing as a concept distinct from semantic paraphrase.
Full changelog: https://github.com/pierreolivierbonin/verbatimeter/compare/v0.1.2.post2...v0.1.3
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
About Verbatimeter
All releases →Related context
Related tools
Beta — feedback welcome: [email protected]