Compare commits

...
Author SHA1 Message Date
Saoud Rizwan 60fb8c2aea Create nice-toys-help.md 2025-04-08 19:04:25 -07:00
Saoud Rizwan 4de1b798e1 Add info about smarter context management 2025-04-08 19:02:46 -07:00
2 changed files with 9 additions and 0 deletions
+5
View File
@@ -0,0 +1,5 @@
---
"claude-dev": patch
---
Add info about smarter context management
@@ -52,6 +52,10 @@ const Announcement = ({ version, hideAnnouncement }: AnnouncementProps) => {
<li>
<b>Easily Toggle MCP's:</b> New modal in the chat area to easily enable/disable MCP servers.
</li>
<li>
<b>Smarter Context Management:</b> When hitting context window limits, old file contents are removed
firstpreserving narrative integrity and reducing Cline getting stuck in loops.
</li>
<li>
Drag and drop files/folders into chat by holding <code>Shift</code> while dragging it into the chat field.
</li>