What problem does it solve?
It helps you investigate an unfamiliar codebase quickly by combining fast exact file access with semantic discovery, so you can move from a question to concrete code evidence without getting stuck guessing file locations.
Core Features & Use Cases
- Hybrid discovery + extraction: uses foxctl MCP semantic tools to find relevant files by concept, then uses native tools (Read/Grep/Glob) to extract exact code and callsites.
- Evidence-aware research: incorporates memory_query and session_recall so results can reflect prior decisions and past investigation context.
- Deeper code intelligence when needed: supports snippet extraction, symbol/type shaping, and relationship graph analysis for architecture-level understanding.
- Read-only investigation safety: designed for exploration and reporting rather than code modification.
Quick Start
Ask the agent to investigate your question by running: /hybrid-research Explain how session continuity is implemented in foxctl and where decisions are stored.