Hi, @mnluzimu, thanks for your great project!
When testing bolt.diy with Claude models, I frequently hit context length limitations that cause:
- Code generation stopping mid-way
- Incomplete/truncated files
- Missing parts of the generated website
This happens especially with complex website generation tasks in WebGen-Bench evaluation.
For example, as you can see in the below picture, the bolt.diy agent got stuck when generating the ChartDisplay.tsx file because of the limited context length of Claude3.7-Sonnet.
Questions
- Have you encountered this issue? Any known workarounds for Claude's context limits?
- Does bolt.diy have chunking mechanisms to break large tasks into smaller pieces?
- Any configuration options or alternative models you'd recommend?
Thank you very much in advance for your help!
Hi, @mnluzimu, thanks for your great project!
When testing bolt.diy with Claude models, I frequently hit
context length limitationsthat cause:This happens especially with complex website generation tasks in WebGen-Bench evaluation.
For example, as you can see in the below picture, the bolt.diy agent got stuck when generating the
ChartDisplay.tsxfile because of the limited context length of Claude3.7-Sonnet.Questions
Thank you very much in advance for your help!