Yesterday I made major changes to a document in Prism. I compiled and saved the project. when I opened the project today, the progress from the last session is gone. and the chat history also seems to be flushed.
This is completely annoying, along with frequent issues such as no changes / diff applied to the code at all when the agent is asked to do major changes.
That sounds frustrating. I’ve also seen cases where changes don’t save properly after major edits. Hopefully the team can improve session persistence and make large edits more reliable.
Thanks for reporting this, @maasir, and appreciate you sharing a similar experience, @forumsnadla. Losing both recent changes and chat history is understandably frustrating.
One possibility is that errors from a large set of changes caused the compilation or save process to fail, even if it looked like the project had been saved.
A good practice is to edit incrementally: make smaller changes and compile frequently. That makes it easier to spot which edit introduced an error and recover without losing a major block of work.
thanks for responding to the issue.
Your solution is only relevant to a part of my problem.
The bigger problem I reported was that my previously saved work was all gone, for some reason, and that is not during a ai response, It was saved last night, and when I opened it the next day, the progress was gone.