I ran into what looks like a state/UI bug in Anna while working on a more complex task.
The task hit the recursion cap, and Anna prompted me to go update the Recursion Limit. I followed that flow, opened the settings page, changed the limit, and then went back to the original chat.
At that point, the conversation was gone from the main panel. The chat was still there in the sidebar, but opening it just showed a blank page instead of the previous thread.
Steps to reproduce
-
Start a task complex enough to hit the recursion limit.
-
Click through to the settings page to change Recursion Limit.
-
Update the value and return to the original chat.
-
Observe that the chat content is no longer rendered.
Expected behavior
The existing conversation should still be available after changing the recursion limit, ideally with enough state preserved to continue the task.
Actual behavior
The original chat opens as a blank view, and the previous conversation content is no longer visible.
I’ve attached screenshot of the blank chat view after returning.
If this is expected behavior, it would still be helpful to warn users that leaving the chat will effectively drop the active thread. Otherwise, this looks like a bug in how the session state is restored after updating the recursion setting.
