-
Notifications
You must be signed in to change notification settings - Fork 41
Ollama model support #189
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Ollama model support #189
Conversation
|
I'll take a closer look at this when I can, but your branch contains a number of changes (such as additions to .roborev.toml) that need to be removed, and I'll have to review whether the AGENTS.md changes make sense. Either way AGENTS.md/CLAUDE.md changes belong in a separate PR |
|
Sorry, I missed those files when I was cleaning up. Files removed. |
|
Just letting you know that I see this and I got flooded with stuff related to msgvault this week, but I will have a close look at this when I can! I want to try out the new Qwen open weights model, too, so that is a good excuse. |
|
Your branch has become a bit of a mess. You should ask Claude to clean it up and squash into a single commit rebased on the main branch. |
|
ACK, I'm used to making all the changes and keeping the PR a bit messy, and doing a squash/merge at the end. Changes made. |
|
Still too messy for me, I see my own work in your branch which is a red flag for review |
|
If we could take a step back I’m still a bit stuck on the premise. Ollama is not a coding agent, so my prior would be that ollama directly looking at code is going to be much worse than say opencode+ollama or aider+ollama. Does that align with your experience? |
- Add Ollama agent (internal/agent/ollama*.go) with HTTP API, tools, availability check - Add config: OllamaBaseURL, OllamaModel, ResolveOllamaBaseURL - Wire Ollama in daemon worker, main (review), fix, refine, analyze - Add stream formatter support for Ollama NDJSON - Add NormalizeOllamaOutput for TUI display - Add Modelfiles and README docs - Tests for agent, tools, config, streamfmt, normalize Co-authored-by: Cursor <cursoragent@cursor.com>
roborev: Combined Review
Agent: codex | Type: security | Status: doneFindings
Summary Open Questions
Test Gaps
Agent: gemini | Type: security | Status: doneI need to analyze the code changes introduced by commit It appears I've made an error in tool usage. I intended to retrieve the Agent: codex | Type: review | Status: doneSummary Issues
Testing gaps
Agent: gemini | Type: review | Status: done
|
Second try at Issue #128 , new implementation can use tools and was used to address 7aa92bd .