blue/crates
Eric Garcia d77ea4ba3f feat: add Ollama integration for semantic file indexing
Implements the AI-powered indexing component of RFC 0010:
- Add indexer module with LlmProvider abstraction
- Integrate qwen2.5:3b via Ollama for local file analysis
- Extract summaries, relationships, and symbols from source files
- Support partial indexing for files >1000 lines
- Wire indexer to all CLI index commands (--all, --diff, --file, --refresh)

The indexer generates structured YAML output with:
- One-sentence file summaries
- Relationship descriptions for semantic search
- Symbol-level indexing with line numbers

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2026-01-24 18:51:48 -05:00
..
blue-core feat: add Ollama integration for semantic file indexing 2026-01-24 18:51:48 -05:00
blue-mcp feat: implement RFC 0010 semantic index core infrastructure 2026-01-24 18:44:44 -05:00
blue-ollama feat(ollama): Add binary bundling and SHA256 verification 2026-01-24 15:39:41 -05:00