Remix.run Logo
blinkbat 6 hours ago

You mean the model not the harness right

HoldOnAMinute 3 hours ago | parent [-]

No - 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 3 hours ago | parent [-]

The 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).