diff --git a/README.md b/README.md index d68d8204..ebd0f534 100644 --- a/README.md +++ b/README.md @@ -26,8 +26,11 @@ ## 🎉 News -* **November 2nd, 2023: ChatDev is now supported with incremental development.** Try `--config "incremental" --path "Your folder path"` to start it. This mode will start with code review phase base on the existing codes. - +* **November 2nd, 2023: ChatDev is now supported with a new feature: incremental development, which allows agents to develop upon existing codes.** Try `--config "incremental" --path "[source_code_directory_path]"` to start it. +

+ +

+ * October 26th, 2023: ChatDev is now supported with Docker for safe execution (thanks to contribution from [ManindraDeMel](https://github.com/ManindraDeMel)). Please see [Docker Start Guide](wiki.md#docker-start).

diff --git a/misc/increment.png b/misc/increment.png new file mode 100644 index 00000000..5e36232b Binary files /dev/null and b/misc/increment.png differ