How-to Enabling Prototyper on Existing Project + Prototyper Full Context Clear

Hi @Carmelo_Milian I had same issue, but I noticed that the folder changed in my project, please try with:

timestamp=$(date +%Y%m%d%H%M%S)
mkdir -p “$HOME/studio/context/context_backup”
cp “$HOME/.idx/ai/prototyper-context-state.json”
“$HOME/studio/context/context_backup/prototyper-context-state-${timestamp}.json”
cp “$HOME/.idx/ai/prototyper-thread.json”
“$HOME/studio/context/context_backup/prototyper-thread-${timestamp}.json”

And finally you can use this to find your prototyper context (capra-context): code $HOME/.idx/ai/prototyper-context-state.json

I hope this can help you, because it worked with my project.