diff --git a/CHANGELOG.md b/CHANGELOG.md index aa7d4ab084..38e45b1226 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,7 @@ - Cline now uses a search & replace diff based approach when editing large files to prevent code deletion issues. - Adds support for a more comprehensive auto-approve configuration, allowing you to specify which tools require approval and which don't. - Adds ability to enable system notifications for when Cline needs approval or completes a task. +- Adds support for a root-level `.clinerules` file that can be used to specify custom instructions for the project. ## [2.2.0] diff --git a/webview-ui/src/components/chat/Announcement.tsx b/webview-ui/src/components/chat/Announcement.tsx index 2e421ef2bb..11978135de 100644 --- a/webview-ui/src/components/chat/Announcement.tsx +++ b/webview-ui/src/components/chat/Announcement.tsx @@ -33,14 +33,18 @@ const Announcement = ({ version, hideAnnouncement }: AnnouncementProps) => { 🎉{" "}New in v{minorVersion}
{"// rest of code here"}" deletions).
.clinerules file to specify custom instructions
+ for the project.
v2.2 Updates:
@@ -64,22 +68,6 @@ const Announcement = ({ version, hideAnnouncement }: AnnouncementProps) => { -v2.1 Updates:
-