You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+27Lines changed: 27 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -176,12 +176,39 @@ sweeper run --provider ollama --model qwen2.5-coder:7b
176
176
sweeper run --provider ollama --model codellama --api-base http://gpu-server:11434
177
177
```
178
178
179
+
### Refactors
180
+
181
+
Sweeper fixes anything you can express as `file:line: message` output. Pipe the output of any detection command and agents will work on each file in parallel.
0 commit comments