"Try again" feature in Composer mess up every time

Bug report or at least critical UX flaw:

Screenshot 2025-03-08 134656

When Composer has error connecting to anthropic, the user get the option to “Resume” or “Try again”. The normal user reaction will be to “Try again” as you expect it will try to connect again. Instead, it delete all the progress in the composer, but not necessarily the code changes implemented - so the composer lose all the context and start messing up the program. Every time.

It might be a “user error” but the UX is clearly misleading the users on this. The Try again should be clearly either just try connect again, or if for some reasons it need to reset the session it should warn the user that it resets / delete the progress from the current steps, and also it should perhaps even restore to the previous step so that the composer session and code is in sync.

The version is 0.46.X and I have the same issue on Mac and Windows.

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.