You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The current workflow is fine for demos, but it's super non-standard for a program to generate more files in its own GitHub repo, which aren't .gitignore'd.
Especially with the new addition of the --config incremental mode, this is important so that ChatDev can be pointed to a codebase location elsewhere.
Update: looks like this is implemented via the --code-path arg, for incremental mode only. This issue is a request to extend this functionality to non-incremental mode as well.
The text was updated successfully, but these errors were encountered:
The current workflow is fine for demos, but it's super non-standard for a program to generate more files in its own GitHub repo, which aren't
.gitignore
'd.Especially with the new addition of the
--config incremental
mode, this is important so that ChatDev can be pointed to a codebase location elsewhere.Update: looks like this is implemented via the
--code-path
arg, for incremental mode only. This issue is a request to extend this functionality to non-incremental mode as well.The text was updated successfully, but these errors were encountered: