Since this morning, the Firebase Studio only has my side of the chat history, the bot side of history is gone, so i cannot rollback based on the chat anymore and cant trace back what the bot has done! Please fix the chat history issue on the Firebase Studio
Can you still access the timeline in code view to see all previous commits?
Yes they are still there, but it’s harder to rollback without the chat history because each commit has little info. The chat history has more context…
Yeah I agree and can understand the frustration.
I’m not quite sure how to bring back lost prototyper chat like you describe.
I treat it like it’s ephemeral and try not to rely on expecting it to be there.
I /clear often to keep tasks focused and use the timeline if necessary.
Wish I had more to offer!
I believe it could a bug that was introduced after the new file changes features on the chat history today, it is now highlighting the file changes when you open the changed file from chat history which is new but the old ones that doesn’t show changes are not showing up anymore.
It has over a month worth of chat history and I work with it 15 hours per day… all of the context are gone! I wanna cry…
oh, a month worth of chat history are gone too, only the first few and the most recent few chat history from my end is there…
Have you manually checked the ~/.idx folder?
This is separate from the ~/studio/.idx folder.
How can I open it from command line? The studio one is empty
Use Code View, Click on Terminal:
Go into the folder: cd ~/.idx/ai
Show me files: ls -latrh ~/.idx/ai
Open Files: code <filename>
See disk usage: du -sh ~/.idx/ai/*
yes all the threads are there, mine is prototyper-thread.json and bot is prototyper-thread.json.1
all chat histories are there though, and it is the first time the bot is telling me it hits a snag and I need to click on the snag button for it to rethink again lol! There must be some breaking change upgrades going on behind the scene.
Have you tried to investigate your context size?
Can you output the full ‘snag’ error message?
Well the chat log was still working last night and it disappear this morning on the prototyer, new updates shows new chat history feature with file changes which indicate the new chat features might be a breaking change. The snag is one off, after I click the snag button it re-think the steps and it won’t show the old error message with the snag button anymore.
Hm, I haven’t seen those new chat features yet.
Might not have been rolled out to everyone.
on the prototyper, it cannot switch model as well, not sure which model it was using last night and this morning.
I just hope that it won’t forget all the context!
You can back it up.
#!/bin/bash
echo “ Creating backup…”
mkdir -p “/home/user/studio/context_backup/”
cp -r “/home/user/.idx/ai/” “/home/user/studio/context_backup/”
echo “ Backup complete.”
echo “ Creating zip for download…”
zip -r context.zip “/home/user/studio/context_backup”
echo “ Zip complete.”
Hi @Adrian_L - sorry to hear about this issue! This definitely sounds like something we need to investigate further. Would you mind filing a support ticket that we can track and investigate? Get help with Firebase Studio
Thanks,
Kirupa