Anyone else having trouble when starting a new chat with multi-file "Import Folder"?

The AI (tried a few providers) is having trouble when I import a folder to start a chat when that folder has more than one file.

I just did a bunch of rounds of testing:
Anytime I imported a folder with sub-folders and multiple files (not very large, 4-5 project files total), the AI has been unable to access its WebContainer i.e. create new project files, modify code, run terminal commands, etc.

I changed it up and imported a folder with a single text file and the AI can write to the container.

I have the AI in a Cloudflare Worker Page Deployment*********

IS the github repo for boltdiy a better place for this post?

Hi,

its ok here.

Can you provide more details / screenshot please or even provide the project you try to import so we can verify on our own systems.

I dont have any problems like this and I import a lot, also big projects with a lot of files.

1 Like

Really? Are you talking about in a Cloudflare Worker deployed instance of boltdiy?

I am still making good use by seeding my new projects with a repo-mix or simply copy-pasted output of the Folder and its contents.
If I figure out a better way to test why this is happening I will make another bug report or so at a later time.

P.S. Btw if anyone doesn’t know
open a project or folder in VS Code and run
npx repomix
press y to continue

and you will get a repomix-output.txt file that is a copy paste of all project files into one file so the AI can read it.

repomix-output respects your gitignore file settings.