-
Notifications
You must be signed in to change notification settings - Fork 53
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Size troubles #13
Comments
Also, aside from the actual error, I feel like there's a good opportunity for the AI here. If ai-smol-dev fed my prompt to the AI and tried to figure out what to do next, it would probably realize it didn't need all my files yet until much later. If I were to give this task to a junior developer, the ONLY file they would initially need is the Gemfile. They'd go in, change the version number of rails, and then run |
Thats wierd that you are seeing [Object Object], sounds like there is a bug somewhere If you are having large projects, strongly suggest applying for anthropic claude 100k access. As that generally resolve most size sises |
@glennfu I ran into something similar but I tried increasing the file size in the config and that worked for me
|
How many files are you pushing O_o |
@shannonlal I had actually done the same but in an effort to narrow down the true problem I excluded more files so that I wouldn't go over the default file list limit. |
Oh also I applied for Claude what feels like a long time ago, but still haven't gotten access. |
@PicoCreator As another followup I made a new blank project (literally 0 files), typed up a README.md, switched to node 19, then fired it up and got this:
I'm starting to think this isn't so much a size problem as a bug. I tried |
I'm trying to run this on a project with the following prompt:
I've tried to trim down my files in
src_include
as much as possible to fit within the default limits but when I try a prompt I see:I'm not sure how to debug further here.
The text was updated successfully, but these errors were encountered: