v2.4.1 - RAG Continue Fix
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.