continuedev / continue

⏩ Continue is the leading open-source AI code assistant. You can connect any models and any context to build custom autocomplete and chat experiences inside VS Code and JetBrains
https://docs.continue.dev/
Apache License 2.0
19.3k stars 1.67k forks source link

Enable AI to create files #2376

Open salah-8 opened 1 month ago

salah-8 commented 1 month ago

Validations

I would like to write a task a little more complex than one page. It would be great if the model can create files by itself if needed instead of writing everything in one place. Something similar to Devin ai. Example usages:

martincerven commented 1 month ago

I think developers should focus on one thing and do it well rather than trying to do 10x things poorly. Making files by LLM is bad idea from security perspective: permissions, content, ... Extensions already have elevated privileges, creating any random files could backfire spectacularly...