feat: --enrich CLI flag for cross-entity recall (#689 PR4)#704
Merged
Conversation
π Cora AI Code Reviewβ No issues found. Code looks good! Review powered by cora-cli Β· BYOK Β· MIT |
Wire up the enrich parameter added by PR702 so users can opt into cross-entity link resolution via uteke recall --enrich. - Add --enrich bool flag to Recall subcommand in cli.rs - Thread enrich from CLI dispatch β run_recall β recall_unified() - Display linked_doc_slugs (π Docs) on memory results in human output - Display linked_memory_ids count (π Memories) on document results - MCP recall left at enrich=false for now (separate enhancement)
ajianaz
force-pushed
the
feat/cli-enrich-flag
branch
from
July 16, 2026 11:56
5bf7fc1 to
d34269f
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Wire up the
enrichparameter added by PR702 so users can opt into cross-entity link resolution viauteke recall --enrich.Changes
--enrichbool flag to theRecallsubcommandenrichfrom CLI dispatch torun_recall()enrichtorecall_unified()instead of hardcodedfalseπ Docs: <slugs>whenlinked_doc_slugsis populatedπ Memories: <count>whenlinked_memory_idsis populatedMCP
Left
enrich=falsefor MCP recall β MCP enrichment can be a separate enhancement with its own tool schema update.References
Closes part of #689 (PR4 of the enrichment series).