Skip to content

v2.4.1 - RAG Continue Fix

Choose a tag to compare

@codewithkenzo codewithkenzo released this 04 Jan 18:45
· 24 commits to main since this release

Fixes critical bug: using -l and -c together now correctly preserves RAG context.

Bug: RAG context was lost when combining local search with conversation continue.
Fix: Build history context from original query, then prepend RAG context.

Found by @greptileai review. 42 tests passing.