anshumanb
(Anshuman Bhardwaj)
August 4, 2025, 12:42pm
3
Hi @lukek , that’s a good observation with AI tools. Forking is the right approach to keep the v0 on point. We’ve an amazing post from @jacobparis on this topic and I highly recommend reading through it:
When you submit a message in the chat, v0 sends all of these
Your message and any attachments
Any project sources relevant to your message
Your entire chat history
It also includes all of the files in your codebase, in this order
Filenames relevant to your current message
Files changed by previous messages, sorted from most recent to last
All remaining files
The problem is that AI models have context limits, so sometimes this is too much information for v0 to use, and it needs to eliminate…
You don’t need to stop using v0 to give it rest
2 Likes