diff --git a/README.md b/README.md index cf15db88..2f7af6ef 100644 --- a/README.md +++ b/README.md @@ -26,7 +26,9 @@ ## 🎉 News -* **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). +* **November 2nd, 2023: ChatDev is now supported with incremental development.** Use `--config "incremental" --path "Your folder path" ` to start it. This mode will start with code review base on the existing codes. + +* 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).