mirror of
https://github.com/gadievron/raptor.git
synced 2026-04-25 05:56:00 +03:00
[PR #35] [MERGED] Fix remote Ollama integration: cost tracking, URL masking, and max-findings parameter #48
Labels
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/raptor#48
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/gadievron/raptor/pull/35
Author: @sapran
Created: 12/12/2025
Status: ✅ Merged
Merged: 12/20/2025
Merged by: @danielcuthbert
Base:
main← Head:fix/ollama-remote-host-issues📝 Commits (1)
91a0634Fix remote Ollama integration: cost tracking, URL masking, and max-findings📊 Changes
7 files changed (+38 additions, -23 deletions)
View changed files
📝
CLAUDE.md(+1 -0)📝
packages/llm_analysis/agent.py(+5 -5)📝
packages/llm_analysis/crash_agent.py(+7 -7)📝
packages/llm_analysis/llm/config.py(+3 -1)📝
packages/llm_analysis/llm/providers.py(+10 -4)📝
packages/llm_analysis/orchestrator.py(+2 -2)📝
raptor_agentic.py(+10 -4)📄 Description
Summary
Fixes issues when using RAPTOR with remote Ollama servers, including cost tracking crashes, privacy concerns with URL logging, and a bug where --max-findings was ignored.
Issues Fixed
1. Cost Tracking Crashes ✅
2. Privacy: Remote Server URL Exposure 🔒
3. Incorrect Local/Remote Detection 🏷️
4. --max-findings Parameter Ignored 🐛
Testing
Files Changed
🤖 Generated with Claude Code
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.