Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 7 additions & 0 deletions crates/terraphim_grep/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,13 @@

All notable changes to terraphim_grep are documented here.

## [1.21.2] - 2026-08-12

### Fixed
- Preserve retrieved chunks and knowledge-graph concepts when sufficiency is `RlmInsufficient`.
- Derive `stats.chunks_returned` and `stats.kg_hits` from the returned collections so structured output remains truthful.
- Add deterministic regression coverage for non-empty insufficient results and retained KG concepts.

## [1.20.0] - 2026-05-25

### Added
Expand Down
2 changes: 1 addition & 1 deletion crates/terraphim_grep/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "terraphim_grep"
version.workspace = true
version = "1.21.2"
edition.workspace = true
authors = ["Terraphim AI Team <team@terraphim.ai>"]
description = "Intelligent hybrid grep with RLM fallback and KG curation"
Expand Down
Loading