All-Hands-AI / OpenHands

🙌 OpenHands: Code Less, Make More
https://all-hands.dev
MIT License
36.38k stars 4.14k forks source link

Add the ability to resume AFTER reaching max iteration #4857

Open xingyaoww opened 5 days ago

xingyaoww commented 5 days ago

What problem or use case are you trying to solve?

We are unable to move forward when reaching max iteration in the UI:

image

Describe the UX of the solution you'd like

  1. Simply get rid of the max iteration in the UI for now - it will go on until hit the context window limit
  2. Long-term: complete the message/memory condensation @enyst was working on

Do you have thoughts on the technical implementation?

Describe alternatives you've considered

Additional context

mamoodi commented 2 days ago

This seems like a bug instead of an enhancement. What is the behavior once you hit it? Does everything get stuck or are you able to download the project, reload and continue?

enyst commented 2 days ago

FWIW, at some point, the behavior was: upon hitting 100, you have a Continue button, which gives you another 100. It looks like that got lost somehow.

I would personally agree that we can remove it from the UI, since, correct me if wrong mamoodi, now there is a working button you can stop/pause with.

mamoodi commented 2 days ago

The stop and pause buttons still have some issue that need addressing. They sometimes don't work. It's being worked on as far as I know.

Kalmuraee commented 2 days ago
Screenshot 2024-11-12 at 12 37 47 AM

I got the same issue, and I'm not sure how to deal with that.

Belzedar94 commented 20 hours ago

Same!

rbren commented 19 hours ago

This is likely fixed in https://github.com/All-Hands-AI/OpenHands/pull/4949

Release should go out tomorrow!