Pre-flight checklist
Bug description
When I run brv curate with the provider set to locally running ollama models, the output does not call any tools to actually generate files in the context-tree. This is true even when running with the "tested" models for ollama on the docs page (llama3.1:8b, qwen3:8b).
Often the different tools are described by the LLM, but they are not actually executed or used.
This issue does not occur when using LMStudio.
Steps to reproduce
- Install Ollama, pull models like qwen3 or llama3.1
- Run brv curate with any content or files
Expected behavior
The model should be able to call tools to do the curation properly.
Actual behavior
No tools are called. Tools or action are described but not called.
CLI version
3.7.1
Installation method
Shell script (curl)
Node.js version
v24.13.1
Operating system
macOS (ARM64 / Apple Silicon)
LLM provider and model
Ollama / llama3.1:8b
Relevant logs
Pre-flight checklist
Bug description
When I run brv curate with the provider set to locally running ollama models, the output does not call any tools to actually generate files in the context-tree. This is true even when running with the "tested" models for ollama on the docs page (llama3.1:8b, qwen3:8b).
Often the different tools are described by the LLM, but they are not actually executed or used.
This issue does not occur when using LMStudio.
Steps to reproduce
Expected behavior
The model should be able to call tools to do the curation properly.
Actual behavior
No tools are called. Tools or action are described but not called.
CLI version
3.7.1
Installation method
Shell script (curl)
Node.js version
v24.13.1
Operating system
macOS (ARM64 / Apple Silicon)
LLM provider and model
Ollama / llama3.1:8b
Relevant logs