From e0bedd5c99d0751a5fa30068046a1bfa588ac3f8 Mon Sep 17 00:00:00 2001 From: wyifei26 Date: Thu, 2 Nov 2023 10:07:57 +0800 Subject: [PATCH] feat: Add news in readme. --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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).