2 ms·
You mean the model not the harness right
by blinkbat 8d ago
You mean the model not the harness right
- HoldOnAMinute 8d agoNo - Here is what I mean. When I use Claude Code locally with Ollama/Quen, it can do the work just fine - like creating a script - but it just outputs it, rather than placing it into a file. So far I can't convince it to actually WRITE to a file. With Claude Code, it just works. Recursing around the file system, it just does it. I can't get that working locally.
- bigyabai 8d agoThe feature you're describing is called "tool calling" in harness parlance. It's not Anthropic-exclusive, it's probably broken on your local models because you misconfigured Ollama (or it misconfigured itself; Ollama isn't a great inference server).