princeton-nlp / SWE-agent

SWE-agent takes a GitHub issue and tries to automatically fix it, using GPT-4, or your LM of choice. It can also be employed for offensive cybersecurity or competitive coding challenges.
https://princeton-nlp.github.io/SWE-agent/
MIT License
13.39k stars 1.33k forks source link

Enh: Warn if agents scrolls multiple times in a row #631

Closed klieret closed 2 months ago

codecov[bot] commented 3 months ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Project coverage is 74.29%. Comparing base (ae78750) to head (899a127).

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #631 +/- ## ========================================== + Coverage 74.26% 74.29% +0.03% ========================================== Files 27 27 Lines 3687 3692 +5 ========================================== + Hits 2738 2743 +5 Misses 949 949 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.

ofirpress commented 3 months ago

Cool!