blue/crates
Eric Garcia bfd2a01ede fix: remove stop sequence that truncated indexer LLM output
The stop_sequences contained "```" which caused the model to stop
immediately after outputting "```yaml", truncating the entire response.
Also wrap blocking indexer operations in spawn_blocking to avoid
runtime conflicts with reqwest::blocking::Client.

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2026-01-24 19:25:51 -05:00
..
blue-core fix: remove stop sequence that truncated indexer LLM output 2026-01-24 19:25:51 -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