mirror of
https://github.com/pacnpal/Roo-Code.git
synced 2025-12-20 12:21:13 -05:00
Update Announcement
This commit is contained in:
@@ -29,13 +29,19 @@ const Announcement = ({ version, hideAnnouncement, apiConfiguration, vscodeUriSc
|
||||
<h3 style={{ margin: "0 0 8px" }}>
|
||||
🎉{" "}New in v{version}
|
||||
</h3>
|
||||
|
||||
<ul style={{ margin: "0 0 8px", paddingLeft: "12px" }}>
|
||||
<li>
|
||||
Added "Always allow read-only operations" setting to let Claude read files and view directories
|
||||
without needing to approve (off by default).
|
||||
Adds "Always allow read-only operations" setting to let Claude read files and view directories
|
||||
without needing to approve (<b>off</b> by default).
|
||||
</li>
|
||||
<li>Adds sliding window context management to keep tasks going past 200k tokens.</li>
|
||||
<li>
|
||||
Adds Google Cloud Vertex AI support and updates Claude 3.5 Sonnet max output to 8192 tokens for all
|
||||
providers.
|
||||
</li>
|
||||
<li>
|
||||
Improves system prompt to guard against lazy edits (less "<code>{"//rest of code here"}</code>")
|
||||
</li>
|
||||
<li>Added sliding window context management to keep tasks going past 200k tokens.</li>
|
||||
</ul>
|
||||
<p style={{ margin: "0" }}>
|
||||
Follow me for more updates!{" "}
|
||||
|
||||
Reference in New Issue
Block a user